This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld47/levels/Level3.tscn
2020-10-05 02:40:11 -04:00

11 lines
393 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://game/FinishPoint.tscn" type="PackedScene" id=1]
[node name="Spatial" type="Spatial"]
[node name="SpawnPoint" type="Position3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 1.35 )
[node name="FinishPoint" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 7.5, 2, 1.35 )