diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 13:50:22 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 13:50:22 +0100 |
commit | f73ef06b502aa36dca73a173bbee089ae91729ab (patch) | |
tree | adf5409a717962c99a8f77aa816a2e5e6956fc2f /scripts/control.gd | |
parent | 53342a1bdae615aead21163ed0636b68be5ea55f (diff) |
thumbnails
Diffstat (limited to 'scripts/control.gd')
-rw-r--r-- | scripts/control.gd | 2 |
1 files changed, 1 insertions, 1 deletions
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) |