1
0
Fork 0
spacetac/theme/ui.tres

55 lines
1.7 KiB
Plaintext

[gd_resource type="Theme" load_steps=9 format=2]
[ext_resource path="res://theme/fonts/daggersquare.tres" type="DynamicFont" id=1]
[ext_resource path="res://theme/buttons/large.png" type="Texture" id=2]
[ext_resource path="res://theme/buttons/large_hover.png" type="Texture" id=3]
[ext_resource path="res://theme/buttons/large_on.png" type="Texture" id=4]
[sub_resource type="StyleBoxTexture" id=1]
content_margin_left = 120.0
content_margin_right = 120.0
content_margin_top = 20.0
content_margin_bottom = 20.0
texture = ExtResource( 3 )
region_rect = Rect2( 0, 0, 460, 112 )
margin_left = 65.0
margin_right = 65.0
[sub_resource type="StyleBoxTexture" id=2]
content_margin_left = 120.0
content_margin_right = 120.0
content_margin_top = 20.0
content_margin_bottom = 20.0
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 460, 112 )
margin_left = 65.0
margin_right = 65.0
[sub_resource type="StyleBoxTexture" id=3]
content_margin_left = 120.0
content_margin_right = 120.0
content_margin_top = 20.0
content_margin_bottom = 20.0
texture = ExtResource( 4 )
region_rect = Rect2( 0, 0, 460, 112 )
margin_left = 65.0
margin_right = 65.0
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0, 0, 0, 1 )
[resource]
default_font = ExtResource( 1 )
Button/colors/font_color = Color( 0.623529, 0.768627, 0.839216, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.94, 0.94, 0.94, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 20
Button/fonts/font = null
Button/styles/disabled = null
Button/styles/focus = null
Button/styles/hover = SubResource( 1 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = SubResource( 3 )
Panel/styles/panel = SubResource( 4 )