pulse node, shaft strip, constantify, etc.

This commit is contained in:
Jennie Robinson Faber 2026-05-12 19:10:15 +01:00
parent d4c609e1af
commit 0b6d121986
24 changed files with 645 additions and 245 deletions

View file

@ -1,19 +1,7 @@
[gd_scene load_steps=4 format=3]
[gd_scene load_steps=3 format=3]
[ext_resource type="Script" path="res://scenes/end_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
[sub_resource type="StyleBoxFlat" id="ButtonStyle"]
bg_color = Color(0.1, 0.3, 0.1, 1)
border_width_left = 2
@ -35,18 +23,19 @@ layer = 10
script = ExtResource("1")
[node name="Dim" type="ColorRect" parent="."]
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="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
[node name="Card" type="PanelContainer" parent="Center"]
theme_override_styles/panel = SubResource("CardStyle")
[node name="Margin" type="MarginContainer" parent="Center/Card"]
theme_override_constants/margin_left = 56
@ -84,3 +73,10 @@ theme_override_styles/normal = SubResource("ButtonStyle")
theme_override_styles/hover = SubResource("ButtonStyle")
theme_override_styles/pressed = SubResource("ButtonStyle")
theme_override_styles/focus = SubResource("ButtonStyle")
[node name="SpaceHint" type="Label" parent="Center/Card/Margin/Column"]
visible = false
text = "Space to Restart"
horizontal_alignment = 1
theme_override_colors/font_color = Color(0.95, 0.7, 0.7, 1)
theme_override_font_sizes/font_size = 20