pulse node, shaft strip, constantify, etc.
This commit is contained in:
parent
d4c609e1af
commit
0b6d121986
24 changed files with 645 additions and 245 deletions
|
|
@ -2,18 +2,6 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://ba3of2ykdjqcl" path="res://scenes/title_screen.gd" id="1"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="CardStyle"]
|
||||
bg_color = Color(0.05, 0.18, 0.05, 1)
|
||||
border_width_left = 3
|
||||
border_width_top = 3
|
||||
border_width_right = 3
|
||||
border_width_bottom = 3
|
||||
border_color = Color(0.2, 1, 0.2, 1)
|
||||
corner_radius_top_left = 6
|
||||
corner_radius_top_right = 6
|
||||
corner_radius_bottom_right = 6
|
||||
corner_radius_bottom_left = 6
|
||||
|
||||
[node name="TitleScreen" type="CanvasLayer" unique_id=1795090261]
|
||||
process_mode = 3
|
||||
layer = 20
|
||||
|
|
@ -24,7 +12,7 @@ anchors_preset = 15
|
|||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
mouse_filter = 2
|
||||
color = Color(0, 0, 0, 0.85)
|
||||
color = Color(0.05, 0.18, 0.05, 1)
|
||||
|
||||
[node name="Center" type="CenterContainer" parent="." unique_id=9544562]
|
||||
anchors_preset = 15
|
||||
|
|
@ -33,7 +21,6 @@ anchor_bottom = 1.0
|
|||
|
||||
[node name="Card" type="PanelContainer" parent="Center" unique_id=1305454967]
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("CardStyle")
|
||||
|
||||
[node name="Margin" type="MarginContainer" parent="Center/Card" unique_id=1871871714]
|
||||
layout_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue