pathfinding rework for now
This commit is contained in:
@ -1,9 +1,28 @@
|
||||
[gd_resource type="Theme" load_steps=15 format=3 uid="uid://b6a0ip4p72tgx"]
|
||||
[gd_resource type="Theme" load_steps=16 format=3 uid="uid://b6a0ip4p72tgx"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://lpof3jdy7hr7" path="res://new_style_box_flat.tres" id="4_o03gw"]
|
||||
[ext_resource type="FontFile" uid="uid://c17ml15e2qan0" path="res://Assets/Fonts/TrueType (.ttf)/Sagewold-Regular.ttf" id="4_v3wda"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pyjol"]
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pyjol"]
|
||||
content_margin_left = 12.0
|
||||
content_margin_right = 12.0
|
||||
bg_color = Color(0.311061, 0.305052, 0.26622, 1)
|
||||
border_width_top = 2
|
||||
border_width_bottom = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_v3wda"]
|
||||
bg_color = Color(0.6, 0.6, 0.6, 0)
|
||||
border_width_left = 12
|
||||
border_width_top = 12
|
||||
border_width_right = 12
|
||||
border_width_bottom = 12
|
||||
border_color = Color(100, 0, 0, 1)
|
||||
border_blend = true
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o03gw"]
|
||||
bg_color = Color(0.364084, 0.357361, 0.313855, 1)
|
||||
border_width_top = 2
|
||||
border_width_bottom = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_i4k6b"]
|
||||
content_margin_left = 12.0
|
||||
@ -12,11 +31,6 @@ bg_color = Color(0.470588, 0.462745, 0.411765, 1)
|
||||
border_width_top = 2
|
||||
border_width_bottom = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o03gw"]
|
||||
bg_color = Color(0.364084, 0.357361, 0.313855, 1)
|
||||
border_width_top = 2
|
||||
border_width_bottom = 2
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_v3wda"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_v4c6d"]
|
||||
@ -72,8 +86,8 @@ Button/colors/font_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_hover_color = Color(0.105882, 0.105882, 0.105882, 1)
|
||||
Button/font_sizes/font_size = 48
|
||||
Button/fonts/font = ExtResource("4_v3wda")
|
||||
Button/styles/disabled = SubResource("StyleBoxEmpty_pyjol")
|
||||
Button/styles/focus = SubResource("StyleBoxFlat_i4k6b")
|
||||
Button/styles/disabled = SubResource("StyleBoxFlat_pyjol")
|
||||
Button/styles/focus = SubResource("StyleBoxFlat_v3wda")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_o03gw")
|
||||
Button/styles/hover_pressed = SubResource("StyleBoxFlat_o03gw")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_i4k6b")
|
||||
|
Reference in New Issue
Block a user