forked from team-sg/hero-mark-2
cheat code entry
This commit is contained in:
parent
dcca66620e
commit
349a46b8fa
11 changed files with 50 additions and 8 deletions
|
@ -28,7 +28,7 @@ animations = [ {
|
|||
[sub_resource type="RectangleShape2D" id=5]
|
||||
extents = Vector2( 4, 4 )
|
||||
|
||||
[node name="Bat" type="Node2D"]
|
||||
[node name="Bat" type="Node2D" groups=["enemy"]]
|
||||
script = ExtResource( 3 )
|
||||
can_be_killed_by_sword = false
|
||||
score_for_killing = 25
|
||||
|
@ -39,6 +39,7 @@ flip_sprite = false
|
|||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
frames = SubResource( 4 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue