From 4c6f7fe6d90770a3faaa0cc4972b34cf1148142e Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Mon, 17 Jan 2022 13:50:55 +0100 Subject: thumbnails --- scripts/gui_button.gd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/gui_button.gd (limited to 'scripts/gui_button.gd') 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 -- cgit v1.2.3-54-g00ecf