forked from team-sg/hero-mark-2
showing idle anim in editor
This commit is contained in:
parent
ad1040616f
commit
dcb279f240
1 changed files with 1 additions and 3 deletions
|
@ -93,17 +93,15 @@ script = ExtResource( 1 )
|
|||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 4, 4 )
|
||||
rotation = 1.5708
|
||||
texture = ExtResource( 2 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 8, 0, 8, 8 )
|
||||
region_rect = Rect2( 0, 0, 8, 8 )
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
||||
position = Vector2( 4, 4 )
|
||||
shape = SubResource( 1 )
|
||||
disabled = true
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
anims/idle = SubResource( 2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue