From f73ef06b502aa36dca73a173bbee089ae91729ab Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Mon, 17 Jan 2022 13:50:22 +0100 Subject: thumbnails --- scenes/gui/gui_turret.tscn | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'scenes/gui/gui_turret.tscn') 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 -- cgit v1.2.3-54-g00ecf