mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-08 15:09:53 +01:00
84 lines
2.9 KiB
Plaintext
84 lines
2.9 KiB
Plaintext
[gd_resource type="Theme" load_steps=14 format=2]
|
|
|
|
[ext_resource path="res://theme/fonts/montserrat_extra_bold_32.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://theme/images/button_rect.png" type="Texture" id=2]
|
|
[ext_resource path="res://theme/images/button_rect_pressed.png" type="Texture" id=3]
|
|
[ext_resource path="res://theme/fonts/montserrat_extra_bold_24.tres" type="DynamicFont" id=4]
|
|
[ext_resource path="res://theme/images/panel_rect.png" type="Texture" id=5]
|
|
[ext_resource path="res://theme/images/background.png" type="Texture" id=6]
|
|
[ext_resource path="res://theme/foreground_stylebox_red.tres" type="StyleBox" id=7]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=1]
|
|
resource_name = "button_focus_style"
|
|
|
|
[sub_resource type="StyleBoxTexture" id=2]
|
|
texture = ExtResource( 2 )
|
|
region_rect = Rect2( 0, 0, 128, 142 )
|
|
margin_left = 32.0
|
|
margin_right = 32.0
|
|
margin_top = 36.0
|
|
margin_bottom = 43.0
|
|
|
|
[sub_resource type="StyleBoxTexture" id=3]
|
|
texture = ExtResource( 2 )
|
|
region_rect = Rect2( 0, 0, 128, 142 )
|
|
margin_left = 32.0
|
|
margin_right = 32.0
|
|
margin_top = 36.0
|
|
margin_bottom = 43.0
|
|
|
|
[sub_resource type="StyleBoxTexture" id=4]
|
|
texture = ExtResource( 3 )
|
|
region_rect = Rect2( 0, 0, 128, 142 )
|
|
margin_left = 32.0
|
|
margin_right = 32.0
|
|
margin_top = 40.0
|
|
margin_bottom = 32.0
|
|
|
|
[sub_resource type="StyleBoxTexture" id=5]
|
|
texture = ExtResource( 5 )
|
|
region_rect = Rect2( 0, 0, 128, 141 )
|
|
margin_left = 90.0
|
|
margin_right = 90.0
|
|
margin_top = 35.0
|
|
margin_bottom = 45.0
|
|
|
|
[sub_resource type="StyleBoxTexture" id=6]
|
|
texture = ExtResource( 6 )
|
|
region_rect = Rect2( 0, 0, 64, 64 )
|
|
margin_left = 20.0
|
|
margin_right = 20.0
|
|
margin_top = 20.0
|
|
margin_bottom = 20.0
|
|
|
|
[resource]
|
|
default_font = ExtResource( 4 )
|
|
Button/colors/font_color = Color( 0.686275, 0.741176, 0.768627, 1 )
|
|
Button/colors/font_color_disabled = Color( 0.686275, 0.741176, 0.768627, 1 )
|
|
Button/colors/font_color_hover = Color( 1, 1, 1, 1 )
|
|
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
|
|
Button/constants/hseparation = 2
|
|
Button/fonts/font = ExtResource( 1 )
|
|
Button/styles/disabled = null
|
|
Button/styles/focus = SubResource( 1 )
|
|
Button/styles/hover = SubResource( 2 )
|
|
Button/styles/normal = SubResource( 3 )
|
|
Button/styles/pressed = SubResource( 4 )
|
|
Label/colors/font_color = Color( 0.690196, 0.745098, 0.772549, 1 )
|
|
Label/colors/font_color_shadow = Color( 1, 0.596078, 0, 0 )
|
|
Label/constants/line_spacing = 3
|
|
Label/constants/shadow_as_outline = 0
|
|
Label/constants/shadow_offset_x = 0
|
|
Label/constants/shadow_offset_y = 4
|
|
Label/fonts/font = ExtResource( 4 )
|
|
Label/styles/normal = null
|
|
Panel/styles/panel = SubResource( 5 )
|
|
Panel/styles/panelf = null
|
|
Panel/styles/panelnc = null
|
|
PanelContainer/styles/panel = SubResource( 5 )
|
|
ProgressBar/colors/font_color = Color( 0.941176, 0.941176, 0.941176, 1 )
|
|
ProgressBar/colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
|
ProgressBar/fonts/font = ExtResource( 4 )
|
|
ProgressBar/styles/bg = SubResource( 6 )
|
|
ProgressBar/styles/fg = ExtResource( 7 )
|