Lots of bug fixes that were reported by game testers and me.
This commit is contained in:
patrick_pluto 2024-08-06 11:13:52 +02:00
commit eba1c28eb9
9 changed files with 163 additions and 68 deletions

View file

@ -144,12 +144,17 @@ func lost_one():
$hammer_bag/CSGCylinder3D/CSGSphere3D.visible = false
func frozen():
visible = true
$in_bag.visible = false
is_frozen = true
enabled = false
func unfreeze():
is_frozen = false
if !npc:
enabled = true
caught = false
func _on_time_in_bag_timeout():
visible = true