diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 13:50:55 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 13:50:55 +0100 |
commit | 4c6f7fe6d90770a3faaa0cc4972b34cf1148142e (patch) | |
tree | aaa8d81fcd3bc52e32ec54d58d90075aa616633a /scripts | |
parent | f73ef06b502aa36dca73a173bbee089ae91729ab (diff) |
thumbnails
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gui_button.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gui_button.gd b/scripts/gui_button.gd new file mode 100644 index 0000000..41ebae1 --- /dev/null +++ b/scripts/gui_button.gd @@ -0,0 +1,3 @@ +extends TextureButton + +var option : String |