mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 19:13:46 +00:00
Status menu mockup
This commit is contained in:
parent
619c35028e
commit
a0499cf858
10 changed files with 166 additions and 13 deletions
|
|
@ -1,8 +1,9 @@
|
|||
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://dnsadvmunm76k"]
|
||||
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://dnsadvmunm76k"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://coek1e2q257pq" path="res://fonts/at01.ttf" id="1_dp7be"]
|
||||
[ext_resource type="StyleBox" uid="uid://ctw2hju32l3rg" path="res://Resources/Styles/PixelStyleBoxRed.tres" id="2_wf67a"]
|
||||
[ext_resource type="Texture2D" uid="uid://57jo25mrp028" path="res://Sprites/UI/Checkbox.png" id="3_xfr2l"]
|
||||
[ext_resource type="StyleBox" uid="uid://24hh6h4juk3r" path="res://Resources/Styles/PixelStyleBoxRed_SquareBackground.tres" id="4_jpso0"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jpso0"]
|
||||
atlas = ExtResource("3_xfr2l")
|
||||
|
|
@ -46,3 +47,16 @@ Button/styles/pressed = ExtResource("2_wf67a")
|
|||
CheckBox/icons/checked = SubResource("AtlasTexture_jpso0")
|
||||
CheckBox/icons/unchecked = SubResource("AtlasTexture_0p6en")
|
||||
CheckBox/icons/unchecked_disabled = SubResource("AtlasTexture_xfr2l")
|
||||
TabContainer/colors/font_disabled_color = Color(0, 0.188235, 0, 1)
|
||||
TabContainer/colors/font_hovered_color = Color(0, 0.698039, 0, 1)
|
||||
TabContainer/colors/font_selected_color = Color(0, 0.737255, 0, 1)
|
||||
TabContainer/colors/font_unselected_color = Color(0, 0.501961, 0, 1)
|
||||
TabContainer/font_sizes/font_size = 16
|
||||
TabContainer/fonts/font = ExtResource("1_dp7be")
|
||||
TabContainer/styles/panel = null
|
||||
TabContainer/styles/tab_disabled = null
|
||||
TabContainer/styles/tab_focus = ExtResource("4_jpso0")
|
||||
TabContainer/styles/tab_hovered = ExtResource("4_jpso0")
|
||||
TabContainer/styles/tab_selected = ExtResource("4_jpso0")
|
||||
TabContainer/styles/tab_unselected = ExtResource("4_jpso0")
|
||||
TabContainer/styles/tabbar_background = null
|
||||
|
|
|
|||
|
|
@ -8,4 +8,6 @@ texture_margin_left = 4.0
|
|||
texture_margin_top = 4.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 4.0
|
||||
axis_stretch_horizontal = 2
|
||||
axis_stretch_vertical = 2
|
||||
modulate_color = Color(1, 1, 1, 0.847059)
|
||||
|
|
|
|||
13
Resources/Styles/PixelStyleBoxRed_SquareBackground.tres
Normal file
13
Resources/Styles/PixelStyleBoxRed_SquareBackground.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://24hh6h4juk3r"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ckarvvr5ec1al" path="res://Sprites/UI/MenuBackgroundSmall_Background.png" id="1_rgwwh"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_rgwwh")
|
||||
texture_margin_left = 4.0
|
||||
texture_margin_top = 4.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 4.0
|
||||
axis_stretch_horizontal = 2
|
||||
axis_stretch_vertical = 2
|
||||
modulate_color = Color(1, 1, 1, 0.847059)
|
||||
Loading…
Add table
Add a link
Reference in a new issue