1
0
mirror of https://github.com/Relintai/broken_seals.git synced 2025-04-02 05:05:39 +02:00

Moved the current textures under a world folder in the textures folder.

This commit is contained in:
Relintai 2022-02-13 17:57:29 +01:00
parent 3e88eaaa11
commit 04ec4d2ad9
43 changed files with 48 additions and 48 deletions

View File

@ -1,6 +1,6 @@
[gd_resource type="PropData" load_steps=39 format=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=1]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=1]
[ext_resource path="res://models/core_models/wall_xp.tres" type="MeshDataResource" id=2]
[ext_resource path="res://models/core_models/wall_xn.tres" type="MeshDataResource" id=3]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=4]

View File

@ -5,7 +5,7 @@
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=3]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=4]
[ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=5]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=6]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=6]
[ext_resource path="res://models/buildings/crypt/CryptEntranceDoor.tscn" type="PackedScene" id=7]
[sub_resource type="SpatialMaterial" id=7]

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://scripts/dungeons/teleporters/dung_teleporter.gd" type="Script" id=1]
[ext_resource path="res://textures/bricks/test_brick_albedo.png" type="Texture" id=2]
[ext_resource path="res://textures/world/bricks/test_brick_albedo.png" type="Texture" id=2]
[sub_resource type="CubeMesh" id=1]
size = Vector3( 1, 1, 1 )

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=7 format=2]
[ext_resource path="res://scripts/dungeons/teleporters/dung_back_teleporter.gd" type="Script" id=1]
[ext_resource path="res://textures/bricks/test_brick_albedo.png" type="Texture" id=2]
[ext_resource path="res://textures/world/bricks/test_brick_albedo.png" type="Texture" id=2]
[ext_resource path="res://props/teleporters/dungeon/simple_dungeon_teleporter_material.tres" type="Material" id=3]
[ext_resource path="res://props/teleporters/dungeon/simple_dungeon_teleporter_highlight_material.tres" type="Material" id=4]
[ext_resource path="res://models/teleporters/dungeon/simple_dungeon_teleporter.tres" type="MeshDataResource" id=5]

View File

@ -3,7 +3,7 @@
[ext_resource path="res://scripts/dungeons/teleporters/dung_teleporter.gd" type="Script" id=1]
[ext_resource path="res://props/teleporters/dungeon/simple_dungeon_back_teleporter.tscn" type="PackedScene" id=2]
[ext_resource path="res://models/teleporters/dungeon/simple_dungeon_teleporter.tres" type="MeshDataResource" id=3]
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://props/teleporters/dungeon/simple_dungeon_teleporter_material.tres" type="Material" id=5]
[ext_resource path="res://props/teleporters/dungeon/simple_dungeon_teleporter_highlight_material.tres" type="Material" id=6]

View File

@ -1,7 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=3 format=2]
[ext_resource path="res://shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=2]
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=2]
[resource]
shader = ExtResource( 1 )

View File

@ -1,7 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=3 format=2]
[ext_resource path="res://shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=2]
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=2]
[resource]
shader = ExtResource( 1 )

View File

@ -1,8 +1,8 @@
[gd_resource type="TerrainLibraryMerger" load_steps=10 format=2]
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=1]
[ext_resource path="res://textures/dirt/dirt_albedo.png" type="Texture" id=2]
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/world/grass/grass_mossy_albedo.png" type="Texture" id=1]
[ext_resource path="res://textures/world/dirt/dirt_albedo.png" type="Texture" id=2]
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=4]
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=5]

View File

@ -2,9 +2,9 @@
[ext_resource path="res://materials/8_standard_material_prop_notex.tres" type="Material" id=1]
[ext_resource path="res://materials/6_standard_material_prop_nouv2.tres" type="Material" id=2]
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/dirt/dirt_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=5]
[ext_resource path="res://textures/world/grass/grass_mossy_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/world/dirt/dirt_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=5]
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=6]
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=7]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=1]
[ext_resource path="res://textures/world/grass/grass_mossy_albedo.png" type="Texture" id=1]
[sub_resource type="MeshDataResource" id=1]
array = [ PoolVector3Array( -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 ), PoolVector3Array( 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, -1 ), null, null, PoolVector2Array( 0.253049, 0.336022, 0.253049, 0.00806455, 0.5, 0.00806452, 0.5, 0.336022, 0.253049, 0.663978, 0.5, 0.991935, 0.253049, 0.991935, 0.5, 0.663978, 0.00609756, 0.336022, 0.993902, 0.336021, 0.746951, 0.336021, 0.746951, 0.663978, 0.00609758, 0.663979, 0.993902, 0.663978 ), null, null, null, PoolIntArray( 0, 1, 2, 2, 3, 0, 4, 5, 6, 4, 7, 5, 3, 10, 11, 11, 7, 3, 0, 12, 8, 0, 4, 12, 9, 13, 11, 11, 10, 9, 0, 7, 4, 0, 3, 7 ) ]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[sub_resource type="PropDataPortal" id=1]
transform = Transform( -1, 0, -9.61651e-07, 0, 1, 0, 9.61651e-07, 0, -1, 2, 1, 0 )

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://models/entities/human/female/character_models/huf_spine2.tres" type="MeshDataResource" id=1]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://models/entities/human/female/character_textures/100_seamless/armor_simple.png" type="Texture" id=4]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=5]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://models/entities/human/female/character_models/huf_spine2.tres" type="MeshDataResource" id=1]
[ext_resource path="res://models/entities/human/female/character_textures/100_seamless/armor_simple.png" type="Texture" id=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[sub_resource type="PropDataTiledWall" id=1]
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 5, 0, 0 )

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[sub_resource type="PropDataTiledWall" id=1]
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 5, 0, 0 )

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
[sub_resource type="PropDataTiledWall" id=1]
transform = Transform( -1, 0, 3.17865e-08, -3.17865e-08, -5.96046e-08, -1, 2.66454e-15, -1, 5.96046e-08, 5, 0, 0 )

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]

