sus cheat (fixes #209)
This commit is contained in:
parent
436c604849
commit
82cc54fa26
3 changed files with 12 additions and 1 deletions
|
@ -28,7 +28,7 @@ animations = [ {
|
|||
"speed": 10.0
|
||||
} ]
|
||||
|
||||
[node name="TheScrump" type="Node2D"]
|
||||
[node name="TheScrump" type="Node2D" groups=["scrump"]]
|
||||
script = ExtResource( 1 )
|
||||
move_direction = 1
|
||||
phase2_speed = 75
|
||||
|
@ -96,6 +96,7 @@ autostart = true
|
|||
[node name="Sprite" type="AnimatedSprite" parent="."]
|
||||
position = Vector2( 26, 27 )
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="BloodPosition" type="Position2D" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue