repair wall and stairs

pull/23/head
Sascha 2025-02-14 11:30:11 +07:00
parent 08f908e269
commit 5ab1e6a268
9 changed files with 139 additions and 182 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://d2nbjq6b2opip"]
[ext_resource type="Texture2D" uid="uid://dvkrw7iq1wb3d" path="res://resources/models/dungeon/Textures/dungeon_texture.png" id="1_yo8yv"]
[resource]
resource_name = "texture"
albedo_texture = ExtResource("1_yo8yv")
roughness = 0.45

@ -35,7 +35,7 @@ import_script/path=""
_subresources={
"materials": {
"texture": {
"use_external/enabled": true,
"use_external/enabled": false,
"use_external/path": "res://resources/models/dungeon/Textures/texture.tres"
}
},
@ -46,7 +46,7 @@ _subresources={
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://resources/models/dungeon/Meshes/stairs_wood_decorated_stairs_wood_decorated.res"
"save_to_file/path": "uid://3wrggl2n0khc"
}
},
"nodes": {

@ -13,7 +13,7 @@ dest_files=["res://.godot/imported/wall.gltf-782a48e37f2c49d89d0c924db260528d.sc
[params]
nodes/root_type="StaticBody3D"
nodes/root_type="Node3D"
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
@ -35,7 +35,7 @@ import_script/path=""
_subresources={
"materials": {
"texture": {
"use_external/enabled": true,
"use_external/enabled": false,
"use_external/path": "res://resources/models/dungeon/Textures/texture.tres"
}
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long