massive work towards godot 4
This commit is contained in:
@@ -1,32 +1,40 @@
|
||||
[gd_resource type="Theme" load_steps=7 format=2]
|
||||
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://x4at2pluavto"]
|
||||
|
||||
[ext_resource path="res://Fonts/pixelmix/pixelmix.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource type="FontFile" uid="uid://d04y8053bm382" path="res://assets/fonts/pixelmix/pixelmix.ttf" id="1"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=1]
|
||||
[sub_resource type="FontFile" id="5"]
|
||||
fallbacks = [ExtResource("1")]
|
||||
face_index = null
|
||||
embolden = null
|
||||
transform = null
|
||||
cache/0/16/0/ascent = 0.0
|
||||
cache/0/16/0/descent = 0.0
|
||||
cache/0/16/0/underline_position = 0.0
|
||||
cache/0/16/0/underline_thickness = 0.0
|
||||
cache/0/16/0/scale = 1.0
|
||||
cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=2]
|
||||
bg_color = Color( 0, 0, 0, 1 )
|
||||
[sub_resource type="StyleBoxEmpty" id="1"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=3]
|
||||
bg_color = Color( 0, 0, 0, 1 )
|
||||
[sub_resource type="StyleBoxFlat" id="2"]
|
||||
bg_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=4]
|
||||
bg_color = Color( 0, 0, 0, 1 )
|
||||
[sub_resource type="StyleBoxFlat" id="3"]
|
||||
bg_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="DynamicFont" id=5]
|
||||
outline_color = Color( 0.6, 0.898039, 0.313726, 1 )
|
||||
font_data = ExtResource( 1 )
|
||||
[sub_resource type="StyleBoxFlat" id="4"]
|
||||
bg_color = Color(0, 0, 0, 1)
|
||||
|
||||
[resource]
|
||||
default_font = SubResource( 5 )
|
||||
Button/colors/font_color = Color( 0.6, 0.898039, 0.313726, 1 )
|
||||
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
|
||||
Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )
|
||||
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
|
||||
default_font = SubResource("5")
|
||||
Button/colors/font_color = Color(0.6, 0.898039, 0.313726, 1)
|
||||
Button/colors/font_color_disabled = Color(0.9, 0.9, 0.9, 0.2)
|
||||
Button/colors/font_color_hover = Color(0.941176, 0.941176, 0.941176, 1)
|
||||
Button/colors/font_color_pressed = Color(1, 1, 1, 1)
|
||||
Button/constants/hseparation = 0
|
||||
Button/fonts/font = null
|
||||
Button/fonts/font = SubResource("5")
|
||||
Button/styles/disabled = null
|
||||
Button/styles/focus = SubResource( 1 )
|
||||
Button/styles/hover = SubResource( 2 )
|
||||
Button/styles/normal = SubResource( 3 )
|
||||
Button/styles/pressed = SubResource( 4 )
|
||||
Button/styles/focus = SubResource("1")
|
||||
Button/styles/hover = SubResource("2")
|
||||
Button/styles/normal = SubResource("3")
|
||||
Button/styles/pressed = SubResource("4")
|
||||
|
||||
Reference in New Issue
Block a user