forked from team-sg/hero-mark-2
made move direction export actually work
This commit is contained in:
parent
0454ec21b8
commit
a5302367de
3 changed files with 30 additions and 6 deletions
|
@ -144,6 +144,12 @@ position = Vector2( 32, 72 )
|
|||
up_boundary = 3.0
|
||||
down_boundary = 3.0
|
||||
|
||||
[node name="Tin3" parent="." instance=ExtResource( 20 )]
|
||||
position = Vector2( 96, 72 )
|
||||
up_boundary = 3.0
|
||||
down_boundary = 3.0
|
||||
move_direction = 1
|
||||
|
||||
[node name="SawTest3" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 120, 168 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue