From 04ec4d2ad9cc8a1b6f41c7ba588dc9cec87113de Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 13 Feb 2022 17:57:29 +0100 Subject: [PATCH] Moved the current textures under a world folder in the textures folder. --- game/models/buildings/crypt/CryptEntrance.tres | 2 +- game/models/buildings/crypt/CryptEntrance.tscn | 2 +- .../buildings/crypt/CryptEntranceDoor.tscn | 2 +- .../entities/human/models/Material_003.material | Bin 774 -> 778 bytes .../dungeon/simple_dungeon_back_teleporter.tscn | 2 +- .../dungeon/simple_dungeon_teleporter.tscn | 2 +- ...e_dungeon_teleporter_highlight_material.tres | 2 +- .../simple_dungeon_teleporter_material.tres | 2 +- .../scenes/world/new_terramanlibrarymerger.tres | 6 +++--- .../world/new_terramanlibrarymergerpcm.tres | 6 +++--- game/tests/test_mdr/Spatial.tscn | 2 +- game/tests/test_rooms/Room1.tres | 2 +- game/tests/test_rooms/Room1.tscn | 2 +- game/tests/test_rooms/Room2.tres | 2 +- game/tests/test_rooms/Room2.tscn | 2 +- game/tests/test_rooms/Room3.tres | 2 +- game/tests/test_rooms/Room3.tscn | 2 +- game/tests/test_rooms/Room4.tres | 2 +- game/tests/test_rooms/Room4.tscn | 2 +- game/tests/test_rooms/Room5.tres | 2 +- game/tests/test_rooms/Room5.tscn | 2 +- game/tests/test_rooms/test2_tiledwalldata.tres | 2 +- .../textures/{ => world}/bricks/test_brick.tres | 0 .../{ => world}/bricks/test_brick_albedo.png | Bin .../bricks/test_brick_albedo.png.import | 6 +++--- game/textures/{ => world}/dirt/dirt.tres | 0 game/textures/{ => world}/dirt/dirt_albedo.png | Bin .../{ => world}/dirt/dirt_albedo.png.import | 6 +++--- game/textures/{ => world}/grass/grass.tres | 0 .../textures/{ => world}/grass/grass_albedo.png | Bin .../{ => world}/grass/grass_albedo.png.import | 6 +++--- .../textures/{ => world}/grass/grass_mossy.tres | 0 .../{ => world}/grass/grass_mossy_albedo.png | Bin .../grass/grass_mossy_albedo.png.import | 6 +++--- game/textures/{ => world}/stone/stone_1.tres | 0 .../{ => world}/stone/stone_1_albedo.png | Bin .../{ => world}/stone/stone_1_albedo.png.import | 6 +++--- .../{ => world}/stone/stone_dungeon_1.tres | 0 .../stone/stone_dungeon_1_albedo.png | Bin .../stone/stone_dungeon_1_albedo.png.import | 6 +++--- game/worlds/test_world/dungeons/dungeon.tres | 4 ++-- game/worlds/test_world/dungeons/dungeon_l2.tres | 4 ++-- .../voxel_library/merger_prop_mat.tres | 2 +- 43 files changed, 48 insertions(+), 48 deletions(-) rename game/textures/{ => world}/bricks/test_brick.tres (100%) rename game/textures/{ => world}/bricks/test_brick_albedo.png (100%) rename game/textures/{ => world}/bricks/test_brick_albedo.png.import (68%) rename game/textures/{ => world}/dirt/dirt.tres (100%) rename game/textures/{ => world}/dirt/dirt_albedo.png (100%) rename game/textures/{ => world}/dirt/dirt_albedo.png.import (69%) rename game/textures/{ => world}/grass/grass.tres (100%) rename game/textures/{ => world}/grass/grass_albedo.png (100%) rename game/textures/{ => world}/grass/grass_albedo.png.import (69%) rename game/textures/{ => world}/grass/grass_mossy.tres (100%) rename game/textures/{ => world}/grass/grass_mossy_albedo.png (100%) rename game/textures/{ => world}/grass/grass_mossy_albedo.png.import (67%) rename game/textures/{ => world}/stone/stone_1.tres (100%) rename game/textures/{ => world}/stone/stone_1_albedo.png (100%) rename game/textures/{ => world}/stone/stone_1_albedo.png.import (68%) rename game/textures/{ => world}/stone/stone_dungeon_1.tres (100%) rename game/textures/{ => world}/stone/stone_dungeon_1_albedo.png (100%) rename game/textures/{ => world}/stone/stone_dungeon_1_albedo.png.import (66%) diff --git a/game/models/buildings/crypt/CryptEntrance.tres b/game/models/buildings/crypt/CryptEntrance.tres index 951e3a08..81ce7c47 100644 --- a/game/models/buildings/crypt/CryptEntrance.tres +++ b/game/models/buildings/crypt/CryptEntrance.tres @@ -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] diff --git a/game/models/buildings/crypt/CryptEntrance.tscn b/game/models/buildings/crypt/CryptEntrance.tscn index e1194942..595bab11 100644 --- a/game/models/buildings/crypt/CryptEntrance.tscn +++ b/game/models/buildings/crypt/CryptEntrance.tscn @@ -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] diff --git a/game/models/buildings/crypt/CryptEntranceDoor.tscn b/game/models/buildings/crypt/CryptEntranceDoor.tscn index 4d44bc83..2825b499 100644 --- a/game/models/buildings/crypt/CryptEntranceDoor.tscn +++ b/game/models/buildings/crypt/CryptEntranceDoor.tscn @@ -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 ) diff --git a/game/models/entities/human/models/Material_003.material b/game/models/entities/human/models/Material_003.material index 9b58955831f08784d844725890d2004941b696d2..6a4be2bbe2c8e71f3b1c32132c4c291807327ffa 100644 GIT binary patch literal 778 zcmV+l1NHn;Q$s@n000005C8z21^@u^0ssIgwJ-f(oCQS}0A?j@GC*&V4n$EDMNt&R zVc2e#NK$RN8KG>1$i3zHuHsK&1y{L^4qY?)8SRJFAF81mt{o{^09pWD0Fx#cs$eg6 zNVr1QAYD_6s+%xEelXq)_ZqX?M%>(D{#Ts&8tMwN{|N5UxtiP1qGGt{9Aj`~m>6lJ zbx9Y(w2w0Ge~bSeUf}C;u`k5B>}wqV9ZdWW@CWKJOe)0A?KRF@U7G$^IInY78R~?) znh@^844Yvt&LLdOaVqXeOt`3(AypQ>G|S4M3N})O%Q_5&m1HQs$8NRUMry56kVGQyp+d?aykXe^9!xr!lTn#}1Sg(I6ZkM2UoZj#VN%C)Z1 z`G4TJPyb)=Rpv~LZqn9WoTA$(IIc^K8sZ3yJzdtyWzs4s2w5)5t(vgblPDC!wN&h_ zCt+h$0U$OwHavWMl*sVm0{&yTFrg8NWc&jNXgC=fkqCnDf?S`{(6E-_!K@BqzHJ~7 zhCnzlN-pBRf&T#BEjKYHcFn0!9fLeNovi3Ki9{l4YthIIqqsJ7Jb8_((=CI$*v;(2 z%fp%=fQ+bNtuhLcjEG3m6f%qfPy!)_s)`2^;4?wX60M?JA}e zjfMxII7j0%&=Heg^3`^+E3(8%5x%?&2c2_tfF$_2)Fgb5t!?8H2g5c9(Lb`G_SVDz zXZ_w2Nd})0GSLLAg+lZba%G4kP_IZ&5j}0ZX{0x-M6Aa|;B1bxHNc|;g3ZU~(s*S| zi*!KDk8Q8f$Z5Y3&N4@C29K%1ha?ijJJH9ZPbl+ROpLVx(2grSI{xfB59ojP;rtN?R@7%CA=5f$?YPvcnmyFv+AhwtOUE54|dhyO{3%hL!3)*sQ>@~ literal 774 zcmV+h1NrW4n$EDMNt&R z!D!tqk)+ykGeX%Kk$cPYUB#cm3a)Y+one;}{hj&HgLF+Rs*b`4`N?=Q+-uBk8}Z~;^WWmk*HBxK{YUUi=W1?4i;Cf*bBw`}VPd3> z)+JpC(>}_$|1bW3IDoIq#l8{ivafagcR=w!z#mPM3bAv0jq_HQrvDYr>zq}FI^nJ+ zg!?eVW|)j~2p4mliain&E^1{+m4!2tWo?iJ8>vEOU4}wSHWlAvw_0u^wN@)=A{jMH zZ4us#jVRqvA!QIgVcC@1%E=z|Y1+e;oLt2aF-_)lkiwBsCXeny#*UH@M#{CW(fNPi zxKICI@KxqajE>UQVZ5R{QE*(B7&XKa8GFjCl?P5OGD?w*j3h}48OBfoA%?1o2NK{jJjI26BNn&-8AJOQ z=?#gt>j{=|m`?!!lza2VFmGJa2k0gvm1OdFFh@r~I)EXIx#ebdba$9GxI^o#so_EZ zza#AocEs|Re6?NdiY#$bgahx2gYFzhAPIghH3{EiYumV*!LSWN^p9+$y*crKS&#Qj zlF?_FOlSgZ=^?s={2O8q)D;m@gPb1TJn{`F5j$f#pf*i<4frV0U~ywprEz79ixf@F zi|wot$?4Zv?mfpC%VVnjkVJxbC;3-&K`8%;o&hTWEw{qI<3t@75MwsG34v6mbDneJ z%8omW?~d)(CHauREnTu>Q}29GpY1j6