pathfinding rework for now

This commit is contained in:
2025-06-13 00:06:51 +10:00
parent 400415f8a5
commit 6f4f465e37
817 changed files with 5533 additions and 3146 deletions

View File

@ -0,0 +1,6 @@
class_name AchievementPopup extends PanelContainer
func set_achievement(text: String, sprite: Texture) -> void:
$HBoxContainer/Label.text = text
$HBoxContainer/TextureRect.texture = sprite