cawez_puzzlebox/levels/level_0.tscn
2024-06-27 10:59:57 -04:00

55 lines
2.1 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://cxm75j5ougk47"]
[ext_resource type="PackedScene" uid="uid://pyhlicd4a0ec" path="res://player/player_node.tscn" id="1_27nom"]
[ext_resource type="Material" uid="uid://b2ttpdiw37sq4" path="res://primitives/platforms/platform_material.tres" id="3_jk0d8"]
[ext_resource type="PackedScene" uid="uid://tdcxcrg6ktpl" path="res://objectives/objective.tscn" id="3_tfkod"]
[ext_resource type="PackedScene" uid="uid://d1ps6hp24nbdl" path="res://primitives/Tutorial.blend" id="4_e2dss"]
[sub_resource type="Environment" id="Environment_2xirc"]
background_energy_multiplier = 0.0
ambient_light_energy = 0.0
ssr_enabled = true
[sub_resource type="PlaneMesh" id="PlaneMesh_ubtxc"]
material = ExtResource("3_jk0d8")
size = Vector2(1000, 1000)
[sub_resource type="BoxShape3D" id="BoxShape3D_1hfqu"]
size = Vector3(1000, 1, 1000)
[node name="Level0" type="Node3D"]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_2xirc")
[node name="player" parent="." instance=ExtResource("1_27nom")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.635, 108)
[node name="OmniLight3D2" type="OmniLight3D" parent="player"]
light_energy = 0.228
omni_range = 4099.65
[node name="objective" parent="." instance=ExtResource("3_tfkod")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12, 0)
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12, 0)
light_color = Color(0.552941, 1, 1, 1)
light_energy = 0.338
omni_range = 4096.0
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_ubtxc")
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
shape = SubResource("BoxShape3D_1hfqu")
[node name="Tutorial" parent="." instance=ExtResource("4_e2dss")]
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0.04, 107)
[node name="Tutorial2" parent="." instance=ExtResource("4_e2dss")]
transform = Transform3D(1.5, 0, 0, 0, -1.5, 0, 0, 0, 1.5, 0, 0.04, 107)