game: fix placeholder texture in autoload
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user