Exp updated collisions and tougness tier

This commit is contained in:
Georgiy Gorin
2026-04-23 10:10:40 +03:00
parent cdb0ffd6a5
commit 7beb9ffbac
22 changed files with 12045 additions and 60 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func _ready() -> void:
tw.tween_property(self, "position:y", 0.2, 0.7)
func _process(delta: float) -> void:
rotation.y += delta * 1.4
#rotation.y += delta * 1.4
var players := get_tree().get_nodes_in_group("player")
if players.is_empty():
tooltip.visible = false