some change

This commit is contained in:
Yadciel
2023-01-18 18:33:59 +01:00
parent ef897f0b1f
commit e155b78e53
10 changed files with 61923 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=6 format=2]
[gd_scene load_steps=9 format=2]
[ext_resource path="res://Font/super-legend-boy-font/SuperLegendBoy-4w8Y.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://retrowave.png" type="Texture" id=2]
@ -42,6 +42,49 @@ func load_score():
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 0, 0.0235294, 0.647059, 1 )
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color( 0, 0, 0, 1 )
border_blend = true
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
shadow_size = 4
shadow_offset = Vector2( 2, 2 )
[sub_resource type="StyleBoxFlat" id=7]
bg_color = Color( 0, 0.0235294, 0.647059, 1 )
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color( 0, 0, 0, 1 )
border_blend = true
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=5]
bg_color = Color( 0, 0.0235294, 1, 1 )
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color( 0, 0, 0, 1 )
border_blend = true
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
shadow_size = 4
shadow_offset = Vector2( 2, 2 )
[sub_resource type="DynamicFont" id=3]
size = 40
font_data = ExtResource( 1 )
@ -79,6 +122,9 @@ margin_right = 320.0
margin_bottom = 70.0
rect_min_size = Vector2( 0, 70 )
custom_fonts/font = SubResource( 1 )
custom_styles/hover = SubResource( 6 )
custom_styles/pressed = SubResource( 7 )
custom_styles/normal = SubResource( 5 )
text = "Start"
[node name="Score" type="Label" parent="Control"]