roboturret resets timer when offscreen

This commit is contained in:
pennyrigate 2023-03-08 03:32:15 -05:00
parent feef4019a4
commit 00558c3e13
3 changed files with 25 additions and 8 deletions

View file

@ -155,7 +155,6 @@ material = SubResource( 4 )
position = Vector2( 120, 168 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="SawTest4" type="AnimatedSprite" parent="."]
@ -163,6 +162,7 @@ material = SubResource( 4 )
position = Vector2( 160, 168 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="SawTest5" type="AnimatedSprite" parent="."]
@ -170,6 +170,7 @@ material = SubResource( 4 )
position = Vector2( 56, 176 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="RollingFiend" parent="." instance=ExtResource( 22 )]
@ -177,13 +178,13 @@ position = Vector2( 48, 120 )
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
visible = false
frame = 1
[node name="SawTest2" type="AnimatedSprite" parent="RollingFiend"]
material = SubResource( 4 )
position = Vector2( 4, 4 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="Steam" parent="." instance=ExtResource( 23 )]