aboutsummaryrefslogtreecommitdiff
path: root/scenes/gui/gui_turret.tscn
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-17 13:50:22 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-17 13:50:22 +0100
commitf73ef06b502aa36dca73a173bbee089ae91729ab (patch)
treeadf5409a717962c99a8f77aa816a2e5e6956fc2f /scenes/gui/gui_turret.tscn
parent53342a1bdae615aead21163ed0636b68be5ea55f (diff)
thumbnails
Diffstat (limited to 'scenes/gui/gui_turret.tscn')
-rw-r--r--scenes/gui/gui_turret.tscn12
1 files changed, 10 insertions, 2 deletions
diff --git a/scenes/gui/gui_turret.tscn b/scenes/gui/gui_turret.tscn
index 1c618b6..08bfd58 100644
--- a/scenes/gui/gui_turret.tscn
+++ b/scenes/gui/gui_turret.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=2]
-[ext_resource path="res://scripts/gui_turret.gd" type="Script" id=1]
+[ext_resource path="res://scripts/gui_button.gd" type="Script" id=1]
[ext_resource path="res://themes/snub_theme.tres" type="Theme" id=2]
[sub_resource type="Environment" id=2]
@@ -33,7 +33,15 @@ __meta__ = {
"_edit_use_anchors_": false
}
-[node name="ColorRect" type="ColorRect" parent="."]
+[node name="texture" type="TextureRect" parent="."]
+margin_right = 100.0
+margin_bottom = 100.0
+mouse_filter = 2
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
+[node name="color" type="ColorRect" parent="."]
margin_right = 100.0
margin_bottom = 100.0
mouse_filter = 2