Made some changes :)
This commit is contained in:
parent
038935709f
commit
8f6a068eba
76 changed files with 889 additions and 36 deletions
|
@ -32,14 +32,16 @@ extents = Vector2( 5.5, 4.5 )
|
|||
|
||||
[node name="Slime" type="Node2D"]
|
||||
script = ExtResource( 4 )
|
||||
score_for_killing = 10
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
position = Vector2( 5, 3 )
|
||||
position = Vector2( 1, 3 )
|
||||
frames = SubResource( 4 )
|
||||
playing = true
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
position = Vector2( -4, 0 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
position = Vector2( 4.5, 3.5 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue