From c930eb8a0cabaeb3651e2dc7f94a26310fb2dcf3 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Wed, 19 Jan 2022 20:08:32 +0100 Subject: turrets implementation finished --- scenes/gui/gui_button.tscn | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'scenes/gui/gui_button.tscn') diff --git a/scenes/gui/gui_button.tscn b/scenes/gui/gui_button.tscn index 1922583..f5c69c0 100644 --- a/scenes/gui/gui_button.tscn +++ b/scenes/gui/gui_button.tscn @@ -1,8 +1,11 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=5 format=2] [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="StyleBoxFlat" id=4] +bg_color = Color( 0, 0, 0, 0.305882 ) + [sub_resource type="StyleBoxFlat" id=3] bg_color = Color( 0.6, 0.6, 0.6, 0 ) border_width_left = 1 @@ -59,6 +62,16 @@ __meta__ = { "_edit_use_anchors_": false } +[node name="panel_cash" type="Panel" parent="."] +visible = false +anchor_right = 1.0 +margin_bottom = 20.0 +theme = ExtResource( 2 ) +custom_styles/panel = SubResource( 4 ) +__meta__ = { +"_edit_use_anchors_": false +} + [node name="name" type="Label" parent="."] anchor_right = 1.0 margin_top = 101.0 -- cgit v1.2.3-54-g00ecf