diff --git a/game/data/models/Material_003.material b/game/data/models/Material_003.material index 40260610..c862e8e8 100644 Binary files a/game/data/models/Material_003.material and b/game/data/models/Material_003.material differ diff --git a/game/data/voxel_libraries/1_main_lib_merger_empty.tres b/game/data/planets/test_planet/voxel_library/1_main_lib_merger_empty.tres similarity index 53% rename from game/data/voxel_libraries/1_main_lib_merger_empty.tres rename to game/data/planets/test_planet/voxel_library/1_main_lib_merger_empty.tres index db2763d5..2820072b 100644 --- a/game/data/voxel_libraries/1_main_lib_merger_empty.tres +++ b/game/data/planets/test_planet/voxel_library/1_main_lib_merger_empty.tres @@ -1,15 +1,17 @@ [gd_resource type="VoxelmanLibraryMerger" load_steps=8 format=2] [ext_resource path="res://data/materials/1_standard_material.tres" type="Material" id=1] -[ext_resource path="res://data/voxel_libraries/surfaces/4_dungeon_stone.tres" type="VoxelSurfaceMerger" id=2] -[ext_resource path="res://data/voxel_libraries/surfaces/2_test.tres" type="VoxelSurfaceMerger" id=3] -[ext_resource path="res://data/voxel_libraries/surfaces/1_stone.tres" type="VoxelSurfaceMerger" id=4] -[ext_resource path="res://data/voxel_libraries/surfaces/3_test2.tres" type="VoxelSurfaceMerger" id=5] +[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/4_dungeon_stone.tres" type="VoxelSurfaceMerger" id=2] +[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/2_test.tres" type="VoxelSurfaceMerger" id=3] +[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/1_stone.tres" type="VoxelSurfaceMerger" id=4] +[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/3_test2.tres" type="VoxelSurfaceMerger" id=5] [ext_resource path="res://data/materials/5_standard_material_nouv2.tres" type="Material" id=8] [ext_resource path="res://data/materials/7_standard_material_notex.tres" type="Material" id=10] + + [resource] materials = [ ExtResource( 1 ), ExtResource( 8 ), ExtResource( 8 ), ExtResource( 10 ) ] texture_flags = 1 diff --git a/game/data/voxel_libraries/merger_library_mat.tres b/game/data/planets/test_planet/voxel_library/merger_library_mat.tres similarity index 100% rename from game/data/voxel_libraries/merger_library_mat.tres rename to game/data/planets/test_planet/voxel_library/merger_library_mat.tres diff --git a/game/data/voxel_libraries/merger_prop_mat.tres b/game/data/planets/test_planet/voxel_library/merger_prop_mat.tres similarity index 63% rename from game/data/voxel_libraries/merger_prop_mat.tres rename to game/data/planets/test_planet/voxel_library/merger_prop_mat.tres index 33594d57..f5454e37 100644 --- a/game/data/voxel_libraries/merger_prop_mat.tres +++ b/game/data/planets/test_planet/voxel_library/merger_prop_mat.tres @@ -1,6 +1,8 @@ [gd_resource type="SpatialMaterial" load_steps=2 format=2] -[ext_resource path="res://data/voxel_libraries/textures/grass_mossy_albedo.png" type="Texture" id=1] +[ext_resource path="res://data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1] + + diff --git a/game/data/voxel_libraries/surfaces/1_stone.tres b/game/data/planets/test_planet/voxel_library/surfaces/1_stone.tres similarity index 66% rename from game/data/voxel_libraries/surfaces/1_stone.tres rename to game/data/planets/test_planet/voxel_library/surfaces/1_stone.tres index 1f04bf3d..4cf33817 100644 --- a/game/data/voxel_libraries/surfaces/1_stone.tres +++ b/game/data/planets/test_planet/voxel_library/surfaces/1_stone.tres @@ -1,6 +1,8 @@ [gd_resource type="VoxelSurfaceMerger" load_steps=2 format=2] -[ext_resource path="res://data/voxel_libraries/textures/dirt_albedo.png" type="Texture" id=1] +[ext_resource path="res://data/planets/test_planet/voxel_library/textures/dirt_albedo.png" type="Texture" id=1] + + diff --git a/game/data/voxel_libraries/surfaces/2_test.tres b/game/data/planets/test_planet/voxel_library/surfaces/2_test.tres similarity index 65% rename from game/data/voxel_libraries/surfaces/2_test.tres rename to game/data/planets/test_planet/voxel_library/surfaces/2_test.tres index 001f4907..8f276e14 100644 --- a/game/data/voxel_libraries/surfaces/2_test.tres +++ b/game/data/planets/test_planet/voxel_library/surfaces/2_test.tres @@ -1,6 +1,8 @@ [gd_resource type="VoxelSurfaceMerger" load_steps=2 format=2] -[ext_resource path="res://data/voxel_libraries/textures/stone_1_albedo.png" type="Texture" id=1] +[ext_resource path="res://data/planets/test_planet/voxel_library/textures/stone_1_albedo.png" type="Texture" id=1] + + diff --git a/game/data/voxel_libraries/surfaces/3_test2.tres b/game/data/planets/test_planet/voxel_library/surfaces/3_test2.tres similarity index 65% rename from game/data/voxel_libraries/surfaces/3_test2.tres rename to game/data/planets/test_planet/voxel_library/surfaces/3_test2.tres index 45069302..dc27cd71 100644 --- a/game/data/voxel_libraries/surfaces/3_test2.tres +++ b/game/data/planets/test_planet/voxel_library/surfaces/3_test2.tres @@ -1,6 +1,8 @@ [gd_resource type="VoxelSurfaceMerger" load_steps=2 format=2] -[ext_resource path="res://data/voxel_libraries/textures/grass_mossy_albedo.png" type="Texture" id=1] +[ext_resource path="res://data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1] + + diff --git a/game/data/voxel_libraries/surfaces/4_dungeon_stone.tres b/game/data/planets/test_planet/voxel_library/surfaces/4_dungeon_stone.tres similarity index 65% rename from game/data/voxel_libraries/surfaces/4_dungeon_stone.tres rename to game/data/planets/test_planet/voxel_library/surfaces/4_dungeon_stone.tres index 0fa567cf..5e37e583 100644 --- a/game/data/voxel_libraries/surfaces/4_dungeon_stone.tres +++ b/game/data/planets/test_planet/voxel_library/surfaces/4_dungeon_stone.tres @@ -1,6 +1,8 @@ [gd_resource type="VoxelSurfaceMerger" load_steps=2 format=2] -[ext_resource path="res://data/voxel_libraries/textures/stone_dungeon_1_albedo.png" type="Texture" id=1] +[ext_resource path="res://data/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=1] + + diff --git a/game/data/voxel_libraries/surfaces/stone_2.ptex b/game/data/planets/test_planet/voxel_library/surfaces/stone_2.ptex similarity index 100% rename from game/data/voxel_libraries/surfaces/stone_2.ptex rename to game/data/planets/test_planet/voxel_library/surfaces/stone_2.ptex diff --git a/game/data/voxel_libraries/surfaces/stone_2_albedo.png.import b/game/data/planets/test_planet/voxel_library/surfaces/stone_2_albedo.png.import similarity index 100% rename from game/data/voxel_libraries/surfaces/stone_2_albedo.png.import rename to game/data/planets/test_planet/voxel_library/surfaces/stone_2_albedo.png.import diff --git a/game/data/voxel_libraries/textures/Ground03_col.png b/game/data/planets/test_planet/voxel_library/textures/Ground03_col.png similarity index 100% rename from game/data/voxel_libraries/textures/Ground03_col.png rename to game/data/planets/test_planet/voxel_library/textures/Ground03_col.png diff --git a/game/data/voxel_libraries/textures/Ground03_col.png.import b/game/data/planets/test_planet/voxel_library/textures/Ground03_col.png.import similarity index 65% rename from game/data/voxel_libraries/textures/Ground03_col.png.import rename to game/data/planets/test_planet/voxel_library/textures/Ground03_col.png.import index 499798fb..3e390b94 100644 --- a/game/data/voxel_libraries/textures/Ground03_col.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/Ground03_col.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Ground03_col.png-05a4aa26f9fa266cf400cf49915547ac.stex" +path="res://.import/Ground03_col.png-7fc02a77cefa8db972c4f7f6263197ad.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/Ground03_col.png" -dest_files=[ "res://.import/Ground03_col.png-05a4aa26f9fa266cf400cf49915547ac.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/Ground03_col.png" +dest_files=[ "res://.import/Ground03_col.png-7fc02a77cefa8db972c4f7f6263197ad.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/Ground03_col2.png b/game/data/planets/test_planet/voxel_library/textures/Ground03_col2.png similarity index 100% rename from game/data/voxel_libraries/textures/Ground03_col2.png rename to game/data/planets/test_planet/voxel_library/textures/Ground03_col2.png diff --git a/game/data/voxel_libraries/textures/Ground03_col2.png.import b/game/data/planets/test_planet/voxel_library/textures/Ground03_col2.png.import similarity index 65% rename from game/data/voxel_libraries/textures/Ground03_col2.png.import rename to game/data/planets/test_planet/voxel_library/textures/Ground03_col2.png.import index b84f81e3..f4fdfa0b 100644 --- a/game/data/voxel_libraries/textures/Ground03_col2.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/Ground03_col2.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Ground03_col2.png-a42946178d8e9a2830d1eede8573679e.stex" +path="res://.import/Ground03_col2.png-5c4c0b5963c6721b0edbe6abb39825c1.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/Ground03_col2.png" -dest_files=[ "res://.import/Ground03_col2.png-a42946178d8e9a2830d1eede8573679e.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/Ground03_col2.png" +dest_files=[ "res://.import/Ground03_col2.png-5c4c0b5963c6721b0edbe6abb39825c1.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/Rock24_col.png b/game/data/planets/test_planet/voxel_library/textures/Rock24_col.png similarity index 100% rename from game/data/voxel_libraries/textures/Rock24_col.png rename to game/data/planets/test_planet/voxel_library/textures/Rock24_col.png diff --git a/game/data/voxel_libraries/textures/grass_mossy_albedo.png.import b/game/data/planets/test_planet/voxel_library/textures/Rock24_col.png.import similarity index 67% rename from game/data/voxel_libraries/textures/grass_mossy_albedo.png.import rename to game/data/planets/test_planet/voxel_library/textures/Rock24_col.png.import index 0127c9f4..ace21058 100644 --- a/game/data/voxel_libraries/textures/grass_mossy_albedo.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/Rock24_col.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/grass_mossy_albedo.png-16785a259e3d6b163da72c9345fb595b.stex" +path="res://.import/Rock24_col.png-9a87a7efaf0afac9cd06a98df0fc7216.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/grass_mossy_albedo.png" -dest_files=[ "res://.import/grass_mossy_albedo.png-16785a259e3d6b163da72c9345fb595b.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/Rock24_col.png" +dest_files=[ "res://.import/Rock24_col.png-9a87a7efaf0afac9cd06a98df0fc7216.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/Rock24_col2.png b/game/data/planets/test_planet/voxel_library/textures/Rock24_col2.png similarity index 100% rename from game/data/voxel_libraries/textures/Rock24_col2.png rename to game/data/planets/test_planet/voxel_library/textures/Rock24_col2.png diff --git a/game/data/voxel_libraries/textures/Rock24_col2.png.import b/game/data/planets/test_planet/voxel_library/textures/Rock24_col2.png.import similarity index 65% rename from game/data/voxel_libraries/textures/Rock24_col2.png.import rename to game/data/planets/test_planet/voxel_library/textures/Rock24_col2.png.import index 74bebc6e..00cfe0d5 100644 --- a/game/data/voxel_libraries/textures/Rock24_col2.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/Rock24_col2.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Rock24_col2.png-2817c54e28d7f4841cfbaa315064ade9.stex" +path="res://.import/Rock24_col2.png-ea184594f66bc6e74290e10e582995ae.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/Rock24_col2.png" -dest_files=[ "res://.import/Rock24_col2.png-2817c54e28d7f4841cfbaa315064ade9.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/Rock24_col2.png" +dest_files=[ "res://.import/Rock24_col2.png-ea184594f66bc6e74290e10e582995ae.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/dirt.ptex b/game/data/planets/test_planet/voxel_library/textures/dirt.ptex similarity index 100% rename from game/data/voxel_libraries/textures/dirt.ptex rename to game/data/planets/test_planet/voxel_library/textures/dirt.ptex diff --git a/game/data/voxel_libraries/textures/dirt_albedo.png b/game/data/planets/test_planet/voxel_library/textures/dirt_albedo.png similarity index 100% rename from game/data/voxel_libraries/textures/dirt_albedo.png rename to game/data/planets/test_planet/voxel_library/textures/dirt_albedo.png diff --git a/game/data/voxel_libraries/textures/dirt_albedo.png.import b/game/data/planets/test_planet/voxel_library/textures/dirt_albedo.png.import similarity index 65% rename from game/data/voxel_libraries/textures/dirt_albedo.png.import rename to game/data/planets/test_planet/voxel_library/textures/dirt_albedo.png.import index 0f77d5ea..27ca234a 100644 --- a/game/data/voxel_libraries/textures/dirt_albedo.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/dirt_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/dirt_albedo.png-d0bf5444f208485b852a65527bae9813.stex" +path="res://.import/dirt_albedo.png-c20fd07280e558c7b47f1857b0b197b9.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/dirt_albedo.png" -dest_files=[ "res://.import/dirt_albedo.png-d0bf5444f208485b852a65527bae9813.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/dirt_albedo.png" +dest_files=[ "res://.import/dirt_albedo.png-c20fd07280e558c7b47f1857b0b197b9.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/grass.ptex b/game/data/planets/test_planet/voxel_library/textures/grass.ptex similarity index 100% rename from game/data/voxel_libraries/textures/grass.ptex rename to game/data/planets/test_planet/voxel_library/textures/grass.ptex diff --git a/game/data/voxel_libraries/textures/grass_mossy.ptex b/game/data/planets/test_planet/voxel_library/textures/grass_mossy.ptex similarity index 100% rename from game/data/voxel_libraries/textures/grass_mossy.ptex rename to game/data/planets/test_planet/voxel_library/textures/grass_mossy.ptex diff --git a/game/data/voxel_libraries/textures/grass_mossy_albedo.png b/game/data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png similarity index 100% rename from game/data/voxel_libraries/textures/grass_mossy_albedo.png rename to game/data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png diff --git a/game/data/voxel_libraries/textures/Rock24_col.png.import b/game/data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png.import similarity index 63% rename from game/data/voxel_libraries/textures/Rock24_col.png.import rename to game/data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png.import index fb3f76c7..4fea6358 100644 --- a/game/data/voxel_libraries/textures/Rock24_col.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Rock24_col.png-fa414d48c07e6f891a61d4bb734652b9.stex" +path="res://.import/grass_mossy_albedo.png-f6086e017a3b9c245f5e73f74f4b8541.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/Rock24_col.png" -dest_files=[ "res://.import/Rock24_col.png-fa414d48c07e6f891a61d4bb734652b9.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" +dest_files=[ "res://.import/grass_mossy_albedo.png-f6086e017a3b9c245f5e73f74f4b8541.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/stone_1.ptex b/game/data/planets/test_planet/voxel_library/textures/stone_1.ptex similarity index 100% rename from game/data/voxel_libraries/textures/stone_1.ptex rename to game/data/planets/test_planet/voxel_library/textures/stone_1.ptex diff --git a/game/data/voxel_libraries/textures/stone_1_albedo.png b/game/data/planets/test_planet/voxel_library/textures/stone_1_albedo.png similarity index 100% rename from game/data/voxel_libraries/textures/stone_1_albedo.png rename to game/data/planets/test_planet/voxel_library/textures/stone_1_albedo.png diff --git a/game/data/voxel_libraries/textures/stone_1_albedo.png.import b/game/data/planets/test_planet/voxel_library/textures/stone_1_albedo.png.import similarity index 64% rename from game/data/voxel_libraries/textures/stone_1_albedo.png.import rename to game/data/planets/test_planet/voxel_library/textures/stone_1_albedo.png.import index 8a727607..878a4c99 100644 --- a/game/data/voxel_libraries/textures/stone_1_albedo.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/stone_1_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stone_1_albedo.png-b38e364d30b4eb4b7c7bfbc56a76a295.stex" +path="res://.import/stone_1_albedo.png-56fa6f911b519fba4bf962c7ab92386d.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/stone_1_albedo.png" -dest_files=[ "res://.import/stone_1_albedo.png-b38e364d30b4eb4b7c7bfbc56a76a295.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/stone_1_albedo.png" +dest_files=[ "res://.import/stone_1_albedo.png-56fa6f911b519fba4bf962c7ab92386d.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/stone_1_readme.txt b/game/data/planets/test_planet/voxel_library/textures/stone_1_readme.txt similarity index 100% rename from game/data/voxel_libraries/textures/stone_1_readme.txt rename to game/data/planets/test_planet/voxel_library/textures/stone_1_readme.txt diff --git a/game/data/voxel_libraries/textures/stone_dungeon_1.ptex b/game/data/planets/test_planet/voxel_library/textures/stone_dungeon_1.ptex similarity index 100% rename from game/data/voxel_libraries/textures/stone_dungeon_1.ptex rename to game/data/planets/test_planet/voxel_library/textures/stone_dungeon_1.ptex diff --git a/game/data/voxel_libraries/textures/stone_dungeon_1_albedo.png b/game/data/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png similarity index 100% rename from game/data/voxel_libraries/textures/stone_dungeon_1_albedo.png rename to game/data/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png diff --git a/game/data/voxel_libraries/textures/stone_dungeon_1_albedo.png.import b/game/data/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png.import similarity index 62% rename from game/data/voxel_libraries/textures/stone_dungeon_1_albedo.png.import rename to game/data/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png.import index 92b415bc..cd6e1c4b 100644 --- a/game/data/voxel_libraries/textures/stone_dungeon_1_albedo.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/stone_dungeon_1_albedo.png-d602f0463a9a529a6bf8adf39ac0bd92.stex" +path="res://.import/stone_dungeon_1_albedo.png-8a4ea1752e50c2d2a2a8f0926e1a63fd.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/stone_dungeon_1_albedo.png" -dest_files=[ "res://.import/stone_dungeon_1_albedo.png-d602f0463a9a529a6bf8adf39ac0bd92.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" +dest_files=[ "res://.import/stone_dungeon_1_albedo.png-8a4ea1752e50c2d2a2a8f0926e1a63fd.stex" ] [params] diff --git a/game/data/voxel_libraries/textures/test.png.import b/game/data/planets/test_planet/voxel_library/textures/test.png.import similarity index 100% rename from game/data/voxel_libraries/textures/test.png.import rename to game/data/planets/test_planet/voxel_library/textures/test.png.import diff --git a/game/data/voxel_libraries/textures/test_brick.ptex b/game/data/planets/test_planet/voxel_library/textures/test_brick.ptex similarity index 100% rename from game/data/voxel_libraries/textures/test_brick.ptex rename to game/data/planets/test_planet/voxel_library/textures/test_brick.ptex diff --git a/game/data/voxel_libraries/textures/test_brick_albedo.png b/game/data/planets/test_planet/voxel_library/textures/test_brick_albedo.png similarity index 100% rename from game/data/voxel_libraries/textures/test_brick_albedo.png rename to game/data/planets/test_planet/voxel_library/textures/test_brick_albedo.png diff --git a/game/data/voxel_libraries/textures/test_brick_albedo.png.import b/game/data/planets/test_planet/voxel_library/textures/test_brick_albedo.png.import similarity index 64% rename from game/data/voxel_libraries/textures/test_brick_albedo.png.import rename to game/data/planets/test_planet/voxel_library/textures/test_brick_albedo.png.import index 38069da0..e2d67799 100644 --- a/game/data/voxel_libraries/textures/test_brick_albedo.png.import +++ b/game/data/planets/test_planet/voxel_library/textures/test_brick_albedo.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/test_brick_albedo.png-734188ca3004d74cf5b69df355e94544.stex" +path="res://.import/test_brick_albedo.png-ae727770ad63daf92b41ae6f995ef82f.stex" metadata={ "vram_texture": false } [deps] -source_file="res://data/voxel_libraries/textures/test_brick_albedo.png" -dest_files=[ "res://.import/test_brick_albedo.png-734188ca3004d74cf5b69df355e94544.stex" ] +source_file="res://data/planets/test_planet/voxel_library/textures/test_brick_albedo.png" +dest_files=[ "res://.import/test_brick_albedo.png-ae727770ad63daf92b41ae6f995ef82f.stex" ] [params] diff --git a/game/scenes/Menu.tscn b/game/scenes/Menu.tscn index 75d217c4..3e06e94e 100644 --- a/game/scenes/Menu.tscn +++ b/game/scenes/Menu.tscn @@ -16,7 +16,7 @@ [ext_resource path="res://scenes/ConnectServerButton.gd" type="Script" id=14] [ext_resource path="res://scenes/HostGameButton.gd" type="Script" id=15] [ext_resource path="res://voxelman/world/TVVoxelWorld.gd" type="Script" id=16] -[ext_resource path="res://data/voxel_libraries/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=17] +[ext_resource path="res://data/planets/test_planet/voxel_library/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=17] [ext_resource path="res://scripts/world_generators/MainPlanetGenerator.gd" type="Script" id=18] [ext_resource path="res://scripts/settings/DirectionalLightSettings.gd" type="Script" id=19] @@ -24,6 +24,8 @@ + + [sub_resource type="VoxelmanLevelGenerator" id=1] script = ExtResource( 18 ) _force_planet = -1 diff --git a/game/scenes/World.tscn b/game/scenes/World.tscn index cb3504b2..f7f7654e 100644 --- a/game/scenes/World.tscn +++ b/game/scenes/World.tscn @@ -1,13 +1,15 @@ [gd_scene load_steps=8 format=2] [ext_resource path="res://scripts/world_generators/MainPlanetGenerator.gd" type="Script" id=1] -[ext_resource path="res://data/voxel_libraries/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=2] +[ext_resource path="res://data/planets/test_planet/voxel_library/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=2] [ext_resource path="res://scripts/settings/DirectionalLightSettings.gd" type="Script" id=3] [ext_resource path="res://voxelman/world/TVVoxelWorld.gd" type="Script" id=8] + + [sub_resource type="VoxelmanLevelGenerator" id=1] script = ExtResource( 1 ) _force_planet = -1 diff --git a/game/voxelman/TestScene.tscn b/game/voxelman/TestScene.tscn index d1fa8296..67c3b40a 100644 --- a/game/voxelman/TestScene.tscn +++ b/game/voxelman/TestScene.tscn @@ -4,7 +4,9 @@ [ext_resource path="res://data/materials/voxelman.tres" type="Material" id=2] [ext_resource path="res://voxelman/FPSCounter.gd" type="Script" id=3] [ext_resource path="res://voxelman/cubic_mesher/CubicVoxelWorld.tscn" type="PackedScene" id=4] -[ext_resource path="res://data/voxel_libraries/textures/grass_mossy_albedo.png" type="Texture" id=5] +[ext_resource path="res://data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=5] + + diff --git a/game/voxelman/world/TVTestScene.tscn b/game/voxelman/world/TVTestScene.tscn index 62169b6a..271ee81d 100644 --- a/game/voxelman/world/TVTestScene.tscn +++ b/game/voxelman/world/TVTestScene.tscn @@ -4,7 +4,7 @@ [ext_resource path="res://data/materials/voxelman.tres" type="Material" id=2] [ext_resource path="res://voxelman/FPSCounter.gd" type="Script" id=3] [ext_resource path="res://voxelman/debug/FreeLookCam.tscn" type="PackedScene" id=4] -[ext_resource path="res://data/voxel_libraries/textures/grass_mossy_albedo.png" type="Texture" id=5] +[ext_resource path="res://data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=5] [ext_resource path="res://scripts/world_generators/MainPlanetGenerator.gd" type="Script" id=6] @@ -15,6 +15,8 @@ + + [sub_resource type="Environment" id=1] ambient_light_color = Color( 1, 1, 1, 1 ) diff --git a/game/voxelman/world/TVVoxelWorld.tscn b/game/voxelman/world/TVVoxelWorld.tscn index a997f863..e18d7455 100644 --- a/game/voxelman/world/TVVoxelWorld.tscn +++ b/game/voxelman/world/TVVoxelWorld.tscn @@ -1,9 +1,11 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://data/voxel_libraries/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=1] +[ext_resource path="res://data/planets/test_planet/voxel_library/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=1] [ext_resource path="res://voxelman/world/TVVoxelWorld.gd" type="Script" id=2] + + [node name="World" type="VoxelWorld"] library = ExtResource( 1 ) voxel_scale = 2.0