Initial commit

This commit is contained in:
2023-07-24 12:28:36 -07:00
parent 89c684ddf9
commit c355547a0d
7 changed files with 67 additions and 3 deletions

21
Scenes/Level.tscn Normal file
View File

@@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://ocor7udqvoec"]
[sub_resource type="BoxShape3D" id="BoxShape3D_gyf0l"]
size = Vector3(20, 0.5, 20)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_78bnu"]
albedo_color = Color(0, 0, 0, 1)
[sub_resource type="BoxMesh" id="BoxMesh_v2sg1"]
material = SubResource("StandardMaterial3D_78bnu")
size = Vector3(20, 0.5, 20)
[node name="Level" type="Node3D"]
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("BoxShape3D_gyf0l")
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
mesh = SubResource("BoxMesh_v2sg1")