diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-18 18:04:34 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-18 18:04:34 +0100 |
commit | 0eb22020e380643ec5cd2c12f983403c2dd3b751 (patch) | |
tree | ff23a3e26611c04e3ba72c8c1504b9ae86dfdeb8 /scripts/gui_button.gd | |
parent | f75ee64e21f67b4f27404147aedaa63750058d5a (diff) |
load map gui & start doc balance
Diffstat (limited to 'scripts/gui_button.gd')
-rw-r--r-- | scripts/gui_button.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui_button.gd b/scripts/gui_button.gd index 41ebae1..a36b0f4 100644 --- a/scripts/gui_button.gd +++ b/scripts/gui_button.gd @@ -1,3 +1,3 @@ extends TextureButton -var option : String +var option : Dictionary |