diff options
Diffstat (limited to 'ui/bmp_texture_button.tscn')
-rw-r--r-- | ui/bmp_texture_button.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/bmp_texture_button.tscn b/ui/bmp_texture_button.tscn new file mode 100644 index 0000000..381804f --- /dev/null +++ b/ui/bmp_texture_button.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://cjcm2mai50thr"] + +[ext_resource type="Script" uid="uid://dbjkplupup3y2" path="res://ui/bmp_texture_button.gd" id="4_uy6fu"] + +[node name="BMPTextureButton" type="TextureButton"] +texture_filter = 1 +mouse_default_cursor_shape = 2 +script = ExtResource("4_uy6fu") |