Files
scrap-signal/entities/items/pushable robot/pushable_robot.tscn
Kellan KOZUME decd182b3e feat(atelier): complete zone 2 level design and game systems
- Add atelier tilemap (14x14 tiles) with dark atmosphere
- Add Journal D-891 interactable with Matteo Corda narrative
- Add pushable frozen robot (reuses PushableBox logic)
- Add PassageTrigger to reveal hidden path via TileMapLayer
- Add RepairStation for SCRAP-09 self-repair mini-game
- Add scrap09 puzzle in RepairMinigame with valid connections
- Add door to cour unlocked by scrap09_repaired flag
2026-04-25 12:54:33 -04:00

32 lines
1.2 KiB
Plaintext

[gd_scene format=3 uid="uid://dge55wtv1sf8i"]
[ext_resource type="Script" uid="uid://ghp173k2ioey" path="res://entities/items/pushable box/pushable_box.gd" id="1_cwr2g"]
[ext_resource type="Texture2D" uid="uid://c0uhk72pn2w7" path="res://assets/sprites/damaged_robot.png" id="2_6yl5d"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_cwr2g"]
size = Vector2(26, 31)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5bkgq"]
size = Vector2(81.5, 32.25)
[node name="PushableRobot" type="CharacterBody2D" unique_id=418482729]
collision_layer = 32
collision_mask = 33
script = ExtResource("1_cwr2g")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1829584255]
texture = ExtResource("2_6yl5d")
region_rect = Rect2(128, 64, 32, 32)
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=330974052]
position = Vector2(0, -0.5)
shape = SubResource("RectangleShape2D_cwr2g")
[node name="DetectionArea" type="Area2D" parent="." unique_id=1137135914]
collision_layer = 48
collision_mask = 49
[node name="CollisionShape2D" type="CollisionShape2D" parent="DetectionArea" unique_id=2045146233]
position = Vector2(0, -0.125)
shape = SubResource("RectangleShape2D_5bkgq")