From f73ef06b502aa36dca73a173bbee089ae91729ab Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Mon, 17 Jan 2022 13:50:22 +0100 Subject: thumbnails --- scripts/control.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/control.gd') diff --git a/scripts/control.gd b/scripts/control.gd index 2e31667..b88874f 100644 --- a/scripts/control.gd +++ b/scripts/control.gd @@ -58,9 +58,9 @@ func build_option (st, sttype): var tname = turret_holder.get_node(editing_turret).info.name for t in load_turrets.get_upg_turrets(tname): opts += [ { "type": "turret upg", "name": t.name } ] - opts += [ { "type": "text", "name": "sell" } ] opts += [ { "type": "text", "name": "priority" } ] opts += [ { "type": "text", "name": "modules" } ] + opts += [ { "type": "text", "name": "sell" } ] opts += [ { "type": "text", "name": "back" } ] gui.bottom_bar.picker.build(opts) -- cgit v1.2.3-54-g00ecf