Files
Station-0/scenes/run/rooms/room_base.tscn
T
Station 0 Dev 342175f4c3 Initial commit — Station 0 vertical slice in progress
Includes full design documentation (ARCHITECTURE, DESIGN_NOTES, CONTENT_SPEC, PRODUCTION_NOTES)
and active Godot 4 / GDScript codebase. Core systems built: player, floor generation,
room system, enemy base, body part upgrades, run manager, save system, HUD, EventBus.
2026-03-04 12:33:05 -05:00

17 lines
470 B
Plaintext

[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://scripts/rooms/room.gd" id="1"]
[node name="Room" type="Node2D"]
script = ExtResource("1")
[node name="Floor" type="Polygon2D" parent="."]
polygon = PackedVector2Array(-480, -270, 480, -270, 480, 270, -480, 270)
color = Color(0.12, 0.12, 0.18, 1)
[node name="Walls" type="Node2D" parent="."]
[node name="DoorTriggers" type="Node2D" parent="."]
[node name="Contents" type="Node2D" parent="."]