View File

@ -1,6 +1,6 @@
[gd_resource type="TiledWallData" load_steps=2 format=2]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=1]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=1]
[resource]
tiling_type = 3

View File

Before

(image error) Size: 84 KiB

After

(image error) Size: 84 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/test_brick_albedo.png-8e7c577447ede4c1eda61a908c66542a.stex"
path="res://.import/test_brick_albedo.png-954a1da055575f495ab0ef84cd1e9878.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://textures/bricks/test_brick_albedo.png"
dest_files=[ "res://.import/test_brick_albedo.png-8e7c577447ede4c1eda61a908c66542a.stex" ]
source_file="res://textures/world/bricks/test_brick_albedo.png"
dest_files=[ "res://.import/test_brick_albedo.png-954a1da055575f495ab0ef84cd1e9878.stex" ]
[params]

View File

Before

(image error) Size: 112 KiB

After

(image error) Size: 112 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/dirt_albedo.png-d6fc52a68abcaa5cba6736aac308fc3f.stex"
path="res://.import/dirt_albedo.png-7a69d49d8990a3cc74a87f23d6f7d12b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://textures/dirt/dirt_albedo.png"
dest_files=[ "res://.import/dirt_albedo.png-d6fc52a68abcaa5cba6736aac308fc3f.stex" ]
source_file="res://textures/world/dirt/dirt_albedo.png"
dest_files=[ "res://.import/dirt_albedo.png-7a69d49d8990a3cc74a87f23d6f7d12b.stex" ]
[params]

View File

Before

(image error) Size: 84 KiB

After

(image error) Size: 84 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/grass_albedo.png-264672b037c72ffc0fcefce902f3cecf.stex"
path="res://.import/grass_albedo.png-98f823f3934e2385e621ff43b9d5e799.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://textures/grass/grass_albedo.png"
dest_files=[ "res://.import/grass_albedo.png-264672b037c72ffc0fcefce902f3cecf.stex" ]
source_file="res://textures/world/grass/grass_albedo.png"
dest_files=[ "res://.import/grass_albedo.png-98f823f3934e2385e621ff43b9d5e799.stex" ]
[params]

View File

Before

(image error) Size: 84 KiB

After

(image error) Size: 84 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/grass_mossy_albedo.png-24a324fb3c9987ba0713948e1d98cab3.stex"
path="res://.import/grass_mossy_albedo.png-a81a460ca5e83d451b21837e8f017c21.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://textures/grass/grass_mossy_albedo.png"
dest_files=[ "res://.import/grass_mossy_albedo.png-24a324fb3c9987ba0713948e1d98cab3.stex" ]
source_file="res://textures/world/grass/grass_mossy_albedo.png"
dest_files=[ "res://.import/grass_mossy_albedo.png-a81a460ca5e83d451b21837e8f017c21.stex" ]
[params]

View File

Before

(image error) Size: 85 KiB

After

(image error) Size: 85 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/stone_1_albedo.png-16c773285e3ce65fd23a7f7f8ff228ea.stex"
path="res://.import/stone_1_albedo.png-fb0a567586fcf362e3d493fbb5f06579.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://textures/stone/stone_1_albedo.png"
dest_files=[ "res://.import/stone_1_albedo.png-16c773285e3ce65fd23a7f7f8ff228ea.stex" ]
source_file="res://textures/world/stone/stone_1_albedo.png"
dest_files=[ "res://.import/stone_1_albedo.png-fb0a567586fcf362e3d493fbb5f06579.stex" ]
[params]

View File

Before

(image error) Size: 33 KiB

After

(image error) Size: 33 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/stone_dungeon_1_albedo.png-f712f5e810eed24945a5c2826472a828.stex"
path="res://.import/stone_dungeon_1_albedo.png-f7da6adb808a7a62b93721a24a2d7f89.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://textures/stone/stone_dungeon_1_albedo.png"
dest_files=[ "res://.import/stone_dungeon_1_albedo.png-f712f5e810eed24945a5c2826472a828.stex" ]
source_file="res://textures/world/stone/stone_dungeon_1_albedo.png"
dest_files=[ "res://.import/stone_dungeon_1_albedo.png-f7da6adb808a7a62b93721a24a2d7f89.stex" ]
[params]

View File

@ -9,8 +9,8 @@
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=7]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=8]
[ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=9]
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=10]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=11]
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=10]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=11]
[resource]
posy = -45

View File

@ -9,8 +9,8 @@
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=7]
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=8]
[ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=9]
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=10]
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=11]
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=10]
[ext_resource path="res://textures/world/stone/stone_dungeon_1_albedo.png" type="Texture" id=11]
[resource]
posy = -79

View File

@ -1,6 +1,6 @@
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=1]
[ext_resource path="res://textures/world/grass/grass_mossy_albedo.png" type="Texture" id=1]