pathfinding rework for now
This commit is contained in:
6
UI/AchievementPopup/achievement_popup.gd
Normal file
6
UI/AchievementPopup/achievement_popup.gd
Normal 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
|
Reference in New Issue
Block a user