game: fix placeholder texture in autoload

This commit is contained in:
2025-08-20 07:45:49 +02:00
parent dec0901b3d
commit c04e6b3a34
3 changed files with 7 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ func _ready() -> void:
upgrade_name.text = mod.title
upgrade_description.text = mod.description
upgrade_tex.texture = mod.tex
print_debug("tex: %s" % mod.tex)
func _on_pick_button_pressed() -> void: