Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make changes to lobby (2024-Nov-29) #94

Merged
merged 17 commits into from
Nov 30, 2024
Prev Previous commit
Next Next commit
Update level.tscn
  • Loading branch information
UTheCat committed Nov 30, 2024
commit 0ea8f22517f2290ff43c6ebd63fb3395f81f7ae3
14 changes: 10 additions & 4 deletions scenes/lobby/level.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=55 format=3 uid="uid://dqjghdruydyeo"]
[gd_scene load_steps=57 format=3 uid="uid://dqjghdruydyeo"]

[ext_resource type="Material" uid="uid://bq3d6llinnd1i" path="res://textures/moveable_object_indicator.tres" id="1_x3ong"]
[ext_resource type="Texture2D" uid="uid://d0tpyep45doca" path="res://addons/kenney_prototype_textures/light/texture_07.png" id="2_065hl"]
Expand Down Expand Up @@ -156,6 +156,12 @@ uv1_triplanar = true
[sub_resource type="BoxMesh" id="BoxMesh_mpxwe"]
size = Vector3(4, 3, 0.25)

[sub_resource type="BoxShape3D" id="BoxShape3D_3m4q2"]
size = Vector3(0.25, 4.5, 0.25)

[sub_resource type="BoxMesh" id="BoxMesh_bao3i"]
size = Vector3(0.25, 4.5, 0.25)

[node name="Lobby" type="Node3D"]

[node name="Checkpoints" type="Node3D" parent="."]
Expand Down Expand Up @@ -672,14 +678,14 @@ font = ExtResource("6_1tuk3")
font_size = 40

[node name="Box" type="StaticBody3D" parent="StaticObjects/MovementInstructionsSign"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 0, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.125, -0.75, 0)

[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticObjects/MovementInstructionsSign/Box"]
shape = SubResource("BoxShape3D_6o25e")
shape = SubResource("BoxShape3D_3m4q2")

[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticObjects/MovementInstructionsSign/Box"]
material_override = ExtResource("4_xv8fq")
mesh = SubResource("BoxMesh_7r4vw")
mesh = SubResource("BoxMesh_bao3i")

[node name="Music" type="Node3D" parent="."]

Expand Down