ThE GREAT SHATTERINGgit status! control.tscn is DEAD! LoNG LIVE CONTROL.TSCNgit statusgit status! MWAHAHAHAHAHAHAHA

This commit is contained in:
Haze Weathers 2023-04-08 00:33:55 -04:00
parent 6c22279e41
commit c1a9ab7cdc
17 changed files with 253 additions and 270 deletions

View file

@ -13,7 +13,7 @@ func _physics_process(delta):
queue_free()
get_tree().paused = false
Debug.print(get_tree().paused)
Console.print(get_tree().paused)
func _on_Resume_pressed():
get_tree().paused = false

View file

@ -26,7 +26,7 @@ func _physics_process(delta):
anims.play("walk")
#Stop at the end of path and give shard
if position.x <= 80:
Debug.print(Game.shards_collected)
Console.print(Game.shards_collected)
is_moving = false
velocity.x = 0
if is_holding_shard: