conforms file names to consistant standard
This commit is contained in:
7
ui/achievement_popup/achievement_popup.gd
Normal file
7
ui/achievement_popup/achievement_popup.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
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