Add high scores level with specific settings, new resources for images and textures, update project configuration to include HighScoreMgr, and define style boxes for game theme.
This commit is contained in:
parent
3eaa959910
commit
115b4b0a69
22 changed files with 821 additions and 12 deletions
|
|
@ -1,10 +1,113 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://cpkvret5gi66h"]
|
||||
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://cpkvret5gi66h"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://beyoaacc7uhy1" path="res://resources/fonts/Kaph-Regular.ttf" id="1_fwiur"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lcmkq"]
|
||||
bg_color = Color(0.996078, 0.85098, 0.498039, 0.776471)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(1, 0.878431, 0.545098, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c0e0a"]
|
||||
content_margin_left = 20.0
|
||||
content_margin_top = 20.0
|
||||
content_margin_right = 20.0
|
||||
content_margin_bottom = 20.0
|
||||
bg_color = Color(0.996078, 0.85098, 0.498039, 1)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_g31a1"]
|
||||
content_margin_left = 20.0
|
||||
content_margin_top = 20.0
|
||||
content_margin_right = 20.0
|
||||
content_margin_bottom = 20.0
|
||||
bg_color = Color(0.996078, 0.85098, 0.498039, 1)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1c0sa"]
|
||||
bg_color = Color(0.996078, 0.85098, 0.498039, 0.784314)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
shadow_color = Color(0, 0, 0, 0.258824)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_crayb"]
|
||||
bg_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
border_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
shadow_color = Color(0, 0, 0, 0.258824)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0rei0"]
|
||||
bg_color = Color(0.996078, 0.85098, 0.498039, 1)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
shadow_color = Color(0, 0, 0, 0.258824)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vj6bi"]
|
||||
content_margin_left = 2.0
|
||||
content_margin_top = 2.0
|
||||
content_margin_right = 2.0
|
||||
content_margin_bottom = 2.0
|
||||
bg_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
corner_radius_top_left = 6
|
||||
corner_radius_top_right = 6
|
||||
corner_radius_bottom_right = 6
|
||||
corner_radius_bottom_left = 6
|
||||
corner_detail = 6
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_fwiur")
|
||||
default_font_size = 12
|
||||
Button/colors/font_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
Button/colors/font_hover_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
Button/colors/font_pressed_color = Color(1, 0.878431, 0.545098, 1)
|
||||
Button/constants/h_separation = 5
|
||||
Button/font_sizes/font_size = 16
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_lcmkq")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_c0e0a")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_g31a1")
|
||||
Fonts/fonts/large = ExtResource("1_fwiur")
|
||||
Fonts/fonts/normal = ExtResource("1_fwiur")
|
||||
Label/colors/font_shadow_color = Color(0, 0, 0, 0.921569)
|
||||
Label/colors/font_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
Label/colors/font_shadow_color = Color(0.00392157, 0, 0, 0.45098)
|
||||
Panel/styles/panel = SubResource("StyleBoxFlat_1c0sa")
|
||||
PopupMenu/colors/font_color = Color(0.819608, 0.454902, 0.254902, 1)
|
||||
PopupMenu/constants/h_separation = 6
|
||||
PopupMenu/constants/v_separation = 6
|
||||
PopupMenu/styles/hover = SubResource("StyleBoxFlat_crayb")
|
||||
PopupMenu/styles/panel = SubResource("StyleBoxFlat_0rei0")
|
||||
ProgressBar/styles/fill = SubResource("StyleBoxFlat_vj6bi")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue