First_Person_Slapper/Levels/Level01.tscn

36 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-10-12 13:17:07 -04:00
[gd_scene load_steps=4 format=2]
2022-10-12 11:08:26 -04:00
[ext_resource path="res://Materials/Dark_ProtoMat.tres" type="Material" id=1]
2022-10-12 13:17:07 -04:00
[ext_resource path="res://Scenes/InfoScreen.tscn" type="PackedScene" id=2]
2022-10-12 11:08:26 -04:00
[ext_resource path="res://Player.tscn" type="PackedScene" id=3]
2022-10-12 10:13:10 -04:00
[node name="Spatial" type="Spatial"]
[node name="CSGCombiner" type="CSGCombiner" parent="."]
2022-10-12 11:08:26 -04:00
use_collision = true
[node name="Floor" type="CSGBox" parent="CSGCombiner"]
2022-10-12 13:17:07 -04:00
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -6 )
2022-10-12 11:08:26 -04:00
snap = 1.0
width = 20.0
height = 6.0
depth = 30.0
material = ExtResource( 1 )
[node name="FloorClear" type="CSGBox" parent="CSGCombiner"]
2022-10-12 13:17:07 -04:00
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10, -6 )
2022-10-12 11:08:26 -04:00
operation = 2
width = 18.0
height = 19.0
depth = 28.0
material = ExtResource( 1 )
[node name="Sun" type="DirectionalLight" parent="."]
transform = Transform( 0.707107, -0.353553, 0.612372, 0, 0.866025, 0.5, -0.707107, -0.353553, 0.612372, 7.99925, 6, 7.97141 )
[node name="Player" parent="." instance=ExtResource( 3 )]
2022-10-12 13:17:07 -04:00
transform = Transform( 0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -3, 4.17456, 4 )
[node name="InfoScreen" parent="." instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.67344, 0 )