Add missing files.

main
Martin Felis 2024-12-03 08:16:03 +01:00
parent a161e914cd
commit b6d402eb93
2 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,32 @@
[gd_scene load_steps=2 format=3 uid="uid://dmj2ftqvmu7ic"]
[ext_resource type="PackedScene" uid="uid://bbtp6w3ubgt0k" path="res://assets/scene_props/wall_segment.tscn" id="1_1uh55"]
[node name="LogCabin" type="Node3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, -0.5, -3)
[node name="WallSegment6" parent="." instance=ExtResource("1_1uh55")]
[node name="WallSegment7" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0.5, 0.5, -1.5)
[node name="WallSegment8" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.5, 0.5, -1.5)
[node name="WallSegment9" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -1, 0.5, -1)
[node name="WallSegment10" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -1, 0.5, 0)
[node name="WallSegment11" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 2, 0.5, -1)
[node name="WallSegment12" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 2, 0.5, 0)
[node name="WallSegment13" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1.5, 0.5, 0.5)
[node name="WallSegment14" parent="." instance=ExtResource("1_1uh55")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.5, 0.5, 0.5)

View File

@ -0,0 +1,34 @@
[gd_scene load_steps=6 format=3 uid="uid://bbtp6w3ubgt0k"]
[sub_resource type="BoxShape3D" id="BoxShape3D_0hyct"]
size = Vector3(0.25, 1, 1)
[sub_resource type="FastNoiseLite" id="FastNoiseLite_ehwcd"]
frequency = 0.1797
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_mrcv7"]
width = 32
height = 32
seamless = true
noise = SubResource("FastNoiseLite_ehwcd")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_rvqit"]
albedo_color = Color(0.900017, 0.599212, 0.397565, 1)
albedo_texture = SubResource("NoiseTexture2D_mrcv7")
texture_filter = 0
[sub_resource type="BoxMesh" id="BoxMesh_0lmcs"]
material = SubResource("StandardMaterial3D_rvqit")
size = Vector3(0.25, 1, 1)
[node name="WallSegment6" type="StaticBody3D"]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1.5, 0.5, -1.5)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
shape = SubResource("BoxShape3D_0hyct")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
mesh = SubResource("BoxMesh_0lmcs")
skeleton = NodePath("../..")