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 63f103f84baf508687bb618d19c3c6580d3a3820
29 changes: 28 additions & 1 deletion scenes/lobby/level.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=59 format=3 uid="uid://dqjghdruydyeo"]
[gd_scene load_steps=61 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 @@ -168,6 +168,13 @@ size = Vector3(4, 0.25, 0.25)
[sub_resource type="BoxMesh" id="BoxMesh_6126w"]
size = Vector3(4, 0.25, 0.25)

[sub_resource type="PrismMesh" id="PrismMesh_335nw"]
left_to_right = 0.0
size = Vector3(0.25, 0.25, 0.25)

[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_a7o8m"]
data = PackedVector3Array(-0.125, 0.125, 0.125, 0.125, -0.125, 0.125, -0.125, -0.125, 0.125, -0.125, 0.125, -0.125, -0.125, -0.125, -0.125, 0.125, -0.125, -0.125, -0.125, 0.125, 0.125, -0.125, 0.125, -0.125, 0.125, -0.125, 0.125, -0.125, 0.125, -0.125, 0.125, -0.125, -0.125, 0.125, -0.125, 0.125, -0.125, 0.125, -0.125, -0.125, 0.125, 0.125, -0.125, -0.125, -0.125, -0.125, 0.125, 0.125, -0.125, -0.125, 0.125, -0.125, -0.125, -0.125, -0.125, -0.125, 0.125, 0.125, -0.125, 0.125, -0.125, -0.125, -0.125, 0.125, -0.125, 0.125, 0.125, -0.125, -0.125, -0.125, -0.125, -0.125)

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

[node name="Checkpoints" type="Node3D" parent="."]
Expand Down Expand Up @@ -723,6 +730,26 @@ shape = SubResource("BoxShape3D_cr5rr")
material_override = ExtResource("4_xv8fq")
mesh = SubResource("BoxMesh_6126w")

[node name="Wedge" type="StaticBody3D" parent="StaticObjects/MovementInstructionsSign"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.125, 1.625, 0)

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

[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticObjects/MovementInstructionsSign/Wedge"]
shape = SubResource("ConcavePolygonShape3D_a7o8m")

[node name="Wedge2" type="StaticBody3D" parent="StaticObjects/MovementInstructionsSign"]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -2.125, 1.625, 0)

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

[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticObjects/MovementInstructionsSign/Wedge2"]
shape = SubResource("ConcavePolygonShape3D_a7o8m")

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

[node name="PrimaryMusic" type="Node" parent="Music"]
Expand Down