meat_madness_redux/godot/assets/ui_theme_PauseScreen.tres

38 lines
1.3 KiB
Plaintext
Raw Normal View History

[gd_resource type="Theme" load_steps=7 format=2]
[ext_resource path="res://assets/Button13.png" type="Texture" id=1]
[ext_resource path="res://assets/gratvityfont.tres" type="DynamicFont" id=2]
[sub_resource type="StyleBoxTexture" id=4]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 105, 21 )
[sub_resource type="StyleBoxTexture" id=2]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 105, 21 )
modulate_color = Color( 0.439216, 0.223529, 0.223529, 1 )
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 105, 21 )
modulate_color = Color( 0.52549, 0.403922, 0.403922, 1 )
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 105, 21 )
modulate_color = Color( 0.266667, 0.266667, 0.266667, 1 )
[resource]
Button/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_focus = Color( 0.94, 0.94, 0.94, 1 )
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 = 2
Button/fonts/font = ExtResource( 2 )
Button/styles/disabled = null
Button/styles/focus = SubResource( 4 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 1 )
Button/styles/pressed = SubResource( 3 )