Solve #114 Add default component templates for fast usage

This commit is contained in:
Insality
2022-03-09 19:13:00 +02:00
parent 57b9770419
commit 7b8dfb1ef0
10 changed files with 1072 additions and 14 deletions

View File

@@ -104,7 +104,7 @@ local function get_button_disabled(self, text)
local prefab = gui.get_node("prefab_button")
local nodes = gui.clone_tree(prefab)
local root = nodes["prefab_button"]
gui.play_flipbook(nodes["icon_button"], "back_gray")
gui.play_flipbook(nodes["icon_button"], "progress_back")
gui.set_enabled(root, true)
gui.set_text(nodes["text_button_lobby"], text)