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 bd34a320b4f72aa07171dd7c24619222c381bb0c
67 changes: 65 additions & 2 deletions scenes/lobby/level.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=47 format=3 uid="uid://dqjghdruydyeo"]
[gd_scene load_steps=56 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 All @@ -7,6 +7,7 @@
[ext_resource type="Texture2D" uid="uid://3ycuod8up64p" path="res://addons/kenney_prototype_textures/dark/texture_01.png" id="4_2jpqx"]
[ext_resource type="Material" uid="uid://bm0ukyda3pfcc" path="res://textures/ladder_indicator.tres" id="5_efv4u"]
[ext_resource type="FontFile" uid="uid://bseob0pnt3rg0" path="res://addons/fonts/overpass/static/Overpass-Regular.ttf" id="6_1tuk3"]
[ext_resource type="Material" uid="uid://bqukbe1tiexct" path="res://levels/shape_variety/textures/floor1.tres" id="8_elbs4"]

[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_yudit"]

Expand Down Expand Up @@ -140,6 +141,26 @@ uv1_triplanar = true
[sub_resource type="BoxMesh" id="BoxMesh_mpxwe"]
size = Vector3(4, 3, 0.25)

[sub_resource type="BoxShape3D" id="BoxShape3D_6o25e"]

[sub_resource type="BoxMesh" id="BoxMesh_7r4vw"]

[sub_resource type="SphereShape3D" id="SphereShape3D_uiqr0"]

[sub_resource type="SphereMesh" id="SphereMesh_0yx5l"]

[sub_resource type="CylinderShape3D" id="CylinderShape3D_dwm5y"]
height = 1.0

[sub_resource type="CylinderMesh" id="CylinderMesh_ak1ta"]
height = 1.0

[sub_resource type="PrismMesh" id="PrismMesh_edrvm"]
left_to_right = 0.0

[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_5ll1u"]
data = PackedVector3Array(-0.5, 0.5, 0.5, 0.5, -0.5, 0.5, -0.5, -0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, 0.5, -0.5, 0.5, -0.5, 0.5, -0.5, 0.5, -0.5, 0.5, -0.5, -0.5, 0.5, -0.5, 0.5, -0.5, 0.5, -0.5, -0.5, 0.5, 0.5, -0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, -0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, -0.5, 0.5, 0.5, -0.5, -0.5, -0.5, -0.5, -0.5)

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

[node name="Checkpoints" type="Node3D" parent="."]
Expand Down Expand Up @@ -586,7 +607,7 @@ material_override = ExtResource("5_efv4u")
mesh = SubResource("CylinderMesh_h17i4")

[node name="MovementInstructionsSign" type="Node3D" parent="StaticObjects"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4, -9.375)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.5, -8)

[node name="StaticBody3D" type="StaticBody3D" parent="StaticObjects/MovementInstructionsSign"]

Expand All @@ -612,6 +633,48 @@ Scroll wheel: Zoom camera in and out"
font = ExtResource("6_1tuk3")
font_size = 40

[node name="ShapeKit" type="Node3D" parent="StaticObjects"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, -1.25)

[node name="Box" type="StaticBody3D" parent="StaticObjects/ShapeKit"]

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

[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticObjects/ShapeKit/Box"]
material_override = ExtResource("8_elbs4")
mesh = SubResource("BoxMesh_7r4vw")

[node name="Sphere" type="StaticBody3D" parent="StaticObjects/ShapeKit"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 0)

[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticObjects/ShapeKit/Sphere"]
shape = SubResource("SphereShape3D_uiqr0")

[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticObjects/ShapeKit/Sphere"]
material_override = ExtResource("8_elbs4")
mesh = SubResource("SphereMesh_0yx5l")

[node name="Cylinder" type="StaticBody3D" parent="StaticObjects/ShapeKit"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 0, 0)

[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticObjects/ShapeKit/Cylinder"]
shape = SubResource("CylinderShape3D_dwm5y")

[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticObjects/ShapeKit/Cylinder"]
material_override = ExtResource("8_elbs4")
mesh = SubResource("CylinderMesh_ak1ta")

[node name="Wedge" type="StaticBody3D" parent="StaticObjects/ShapeKit"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0, 0)

[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticObjects/ShapeKit/Wedge"]
material_override = ExtResource("8_elbs4")
mesh = SubResource("PrismMesh_edrvm")

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

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

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