Add freecam and add basic tools and references
This commit is contained in:
32
splunk/levels/lobby-scene/lobby.tscn
Normal file
32
splunk/levels/lobby-scene/lobby.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://bj52j4ew2lfr6"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://5vggmy1srgxb" path="res://tools/human-height-reference.tscn" id="1_yyu2g"]
|
||||
[ext_resource type="PackedScene" uid="uid://daq1prwl8aaia" path="res://tools/debug.tscn" id="2_72fkp"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_72fkp"]
|
||||
background_mode = 2
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_fnh6i"]
|
||||
size = Vector2(20, 20)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_yyu2g"]
|
||||
size = Vector3(20, 0.4, 20)
|
||||
|
||||
[node name="Lobby" type="Node3D"]
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_72fkp")
|
||||
|
||||
[node name="TempFloor" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="TempFloor"]
|
||||
mesh = SubResource("PlaneMesh_fnh6i")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="TempFloor"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.2, 0)
|
||||
shape = SubResource("BoxShape3D_yyu2g")
|
||||
|
||||
[node name="Human-height-reference" parent="." instance=ExtResource("1_yyu2g")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.33741, 0.953, -5.00694)
|
||||
|
||||
[node name="Debug" parent="." instance=ExtResource("2_72fkp")]
|
||||
Reference in New Issue
Block a user