fixed issues with Level.tscn

godot4-port
Jan 2020-06-19 01:41:44 +02:00
parent 15b0a89853
commit c4608990a6
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,7 @@
[gd_scene load_steps=11 format=2]
[gd_scene load_steps=13 format=2]
[ext_resource path="res://LevelComponents/Killfloor.tscn" type="PackedScene" id=1]
[ext_resource path="res://LevelComponents/SpawnPoint.tscn" type="PackedScene" id=2]
[sub_resource type="BoxShape" id=1]
@ -218,3 +221,8 @@ transform = Transform( 1.3411e-07, -2.98023e-08, -1, 0.258819, 0.965926, 0, 0.96
width = 19.8983
height = 1.04801
depth = 3.06491
[node name="Killfloor" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -4.36458, 0 )
[node name="SpawnPoint" parent="." instance=ExtResource( 2 )]