From 287ce1e3d63861ebf6c66bd153e6cf241322655e Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 12 Feb 2022 19:15:36 +0100 Subject: [PATCH] Moved the planets folder. --- .../models/buildings/crypt/CryptEntrance.tres | 2 +- .../models/buildings/crypt/CryptEntrance.tscn | 2 +- .../buildings/crypt/CryptEntranceDoor.tscn | 4 +- .../human/models/Material_003.material | Bin 797 -> 793 bytes .../t1scene.tres | 11 ------ .../t2scene.tres | 11 ------ .../t2scene.tscn | 12 ------ .../tree.material | Bin 792 -> 0 bytes .../tree2.material | Bin 810 -> 0 bytes .../stone_dungeon_1_albedo.png.import | 35 ------------------ game/tests/test_mdr/Spatial.tscn | 2 +- game/tests/test_props/MeshDataInstance2.tres | 2 +- game/tests/test_props/MeshDataInstance2.tscn | 2 +- game/tests/test_props/mditest.tscn | 4 +- 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 +- .../tests/test_rooms/test2_tiledwalldata.tres | 2 +- game/tw/new_terramanlibrarymerger.tres | 6 +-- game/tw/new_terramanlibrarymergerpcm.tres | 6 +-- game/tw/world_generator.tres | 2 +- .../biomes/simple_biome/Attributions.xml | 0 .../low_poly_rpg_item_collection_3/t1.tres | 0 .../t1scene.tres | 11 ++++++ .../t1scene.tscn | 6 +-- .../t2scene.tres | 11 ++++++ .../t2scene.tscn | 12 ++++++ .../tree.material | Bin 0 -> 815 bytes .../tree2.material | Bin 0 -> 833 bytes .../tree256.png | Bin .../tree256.png.import | 6 +-- .../tree2_256.png | Bin .../tree2_256.png.import | 6 +-- .../test_world}/dungeons/1_test.tres | 0 .../dungeons/dung_back_teleporter.gd | 0 .../dungeons/dung_back_teleporter.tscn | 4 +- .../test_world}/dungeons/dung_teleporter.gd | 0 .../test_world}/dungeons/dung_teleporter.tscn | 10 ++--- .../test_world}/dungeons/dungeon.gd | 0 .../test_world}/dungeons/dungeon.tres | 8 ++-- .../test_world}/dungeons/dungeon_l2.tres | 8 ++-- .../test_world}/dungeons/vman_dungeon.gd | 0 .../test_world}/dungeons/vman_dungeon.tres | 4 +- .../test_world}/environments/default_env.tres | 0 .../test_world}/test_world.tres | 30 +++++++-------- .../voxel_library/merger_library_mat.tres | 0 .../voxel_library/merger_prop_mat.tres | 2 +- .../voxel_library/textures/dirt.tres | 0 .../voxel_library/textures/dirt_albedo.png | Bin .../textures/dirt_albedo.png.import | 6 +-- .../voxel_library/textures/grass.tres | 0 .../voxel_library/textures/grass_albedo.png | Bin .../textures/grass_albedo.png.import | 6 +-- .../voxel_library/textures/grass_mossy.tres | 0 .../textures/grass_mossy_albedo.png | Bin .../textures/grass_mossy_albedo.png.import | 6 +-- .../voxel_library/textures/stone_1.tres | 0 .../voxel_library/textures/stone_1_albedo.png | Bin .../textures/stone_1_albedo.png.import | 6 +-- .../textures/stone_dungeon_1.tres | 0 .../textures/stone_dungeon_1_albedo.png | Bin .../stone_dungeon_1_albedo.png.import | 35 ++++++++++++++++++ .../voxel_library/textures/test.png.import | 0 .../voxel_library/textures/test_brick.tres | 0 .../textures/test_brick_albedo.png | Bin .../textures/test_brick_albedo.png.import | 6 +-- 73 files changed, 153 insertions(+), 153 deletions(-) delete mode 100644 game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres delete mode 100644 game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres delete mode 100644 game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tscn delete mode 100644 game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material delete mode 100644 game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2.material delete mode 100644 game/modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png.import rename game/{modules/planets/test_planet => worlds/test_world}/biomes/simple_biome/Attributions.xml (100%) rename game/{modules/planets/test_planet => worlds/test_world}/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres (100%) create mode 100644 game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres rename game/{modules/planets/test_planet => worlds/test_world}/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tscn (57%) create mode 100644 game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres create mode 100644 game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tscn create mode 100644 game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material create mode 100644 game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2.material rename game/{modules/planets/test_planet => worlds/test_world}/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png (100%) rename game/{modules/planets/test_planet => worlds/test_world}/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png.import (66%) rename game/{modules/planets/test_planet => worlds/test_world}/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png (100%) rename game/{modules/planets/test_planet => worlds/test_world}/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png.import (65%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/1_test.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/dung_back_teleporter.gd (100%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/dung_back_teleporter.tscn (72%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/dung_teleporter.gd (100%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/dung_teleporter.tscn (64%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/dungeon.gd (100%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/dungeon.tres (73%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/dungeon_l2.tres (73%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/vman_dungeon.gd (100%) rename game/{modules/planets/test_planet => worlds/test_world}/dungeons/vman_dungeon.tres (58%) rename game/{modules/planets/test_planet => worlds/test_world}/environments/default_env.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/test_world.tres (60%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/merger_library_mat.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/merger_prop_mat.tres (63%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/dirt.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/dirt_albedo.png (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/dirt_albedo.png.import (67%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/grass.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/grass_albedo.png (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/grass_albedo.png.import (66%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/grass_mossy.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/grass_mossy_albedo.png (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/grass_mossy_albedo.png.import (65%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/stone_1.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/stone_1_albedo.png (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/stone_1_albedo.png.import (66%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/stone_dungeon_1.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/stone_dungeon_1_albedo.png (100%) create mode 100644 game/worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png.import rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/test.png.import (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/test_brick.tres (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/test_brick_albedo.png (100%) rename game/{modules/planets/test_planet => worlds/test_world}/voxel_library/textures/test_brick_albedo.png.import (65%) diff --git a/game/models/buildings/crypt/CryptEntrance.tres b/game/models/buildings/crypt/CryptEntrance.tres index a72718d8..abc98104 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://modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=1] +[ext_resource path="res://worlds/test_world/voxel_library/textures/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 dd1d1e4b..f197b43c 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://modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=6] +[ext_resource path="res://worlds/test_world/voxel_library/textures/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 170901e1..6481ea17 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://modules/planets/test_planet/dungeons/dung_teleporter.gd" type="Script" id=1] -[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png" type="Texture" id=2] +[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.gd" type="Script" id=1] +[ext_resource path="res://worlds/test_world/voxel_library/textures/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 6f8a62860358bbdd42e0e2376d71792613a03e87..d72ae3baa60da262eb6813437aaeb77e3c3cf57b 100644 GIT binary patch literal 793 zcmV+!1LpivQ$s@n000005C8zM1^@s70{{RhwJ-f(um!yr0G6h2GeB>W4n$EDMNt&R z!D!tqk)+ykGeX%Kk$cPYUBzee`9!GO=+HHzpV59;{h=DF;o6Y`TmW7GUjU!5Y|11T zvS2TINVr1QAYIdns-rMMelp$+_ZqX?Mm)LI{I@vsHPjYl{}KGsxtiP1qGGt{9Aj`~ zm>6lJbx9Y(w2w0G|BL?}Ug7I>}wtW9Z>ua@COVRW3jiMgpERun~LwT zTP?SdTB{W_k&K$9wg_*=MwD)-kTM7Xoo*Z4#qMSwW**iAm!{jw$sY7++QXHcT*VME zP3Clv!jVxXkM2Uoj*<{Y%C)Z1`G4TJPyb)=Rpv~Lj?&g)yrMf%a9o!dHN+Abd&;bp z45d|85VBmATQy;=Csn8*I662ye0-e9@ZkdfW4J)E5s7I00|na-oG5^?*Pa0^z_I;w1hX_z&RSaufeAfQemmDpc2?OQ(|- z-6oMpByBGmxoH&F29GDNQ3ZgEsFAHAg+@k1k|fD822cVahN_AO62L=2%Mz`kk+{#plmQw^kS!J{1EnA_=L!ON@DR?kA7iD zzixrX;9ZMBbGai$s{vsl5a(!ehCX6)CBNDd7e}`EBElK(iGvD^Ngx3}IJF7ivbB3$ z<6vNe^z86 ztpOJ$55_e%Q5spsUZlKYPHbO{xSS4+@xF41W_(PwJ|vtV+=)B}eL$aA;%BTY1TBri zyW@+FbHt9#&4hF+Tb?&?r%wRKv3&6!vhBJAbrPlLmvg?&cQmLz_L+8Zdk`8QJCEP2 XlCQifLBh$0k!tY%TR-8LQd2`iPC#+V literal 797 zcmV+&1LFKrQ$s@n000005C8zW1^@sB0{{RhwJ-f(x&_@A09NO4GC*$v0VpL-iBsZS ztQ5I_nu1UM(DYLN-s8e*NAwu#rBwrHPGig0u0A2uL0LmbI!c|Qp=xX%{~c8P5AX+xw zCYHxkF)Jr2JQ-#3=&oc8Dd;kgS_?a!{|BD?^#284Wmbp}DQ#iKE4mW}&xMGuWtz}f zRAw#3P&%o~B~z<{nc zZJ4mOabZ^Hm~kf%hFlhxQR`M(^aFAb?u2lzC#eI0bl@EE68{bS2k>rc5&tich+(rz znXtJ_D@R#$n?xd!w8iM;rqNs+J{}c-jHrPvBFu~o2r!TU1OZS2fI?Qq0}=ovLCX@Y zq5-&q{y%r?B2STKq_{ESIejhkFr8{#ky9}o}?@08-g z8)8c|zHt!0!G@+}N42MtJk-aRw%eDJi86)-#UGfSiaO zQ1+7jPi+GR3O0z@7^gIL8Cy}3iOI9UGxKPg)}jNHcfH_aeBxU*iTZ9ourUd*nJT0> zZv+GYFL`6d9u^^V?NT)czZ#gRINU{(|@__a$r$tG3XLavoQ^DHt b{jg?Drb@~Zg-?D8Z{u&CQ-F5~Qd2`iUASfr diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres b/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres deleted file mode 100644 index 9eedc9ad..00000000 --- a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres +++ /dev/null @@ -1,11 +0,0 @@ -[gd_resource type="PropData" load_steps=4 format=2] - -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=1] -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png" type="Texture" id=2] - -[sub_resource type="PropDataMeshData" id=1] -mesh = ExtResource( 1 ) -texture = ExtResource( 2 ) - -[resource] -props = [ SubResource( 1 ) ] diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres b/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres deleted file mode 100644 index bf07bf0e..00000000 --- a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres +++ /dev/null @@ -1,11 +0,0 @@ -[gd_resource type="PropData" load_steps=4 format=2] - -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=1] -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=2] - -[sub_resource type="PropDataMeshData" id=1] -mesh = ExtResource( 1 ) -texture = ExtResource( 2 ) - -[resource] -props = [ SubResource( 1 ) ] diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tscn b/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tscn deleted file mode 100644 index 8583266e..00000000 --- a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tscn +++ /dev/null @@ -1,12 +0,0 @@ -[gd_scene load_steps=4 format=2] - -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material" type="Material" id=1] -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=2] -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=3] - -[node name="Spatial" type="Spatial"] - -[node name="MeshDataInstance" type="MeshDataInstance" parent="."] -mesh_data = ExtResource( 2 ) -texture = ExtResource( 3 ) -material = ExtResource( 1 ) diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material b/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material deleted file mode 100644 index a1f3619e8ebf9dac84a500c7102bd128be80532c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 792 zcmV+z1LyowQ$s@n000005C8xc2LJ#70{{RhwJ-f(76!E!048T{E+BJ~4ggHaQn15z zvqX|_%gu9TBSh{^Ue%Z{K(GXJt;z+_|J*aLe^pggy-xvM0A2uK07w~xH!M5ScUV(0c6=dCVH z|0|r=IjanH!d*=W_hE+3Fc;?#uH`rtcO)iU)XI=53tyULWzYm0slsJlhQdiQ72jjG zT5cn?RwYOx88u675#EfABHd60jjGcvgS*(x?8D2$s=%Y^wsNuueVX=gB_~%gL`;)8 z9i(t%k>=4|$k;^^!brK+H9G$h9QWz}48F>oiP1&cI*dznn+3;piBUrwk+G-CTDe48 zr34|%CAn1-)_PJ!AT~HQ{{O;<62FI!4-*st2oyNsXrzWUjSU(gh}%jATn=`krY-VV z+K@z-f^an_Sz&ZE7X>NYs4%WasiP}FW6OX} z<=^v4zQoY)f4~twQSfnx@5r-t?kw6!mI0X})$+k7o zn!%?HQt3_hwtce*^oq9kos!q*HJEZjWH=$9h0Zbr3H%n(iSVBuUpsKvu|y<{F`?fE zSv1I_1mV8Mex={bkVWS!Cd8%*qt~b9tyKoOawZ-nWM9TeVs}Z+M0It|+(6~P8#5}6 z!lfg>4u^!qwr2u6m6xA?P59&3x;PbWUrBOJqWAu?$iMmyi4yA`)7IT|1k;DfLpQ4s WRklhLck*wfDqLw(+T0ydQ$s_SbYmL; diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2.material b/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2.material deleted file mode 100644 index 01b31f913c8c5b2ba3d94289d80a10b8bb4be875..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 810 zcmV+_1J(ReQ$s@n000005C8xs2LJ#P0{{RhwJ-f(CI&?q0JbM_E+BJ~4gd@=Kx$a) zW{D)@DIL=M|M{826#oY6h=`d3v|)%z4)0AK)P0GUo1gh!ZaNkpxq zWN&^*cuM8~Vbh5wl<*}#8*i42jTvqqM{qU&G0u$bnv(2)f>&Cts%^KKSZ+GV8a!Dd zKJ8nGbX}r-lym=Q{P*yMYO_(qLedC zi!U-JLVtCKvT_?jtg5#F4Al5PPj!^fkrGd03(ayPr1eVBPz6;zsTD=YS(QPE;9 zN#xO8$rwt|X&|*0b~^tNJooAU48F>&5Fbj~LXA&!BMY7j5nszR zv9YMkT8fc$Qj<%j)&w_ASOFkBNO*Lh_%U4QK=FS_kwS$dzGc_Cc2i()f~kOr=yBlZsE>_b3I9&W$D0)UgH0O{{Y@iE#m(M z5;1I6DHAqVY2_%2Zi7G|khU3}+%%d2fRU(?ts;d)Mnoh{QW(Zi0wHIrYzGp66hVms zRndrONh}DhkLpSaQ!J{*05)LVqYEAJoPjevbXQfn zo+~9}ETm`weqoWDJF=joA!(djxbbtBY|waj4D;#P;c_83w$3z1RIsqFE-B%NH++js z#?#^;2WJvUgAb<$!c(%PPF&3(Zi9I`lx^5PEFGt!!TY16@R!0XTi4y7CV%P&DiM0o0M6DJc>Dl*VwGIYMFWw@`?emL18+53g5PXAeW5Hqu%Vx z7)k8TQAH(*VY4!|Tyk|arz zBr9%Mi{DzaM3QF9&Cg_OMD8ue&?5lb`>0k%t5-Q6ICZ+g#2v08SXV^w~aV*tND*{=4+@a$o?mIrE@j6p+&`T z(K*)O$S^U|M(dI;glQjT-2WN>JA8$Tugk^05bLt9dHlB+@L#|mi^14iPr}Bi)M=Vj zh@IPOoVU6({jYFd=d3c+33oLi+=m%9!(^O8xR~Qq{E?V&Q7c2LES!lfYlA4*NEI^c zHWX5_x%eKt)p8rDwK~BP$*5Usi|}S_B1=x)y}1Imrv7qsc4_FAE385f}0Qz<&VmmYev$0ZioSv|kFb9bwPFBNni%uIBQ| zku`)zrtOJ1D8n8JT){>uo$y_3Nfl=^7_~theac2_50kUz>G%FCseR6c$xiTwAEJVA z^o9@uLB&9R?^*CI0n#odVm+38`etXo0SzS{YBnY>{j*G=D9OZ_Y}lH*J_T>57|7-0 z`w@cneT+nQ2eCH33^o6!%I9q#<&A=)!?q4{#RB_fq5*2@IZrvUtfK?s)o#m5($`6F t)lp95p2?9>)viW2I%XJFJC+~ESxrf0E@i=SU1HP_O>FEbvsN;dR%t=Va#?QGgtY=7JU%=+M1BkxIz;{tBO@p*0{kaX zAceybVuVMdgmFDe9YtY{gTsainjmgVG~jZu6H(ftkfjY-bV(4d<|IoP9Zg0eVTq&z zV~Laaf8alWcgs!u-vB0d&8bjbgF-r;yy&*cWHM=+(a24s7=V_jfhi+}L`FnJnj{&< zPy!)ns%i%kAS6kN0#(t7Xh|wN`xytPz+VG->8{V0C5_b9YZD@f%)d7vBT_Rckv|>) za-kaxGqp6Qw13!*KwR6mu#rHf2{y6mW$@}gh!K+Pl>Oq72|Z*;Te_8lIo(D}E8UT^ zOB)V>1Hw7>3_W6=6=*dgDiEPTbEGp~G7bT2CV^AtKij8- z*M7>kuXFaF-(&ILRE5)R)GHV|1sB;I*;K1=ujn2tz=>K56abQ*x7lz?Yr($a6s zw2JafjFa74(>;@!jv1Kp3&?uJOMDnDiNCwLgf0A;eJ{jK8#UFV0@x9Dr&?m3O?|>p zD%UyBJOSBb1L9S0+n!Q>NUon-F8R92xuRRFM)w^f6xKVG9;aD{S*ce7FXjmqT|Mxi LZ5eW4Qd2`i{>yob literal 0 HcmV?d00001 diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png b/game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png similarity index 100% rename from game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png rename to game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png.import b/game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png.import similarity index 66% rename from game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png.import rename to game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png.import index e5f4877e..e466eb81 100644 --- a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png.import +++ b/game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tree256.png-49d8007470567ff78ad568e96913fa91.stex" +path="res://.import/tree256.png-1d7472393b475105dccfd0f92acf05af.stex" metadata={ "vram_texture": false } [deps] -source_file="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png" -dest_files=[ "res://.import/tree256.png-49d8007470567ff78ad568e96913fa91.stex" ] +source_file="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png" +dest_files=[ "res://.import/tree256.png-1d7472393b475105dccfd0f92acf05af.stex" ] [params] diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png b/game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png similarity index 100% rename from game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png rename to game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png diff --git a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png.import b/game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png.import similarity index 65% rename from game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png.import rename to game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png.import index 73f3d092..b3b9c156 100644 --- a/game/modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png.import +++ b/game/worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tree2_256.png-3f3ae3419daaa3d2e1f9ea883f85a98e.stex" +path="res://.import/tree2_256.png-7d1d22586bd6d23a42fbd57e2147077a.stex" metadata={ "vram_texture": false } [deps] -source_file="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" -dest_files=[ "res://.import/tree2_256.png-3f3ae3419daaa3d2e1f9ea883f85a98e.stex" ] +source_file="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" +dest_files=[ "res://.import/tree2_256.png-7d1d22586bd6d23a42fbd57e2147077a.stex" ] [params] diff --git a/game/modules/planets/test_planet/dungeons/1_test.tres b/game/worlds/test_world/dungeons/1_test.tres similarity index 100% rename from game/modules/planets/test_planet/dungeons/1_test.tres rename to game/worlds/test_world/dungeons/1_test.tres diff --git a/game/modules/planets/test_planet/dungeons/dung_back_teleporter.gd b/game/worlds/test_world/dungeons/dung_back_teleporter.gd similarity index 100% rename from game/modules/planets/test_planet/dungeons/dung_back_teleporter.gd rename to game/worlds/test_world/dungeons/dung_back_teleporter.gd diff --git a/game/modules/planets/test_planet/dungeons/dung_back_teleporter.tscn b/game/worlds/test_world/dungeons/dung_back_teleporter.tscn similarity index 72% rename from game/modules/planets/test_planet/dungeons/dung_back_teleporter.tscn rename to game/worlds/test_world/dungeons/dung_back_teleporter.tscn index f5537835..29787447 100644 --- a/game/modules/planets/test_planet/dungeons/dung_back_teleporter.tscn +++ b/game/worlds/test_world/dungeons/dung_back_teleporter.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=6 format=2] -[ext_resource path="res://modules/planets/test_planet/dungeons/dung_back_teleporter.gd" type="Script" id=1] -[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png" type="Texture" id=2] +[ext_resource path="res://worlds/test_world/dungeons/dung_back_teleporter.gd" type="Script" id=1] +[ext_resource path="res://worlds/test_world/voxel_library/textures/test_brick_albedo.png" type="Texture" id=2] [sub_resource type="CubeMesh" id=1] size = Vector3( 1, 1, 1 ) diff --git a/game/modules/planets/test_planet/dungeons/dung_teleporter.gd b/game/worlds/test_world/dungeons/dung_teleporter.gd similarity index 100% rename from game/modules/planets/test_planet/dungeons/dung_teleporter.gd rename to game/worlds/test_world/dungeons/dung_teleporter.gd diff --git a/game/modules/planets/test_planet/dungeons/dung_teleporter.tscn b/game/worlds/test_world/dungeons/dung_teleporter.tscn similarity index 64% rename from game/modules/planets/test_planet/dungeons/dung_teleporter.tscn rename to game/worlds/test_world/dungeons/dung_teleporter.tscn index d5b8bc6f..4c228924 100644 --- a/game/modules/planets/test_planet/dungeons/dung_teleporter.tscn +++ b/game/worlds/test_world/dungeons/dung_teleporter.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=8 format=2] -[ext_resource path="res://modules/planets/test_planet/dungeons/dung_teleporter.gd" type="Script" id=1] -[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png" type="Texture" id=2] +[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.gd" type="Script" id=1] +[ext_resource path="res://worlds/test_world/dungeons/dung_back_teleporter.tscn" type="PackedScene" id=2] [ext_resource path="res://tests/test_dungeon/Dungeon.tscn" type="PackedScene" id=3] -[ext_resource path="res://modules/planets/test_planet/dungeons/dung_back_teleporter.tscn" type="PackedScene" id=4] +[ext_resource path="res://worlds/test_world/voxel_library/textures/test_brick_albedo.png" type="Texture" id=4] [sub_resource type="CubeMesh" id=1] size = Vector3( 1, 1, 1 ) @@ -11,7 +11,7 @@ size = Vector3( 1, 1, 1 ) [sub_resource type="SpatialMaterial" id=2] flags_vertex_lighting = true albedo_color = Color( 0.494118, 0.494118, 0.494118, 1 ) -albedo_texture = ExtResource( 2 ) +albedo_texture = ExtResource( 4 ) [sub_resource type="BoxShape" id=3] extents = Vector3( 0.5, 0.5, 0.5 ) @@ -20,7 +20,7 @@ extents = Vector3( 0.5, 0.5, 0.5 ) script = ExtResource( 1 ) default_albedo = Color( 0.521569, 0.521569, 0.521569, 1 ) dungeon = ExtResource( 3 ) -dungeon_back_teleporter = ExtResource( 4 ) +dungeon_back_teleporter = ExtResource( 2 ) [node name="MeshInstance" type="MeshInstance" parent="."] mesh = SubResource( 1 ) diff --git a/game/modules/planets/test_planet/dungeons/dungeon.gd b/game/worlds/test_world/dungeons/dungeon.gd similarity index 100% rename from game/modules/planets/test_planet/dungeons/dungeon.gd rename to game/worlds/test_world/dungeons/dungeon.gd diff --git a/game/modules/planets/test_planet/dungeons/dungeon.tres b/game/worlds/test_world/dungeons/dungeon.tres similarity index 73% rename from game/modules/planets/test_planet/dungeons/dungeon.tres rename to game/worlds/test_world/dungeons/dungeon.tres index b2de71d6..9356b899 100644 --- a/game/modules/planets/test_planet/dungeons/dungeon.tres +++ b/game/worlds/test_world/dungeons/dungeon.tres @@ -1,16 +1,16 @@ [gd_resource type="Resource" load_steps=12 format=2] -[ext_resource path="res://modules/planets/test_planet/dungeons/dungeon.gd" type="Script" id=1] +[ext_resource path="res://worlds/test_world/dungeons/dungeon.gd" type="Script" id=1] [ext_resource path="res://models/entities/human/female/character_models/huf_calf_left.tres" type="MeshDataResource" id=2] -[ext_resource path="res://modules/planets/test_planet/dungeons/dung_teleporter.tscn" type="PackedScene" id=3] +[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=3] [ext_resource path="res://models/core_models/ceiling.tres" type="MeshDataResource" id=4] [ext_resource path="res://models/core_models/wall_xp.tres" type="MeshDataResource" id=5] [ext_resource path="res://models/core_models/wall_xn.tres" type="MeshDataResource" id=6] [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://modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png" type="Texture" id=10] -[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=11] +[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_1_albedo.png" type="Texture" id=10] +[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=11] [resource] posy = -45 diff --git a/game/modules/planets/test_planet/dungeons/dungeon_l2.tres b/game/worlds/test_world/dungeons/dungeon_l2.tres similarity index 73% rename from game/modules/planets/test_planet/dungeons/dungeon_l2.tres rename to game/worlds/test_world/dungeons/dungeon_l2.tres index 76e83850..67815e17 100644 --- a/game/modules/planets/test_planet/dungeons/dungeon_l2.tres +++ b/game/worlds/test_world/dungeons/dungeon_l2.tres @@ -1,16 +1,16 @@ [gd_resource type="Resource" load_steps=12 format=2] -[ext_resource path="res://modules/planets/test_planet/dungeons/dungeon.gd" type="Script" id=1] +[ext_resource path="res://worlds/test_world/dungeons/dungeon.gd" type="Script" id=1] [ext_resource path="res://models/entities/human/female/character_models/huf_calf_left.tres" type="MeshDataResource" id=2] -[ext_resource path="res://modules/planets/test_planet/dungeons/dung_teleporter.tscn" type="PackedScene" id=3] +[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=3] [ext_resource path="res://models/core_models/ceiling.tres" type="MeshDataResource" id=4] [ext_resource path="res://models/core_models/wall_xp.tres" type="MeshDataResource" id=5] [ext_resource path="res://models/core_models/wall_xn.tres" type="MeshDataResource" id=6] [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://modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png" type="Texture" id=10] -[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=11] +[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_1_albedo.png" type="Texture" id=10] +[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=11] [resource] posy = -79 diff --git a/game/modules/planets/test_planet/dungeons/vman_dungeon.gd b/game/worlds/test_world/dungeons/vman_dungeon.gd similarity index 100% rename from game/modules/planets/test_planet/dungeons/vman_dungeon.gd rename to game/worlds/test_world/dungeons/vman_dungeon.gd diff --git a/game/modules/planets/test_planet/dungeons/vman_dungeon.tres b/game/worlds/test_world/dungeons/vman_dungeon.tres similarity index 58% rename from game/modules/planets/test_planet/dungeons/vman_dungeon.tres rename to game/worlds/test_world/dungeons/vman_dungeon.tres index 41b27273..2ec5a360 100644 --- a/game/modules/planets/test_planet/dungeons/vman_dungeon.tres +++ b/game/worlds/test_world/dungeons/vman_dungeon.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" load_steps=3 format=2] -[ext_resource path="res://modules/planets/test_planet/dungeons/vman_dungeon.gd" type="Script" id=1] -[ext_resource path="res://modules/planets/test_planet/dungeons/dung_teleporter.tscn" type="PackedScene" id=2] +[ext_resource path="res://worlds/test_world/dungeons/vman_dungeon.gd" type="Script" id=1] +[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=2] [resource] posy = -45 diff --git a/game/modules/planets/test_planet/environments/default_env.tres b/game/worlds/test_world/environments/default_env.tres similarity index 100% rename from game/modules/planets/test_planet/environments/default_env.tres rename to game/worlds/test_world/environments/default_env.tres diff --git a/game/modules/planets/test_planet/test_world.tres b/game/worlds/test_world/test_world.tres similarity index 60% rename from game/modules/planets/test_planet/test_world.tres rename to game/worlds/test_world/test_world.tres index 4841e747..e7f6e1d2 100644 --- a/game/modules/planets/test_planet/test_world.tres +++ b/game/worlds/test_world/test_world.tres @@ -1,39 +1,39 @@ [gd_resource type="Resource" load_steps=13 format=2] [ext_resource path="res://addons/world_generator/resources/world_gen_world.gd" type="Script" id=1] -[ext_resource path="res://world_generator/continents/test_continent.gd" type="Script" id=2] -[ext_resource path="res://world_generator/zones/test_zone.gd" type="Script" id=3] -[ext_resource path="res://world_generator/subzones/spawner.gd" type="Script" id=4] -[ext_resource path="res://modules/planets/test_planet/dungeons/dung_teleporter.tscn" type="PackedScene" id=5] -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=6] -[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres" type="PropData" id=7] -[ext_resource path="res://modules/entity_classes/naturalist/entities/3_naturalist_trainer.tres" type="EntityData" id=8] -[ext_resource path="res://modules/entity_classes/naturalist/entities/4_naturalist_vendor.tres" type="EntityData" id=9] +[ext_resource path="res://world_generator/subzones/spawner.gd" type="Script" id=2] +[ext_resource path="res://world_generator/continents/test_continent.gd" type="Script" id=3] +[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=4] +[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres" type="PropData" id=5] +[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=6] +[ext_resource path="res://world_generator/zones/test_zone.gd" type="Script" id=7] +[ext_resource path="res://modules/entity_classes/naturalist/entities/4_naturalist_vendor.tres" type="EntityData" id=8] +[ext_resource path="res://modules/entity_classes/naturalist/entities/3_naturalist_trainer.tres" type="EntityData" id=9] [sub_resource type="Resource" id=2] resource_name = "Spawner" -script = ExtResource( 4 ) +script = ExtResource( 2 ) rect = Rect2( 165, 197, 5, 5 ) locked = false -trainer = ExtResource( 8 ) -vendor = ExtResource( 9 ) +trainer = ExtResource( 9 ) +vendor = ExtResource( 8 ) [sub_resource type="Resource" id=3] resource_name = "TestForest" -script = ExtResource( 3 ) +script = ExtResource( 7 ) rect = Rect2( 28.5, 27, 378, 407 ) locked = false subzones = [ SubResource( 2 ) ] [sub_resource type="Resource" id=1] resource_name = "Continent" -script = ExtResource( 2 ) +script = ExtResource( 3 ) rect = Rect2( 33.5, 19.5, 434, 459 ) locked = false zones = [ SubResource( 3 ) ] -dungeon_teleporter = ExtResource( 5 ) +dungeon_teleporter = ExtResource( 4 ) prop_tree = ExtResource( 6 ) -prop_tree2 = ExtResource( 7 ) +prop_tree2 = ExtResource( 5 ) [resource] resource_name = "TestWorld" diff --git a/game/modules/planets/test_planet/voxel_library/merger_library_mat.tres b/game/worlds/test_world/voxel_library/merger_library_mat.tres similarity index 100% rename from game/modules/planets/test_planet/voxel_library/merger_library_mat.tres rename to game/worlds/test_world/voxel_library/merger_library_mat.tres diff --git a/game/modules/planets/test_planet/voxel_library/merger_prop_mat.tres b/game/worlds/test_world/voxel_library/merger_prop_mat.tres similarity index 63% rename from game/modules/planets/test_planet/voxel_library/merger_prop_mat.tres rename to game/worlds/test_world/voxel_library/merger_prop_mat.tres index e2ac53f5..13789ac3 100644 --- a/game/modules/planets/test_planet/voxel_library/merger_prop_mat.tres +++ b/game/worlds/test_world/voxel_library/merger_prop_mat.tres @@ -1,6 +1,6 @@ [gd_resource type="SpatialMaterial" load_steps=2 format=2] -[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1] +[ext_resource path="res://worlds/test_world/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1] diff --git a/game/modules/planets/test_planet/voxel_library/textures/dirt.tres b/game/worlds/test_world/voxel_library/textures/dirt.tres similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/dirt.tres rename to game/worlds/test_world/voxel_library/textures/dirt.tres diff --git a/game/modules/planets/test_planet/voxel_library/textures/dirt_albedo.png b/game/worlds/test_world/voxel_library/textures/dirt_albedo.png similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/dirt_albedo.png rename to game/worlds/test_world/voxel_library/textures/dirt_albedo.png diff --git a/game/modules/planets/test_planet/voxel_library/textures/dirt_albedo.png.import b/game/worlds/test_world/voxel_library/textures/dirt_albedo.png.import similarity index 67% rename from game/modules/planets/test_planet/voxel_library/textures/dirt_albedo.png.import rename to game/worlds/test_world/voxel_library/textures/dirt_albedo.png.import index a556bb49..cb267e66 100644 --- a/game/modules/planets/test_planet/voxel_library/textures/dirt_albedo.png.import +++ b/game/worlds/test_world/voxel_library/textures/dirt_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/dirt_albedo.png-01681308b3a87a7d7965d3eb805860f7.stex" +path="res://.import/dirt_albedo.png-0fa25f1969c243129eb1f2cef45e4f02.stex" metadata={ "vram_texture": false } [deps] -source_file="res://modules/planets/test_planet/voxel_library/textures/dirt_albedo.png" -dest_files=[ "res://.import/dirt_albedo.png-01681308b3a87a7d7965d3eb805860f7.stex" ] +source_file="res://worlds/test_world/voxel_library/textures/dirt_albedo.png" +dest_files=[ "res://.import/dirt_albedo.png-0fa25f1969c243129eb1f2cef45e4f02.stex" ] [params] diff --git a/game/modules/planets/test_planet/voxel_library/textures/grass.tres b/game/worlds/test_world/voxel_library/textures/grass.tres similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/grass.tres rename to game/worlds/test_world/voxel_library/textures/grass.tres diff --git a/game/modules/planets/test_planet/voxel_library/textures/grass_albedo.png b/game/worlds/test_world/voxel_library/textures/grass_albedo.png similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/grass_albedo.png rename to game/worlds/test_world/voxel_library/textures/grass_albedo.png diff --git a/game/modules/planets/test_planet/voxel_library/textures/grass_albedo.png.import b/game/worlds/test_world/voxel_library/textures/grass_albedo.png.import similarity index 66% rename from game/modules/planets/test_planet/voxel_library/textures/grass_albedo.png.import rename to game/worlds/test_world/voxel_library/textures/grass_albedo.png.import index 5c34fa12..4db1b35b 100644 --- a/game/modules/planets/test_planet/voxel_library/textures/grass_albedo.png.import +++ b/game/worlds/test_world/voxel_library/textures/grass_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/grass_albedo.png-e923df7587fc58ecffa47737c89aef28.stex" +path="res://.import/grass_albedo.png-7b7c1a3b62e50ce2656e87fc5c280425.stex" metadata={ "vram_texture": false } [deps] -source_file="res://modules/planets/test_planet/voxel_library/textures/grass_albedo.png" -dest_files=[ "res://.import/grass_albedo.png-e923df7587fc58ecffa47737c89aef28.stex" ] +source_file="res://worlds/test_world/voxel_library/textures/grass_albedo.png" +dest_files=[ "res://.import/grass_albedo.png-7b7c1a3b62e50ce2656e87fc5c280425.stex" ] [params] diff --git a/game/modules/planets/test_planet/voxel_library/textures/grass_mossy.tres b/game/worlds/test_world/voxel_library/textures/grass_mossy.tres similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/grass_mossy.tres rename to game/worlds/test_world/voxel_library/textures/grass_mossy.tres diff --git a/game/modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png b/game/worlds/test_world/voxel_library/textures/grass_mossy_albedo.png similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png rename to game/worlds/test_world/voxel_library/textures/grass_mossy_albedo.png diff --git a/game/modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png.import b/game/worlds/test_world/voxel_library/textures/grass_mossy_albedo.png.import similarity index 65% rename from game/modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png.import rename to game/worlds/test_world/voxel_library/textures/grass_mossy_albedo.png.import index 2f4e9358..29fdd098 100644 --- a/game/modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png.import +++ b/game/worlds/test_world/voxel_library/textures/grass_mossy_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/grass_mossy_albedo.png-861c629de2ccc388005aa438b643021c.stex" +path="res://.import/grass_mossy_albedo.png-f0da5710d57a6b019978e471a1161776.stex" metadata={ "vram_texture": false } [deps] -source_file="res://modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" -dest_files=[ "res://.import/grass_mossy_albedo.png-861c629de2ccc388005aa438b643021c.stex" ] +source_file="res://worlds/test_world/voxel_library/textures/grass_mossy_albedo.png" +dest_files=[ "res://.import/grass_mossy_albedo.png-f0da5710d57a6b019978e471a1161776.stex" ] [params] diff --git a/game/modules/planets/test_planet/voxel_library/textures/stone_1.tres b/game/worlds/test_world/voxel_library/textures/stone_1.tres similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/stone_1.tres rename to game/worlds/test_world/voxel_library/textures/stone_1.tres diff --git a/game/modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png b/game/worlds/test_world/voxel_library/textures/stone_1_albedo.png similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png rename to game/worlds/test_world/voxel_library/textures/stone_1_albedo.png diff --git a/game/modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png.import b/game/worlds/test_world/voxel_library/textures/stone_1_albedo.png.import similarity index 66% rename from game/modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png.import rename to game/worlds/test_world/voxel_library/textures/stone_1_albedo.png.import index a10bd42c..b47524b4 100644 --- a/game/modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png.import +++ b/game/worlds/test_world/voxel_library/textures/stone_1_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stone_1_albedo.png-2005497c65e63455b863588ec992f956.stex" +path="res://.import/stone_1_albedo.png-8c64500eaccce690d75bb8bb1f6ccf3d.stex" metadata={ "vram_texture": false } [deps] -source_file="res://modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png" -dest_files=[ "res://.import/stone_1_albedo.png-2005497c65e63455b863588ec992f956.stex" ] +source_file="res://worlds/test_world/voxel_library/textures/stone_1_albedo.png" +dest_files=[ "res://.import/stone_1_albedo.png-8c64500eaccce690d75bb8bb1f6ccf3d.stex" ] [params] diff --git a/game/modules/planets/test_planet/voxel_library/textures/stone_dungeon_1.tres b/game/worlds/test_world/voxel_library/textures/stone_dungeon_1.tres similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/stone_dungeon_1.tres rename to game/worlds/test_world/voxel_library/textures/stone_dungeon_1.tres diff --git a/game/modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png b/game/worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png rename to game/worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png diff --git a/game/worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png.import b/game/worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png.import new file mode 100644 index 00000000..1fa5a4a9 --- /dev/null +++ b/game/worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/stone_dungeon_1_albedo.png-221ab0602d2004f050cead17f06e8107.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://worlds/test_world/voxel_library/textures/stone_dungeon_1_albedo.png" +dest_files=[ "res://.import/stone_dungeon_1_albedo.png-221ab0602d2004f050cead17f06e8107.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/game/modules/planets/test_planet/voxel_library/textures/test.png.import b/game/worlds/test_world/voxel_library/textures/test.png.import similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/test.png.import rename to game/worlds/test_world/voxel_library/textures/test.png.import diff --git a/game/modules/planets/test_planet/voxel_library/textures/test_brick.tres b/game/worlds/test_world/voxel_library/textures/test_brick.tres similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/test_brick.tres rename to game/worlds/test_world/voxel_library/textures/test_brick.tres diff --git a/game/modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png b/game/worlds/test_world/voxel_library/textures/test_brick_albedo.png similarity index 100% rename from game/modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png rename to game/worlds/test_world/voxel_library/textures/test_brick_albedo.png diff --git a/game/modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png.import b/game/worlds/test_world/voxel_library/textures/test_brick_albedo.png.import similarity index 65% rename from game/modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png.import rename to game/worlds/test_world/voxel_library/textures/test_brick_albedo.png.import index 977fb168..ac3bff67 100644 --- a/game/modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png.import +++ b/game/worlds/test_world/voxel_library/textures/test_brick_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/test_brick_albedo.png-a91e032f0cc919b0e30efae9485fabce.stex" +path="res://.import/test_brick_albedo.png-34908346a2e599b2437099267bc7061a.stex" metadata={ "vram_texture": false } [deps] -source_file="res://modules/planets/test_planet/voxel_library/textures/test_brick_albedo.png" -dest_files=[ "res://.import/test_brick_albedo.png-a91e032f0cc919b0e30efae9485fabce.stex" ] +source_file="res://worlds/test_world/voxel_library/textures/test_brick_albedo.png" +dest_files=[ "res://.import/test_brick_albedo.png-34908346a2e599b2437099267bc7061a.stex" ] [params]