feat: package pantry crisis demo

This commit is contained in:
Rijad Zuzo
2026-07-16 00:37:59 +02:00
parent c23f6887c8
commit f82d9683de
12 changed files with 621 additions and 21 deletions
+35 -1
View File
@@ -126,7 +126,41 @@ offset_right = 940.0
offset_bottom = 66.0
script = ExtResource("12_timedial")
[node name="DemoController" type="Node" parent="." unique_id=644713371 node_paths=PackedStringArray("ui", "active_npcs_parent")]
[node name="CrisisCaptionLayer" type="CanvasLayer" parent="."]
layer = 4
[node name="CrisisCaption" type="Label" parent="CrisisCaptionLayer"]
visible = false
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -560.0
offset_top = -112.0
offset_right = 560.0
offset_bottom = -54.0
grow_horizontal = 2
grow_vertical = 0
mouse_filter = 2
theme_override_colors/font_color = Color(0.98, 0.92, 0.78, 1)
theme_override_colors/font_outline_color = Color(0.08, 0.055, 0.035, 0.92)
theme_override_colors/font_shadow_color = Color(0.02, 0.015, 0.01, 0.7)
theme_override_constants/outline_size = 9
theme_override_constants/shadow_offset_x = 2
theme_override_constants/shadow_offset_y = 3
theme_override_font_sizes/font_size = 26
text = "The pantry is empty."
horizontal_alignment = 1
vertical_alignment = 1
[node name="DemoController" type="Node" parent="." unique_id=644713371 node_paths=PackedStringArray("ui", "active_npcs_parent", "simulation_manager", "world_view_manager", "camera_rig", "player", "pantry_storage", "crisis_caption")]
script = ExtResource("13_demo")
ui = NodePath("../UI")
active_npcs_parent = NodePath("../ActiveNPCs")
simulation_manager = NodePath("../SimulationManager")
world_view_manager = NodePath("../WorldViewManager")
camera_rig = NodePath("../CameraRig")
player = NodePath("../Player")
pantry_storage = NodePath("../JajceWorld/WorldObjects/StorageSites/VillagePantry")
crisis_caption = NodePath("../CrisisCaptionLayer/CrisisCaption")