Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Software
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
avatar-ensignes
Software
Commits
6e53d5a3
Commit
6e53d5a3
authored
Feb 21, 2019
by
Chloé Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added free pictures
parent
b9652fd3
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
7 deletions
+33
-7
Interface Ergonomique Essais/Interface.tscn
Interface Ergonomique Essais/Interface.tscn
+1
-1
Interface Ergonomique Essais/SceneTree/3D/Sprite.gd
Interface Ergonomique Essais/SceneTree/3D/Sprite.gd
+3
-1
Interface Ergonomique Essais/SceneTree/3D/Sprite.tscn
Interface Ergonomique Essais/SceneTree/3D/Sprite.tscn
+1
-1
Interface Ergonomique Essais/SceneTree/Sign/Edit/Create/Place.tscn
... Ergonomique Essais/SceneTree/Sign/Edit/Create/Place.tscn
+26
-2
Interface Ergonomique Essais/resources/fonts/dyuthi.tres
Interface Ergonomique Essais/resources/fonts/dyuthi.tres
+1
-1
Interface Ergonomique Essais/resources/pictures/body/localisations/garcon.jpg
...e Essais/resources/pictures/body/localisations/garcon.jpg
+0
-0
Interface Ergonomique Essais/resources/pictures/body/localisations/ombre.png
...ue Essais/resources/pictures/body/localisations/ombre.png
+0
-0
Interface Ergonomique Essais/resources/pictures/body/localisations/woman.jpg
...ue Essais/resources/pictures/body/localisations/woman.jpg
+0
-0
user-interface/Main.tscn
user-interface/Main.tscn
+1
-1
No files found.
Interface Ergonomique Essais/Interface.tscn
View file @
6e53d5a3
...
...
@@ -2,7 +2,7 @@
[ext_resource path="res://SceneTree/Sign/Edit/Create/Name.tscn" type="PackedScene" id=1]
[node name="Interface" type="Node"
index="0"
]
[node name="Interface" type="Node"]
[node name="Name" parent="." index="0" instance=ExtResource( 1 )]
...
...
Interface Ergonomique Essais/SceneTree/3D/Sprite.gd
View file @
6e53d5a3
...
...
@@ -61,4 +61,6 @@ func _input(event):
# play letter
get_node
(
"Viewport/hand_model/AnimationPlayer"
)
.
play
(
"Lettre-"
+
event
.
as_text
())
# actually register the change
signVar
.
DHanimShape
=
event
.
as_text
()
\ No newline at end of file
signVar
.
DHanimShape
=
event
.
as_text
()
elif
event
.
is_action
(
"ui_next"
):
get_tree
()
.
change_scene
(
"res://SceneTree/Sign/Edit/Create/location/loc.tscn"
)
\ No newline at end of file
Interface Ergonomique Essais/SceneTree/3D/Sprite.tscn
View file @
6e53d5a3
...
...
@@ -114,7 +114,7 @@ _sections_unfolded = [ "Background" ]
environment = SubResource( 3 )
[node name="Sprite" type="Sprite"
index="0"
]
[node name="Sprite" type="Sprite"]
position = Vector2( 512, 300 )
texture = SubResource( 1 )
...
...
Interface Ergonomique Essais/SceneTree/Sign/Edit/Create/Place.tscn
View file @
6e53d5a3
[gd_scene format=2]
[gd_scene
load_steps=3
format=2]
[node name="Place" type="Node"]
[ext_resource path="res://SceneTree/Sign/Edit/Create/Place.gd" type="Script" id=1]
[ext_resource path="res://resources/pictures/body/localisations/ombre.png" type="Texture" id=2]
[node name="Place" type="Node" index="0"]
script = ExtResource( 1 )
[node name="TextureRect" type="TextureRect" parent="." index="0"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_right = 1024.0
margin_bottom = 600.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 1
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
texture = ExtResource( 2 )
expand = true
stretch_mode = 0
_sections_unfolded = [ "Rect" ]
Interface Ergonomique Essais/resources/fonts/dyuthi.tres
View file @
6e53d5a3
...
...
@@ -8,5 +8,5 @@ size = 36
use_mipmaps = false
use_filter = false
font_data = ExtResource( 1 )
_sections_unfolded = [ "Settings" ]
_sections_unfolded = [ "
Font", "
Settings" ]
Interface Ergonomique Essais/resources/pictures/body/localisations/garcon.jpg
0 → 100644
View file @
6e53d5a3
577 KB
Interface Ergonomique Essais/resources/pictures/body/localisations/ombre.png
0 → 100644
View file @
6e53d5a3
36.1 KB
Interface Ergonomique Essais/resources/pictures/body/localisations/woman.jpg
0 → 100644
View file @
6e53d5a3
1.71 MB
user-interface/Main.tscn
View file @
6e53d5a3
...
...
@@ -2,7 +2,7 @@
[ext_resource path="res://scene-tree/sign/sign.tscn" type="PackedScene" id=1]
[node name="Main" type="Node"]
[node name="Main" type="Node"
index="0"
]
[node name="sign" parent="." index="0" instance=ExtResource( 1 )]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment