Removed the old voxel textures. Also cleaned up voxel libraries.
@ -1,8 +1,5 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://data/voxel_textures/tiles2.png" type="Texture" id=1]
|
||||
[gd_resource type="SpatialMaterial" format=2]
|
||||
|
||||
[resource]
|
||||
flags_vertex_lighting = true
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource( 1 )
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://data/voxel_textures/test_01.png" type="Texture" id=1]
|
||||
[ext_resource path="res://data/voxel_textures/grass_albedo.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
flags_vertex_lighting = true
|
||||
|
@ -1,9 +0,0 @@
|
||||
[gd_resource type="VoxelmanLibraryMerger" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://data/voxel_libraries/merger_library_mat.tres" type="Material" id=1]
|
||||
[ext_resource path="res://data/voxel_libraries/merger_prop_mat.tres" type="Material" id=2]
|
||||
|
||||
[resource]
|
||||
material = ExtResource( 1 )
|
||||
prop_material = ExtResource( 2 )
|
||||
texture_flags = 1
|
@ -1,8 +0,0 @@
|
||||
[gd_resource type="VoxelmanLibrarySimple" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://data/materials/voxelman.tres" type="Material" id=1]
|
||||
[ext_resource path="res://data/models/Material_003.material" type="Material" id=2]
|
||||
|
||||
[resource]
|
||||
material = ExtResource( 1 )
|
||||
prop_material = ExtResource( 2 )
|
@ -1,41 +0,0 @@
|
||||
[gd_resource type="VoxelmanLibrarySimple" load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://data/models/Material_003.material" type="Material" id=1]
|
||||
[ext_resource path="res://data/materials/voxelman2.tres" type="Material" id=2]
|
||||
|
||||
[sub_resource type="VoxelSurfaceSimple" id=1]
|
||||
resource_name = "Air"
|
||||
voxel_name = "Air"
|
||||
transparent = true
|
||||
|
||||
[sub_resource type="VoxelSurfaceSimple" id=2]
|
||||
resource_name = "Ground"
|
||||
id = 1
|
||||
voxel_name = "Ground"
|
||||
top_atlas_x = 5
|
||||
bottom_atlas_x = 5
|
||||
side_atlas_x = 5
|
||||
|
||||
[sub_resource type="VoxelSurfaceSimple" id=3]
|
||||
resource_name = "TestM"
|
||||
id = 2
|
||||
voxel_name = "TestM"
|
||||
top_atlas_x = 1
|
||||
top_atlas_y = 1
|
||||
bottom_atlas_x = 1
|
||||
bottom_atlas_y = 1
|
||||
side_atlas_y = 1
|
||||
|
||||
[sub_resource type="VoxelSurfaceSimple" id=4]
|
||||
resource_name = "TestM2"
|
||||
id = 3
|
||||
voxel_name = "TestM2"
|
||||
top_atlas_x = 4
|
||||
bottom_atlas_x = 4
|
||||
side_atlas_x = 4
|
||||
|
||||
[resource]
|
||||
material = ExtResource( 2 )
|
||||
prop_material = ExtResource( 1 )
|
||||
atlas_rows = 2
|
||||
voxel_surfaces = [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ]
|
@ -1,9 +0,0 @@
|
||||
[gd_resource type="VoxelmanLibrarySimple" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://data/materials/voxelman2.tres" type="Material" id=1]
|
||||
[ext_resource path="res://data/models/Material_003.material" type="Material" id=2]
|
||||
|
||||
[resource]
|
||||
material = ExtResource( 1 )
|
||||
prop_material = ExtResource( 2 )
|
||||
atlas_rows = 2
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://data/voxel_textures/test_01.png" type="Texture" id=1]
|
||||
[ext_resource path="res://data/voxel_textures/grass_albedo.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
resource_name = "Material.003"
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TEST_20.png-8d404e41cf83dd1b18e050c14244e6fa.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/TEST_20.png"
|
||||
dest_files=[ "res://.import/TEST_20.png-8d404e41cf83dd1b18e050c14244e6fa.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -1,24 +0,0 @@
|
||||
For stone_dungeon_1.ptex, and stone_dungeon_1_albedo.png
|
||||
|
||||
Created for Broken Seals
|
||||
|
||||
# Copyright (c) 2019 Péter Magyar
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
Before Width: | Height: | Size: 20 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_01.png-4a3a0c3c57a377f2f347268b47fd2433.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_01.png"
|
||||
dest_files=[ "res://.import/test_01.png-4a3a0c3c57a377f2f347268b47fd2433.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=2
|
||||
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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 14 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_02.png-910e9f02416a9d7c3307a75ed6a1fd66.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_02.png"
|
||||
dest_files=[ "res://.import/test_02.png-910e9f02416a9d7c3307a75ed6a1fd66.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 22 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_03.png-79be469848ed1af1b76820da0546986b.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_03.png"
|
||||
dest_files=[ "res://.import/test_03.png-79be469848ed1af1b76820da0546986b.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=2
|
||||
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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -1,9 +0,0 @@
|
||||
Original From: https://opengameart.org/content/seamless-2
|
||||
|
||||
Author:
|
||||
arikel
|
||||
|
||||
License(s):
|
||||
CC0
|
||||
|
||||
Thanks!
|
Before Width: | Height: | Size: 26 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_04.png-0a2bd5a759b3108a5e48748a61ef31bb.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_04.png"
|
||||
dest_files=[ "res://.import/test_04.png-0a2bd5a759b3108a5e48748a61ef31bb.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=2
|
||||
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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 21 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_05.png-1ec0f45421103f2b8d328dc5ce3c42de.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_05.png"
|
||||
dest_files=[ "res://.import/test_05.png-1ec0f45421103f2b8d328dc5ce3c42de.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 18 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_06.png-12be29fa7200243e40037e5992bb03e4.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_06.png"
|
||||
dest_files=[ "res://.import/test_06.png-12be29fa7200243e40037e5992bb03e4.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -1,11 +0,0 @@
|
||||
Original From: https://opengameart.org/content/handpainted-stone-wall-textures
|
||||
|
||||
|
||||
Author:
|
||||
PamNawi
|
||||
|
||||
License(s):
|
||||
CC-BY 4.0
|
||||
CC0
|
||||
|
||||
Thanks!
|
Before Width: | Height: | Size: 9.9 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_07.png-9bbfdebbeaa4d7d66f75c000b3567dcb.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_07.png"
|
||||
dest_files=[ "res://.import/test_07.png-9bbfdebbeaa4d7d66f75c000b3567dcb.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_08.png-55e91fad89cec9bc5a41b38d4a4a24f8.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_08.png"
|
||||
dest_files=[ "res://.import/test_08.png-55e91fad89cec9bc5a41b38d4a4a24f8.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 15 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_09.png-46de42057e0c3ff795bb4d8a79e8a0e6.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_09.png"
|
||||
dest_files=[ "res://.import/test_09.png-46de42057e0c3ff795bb4d8a79e8a0e6.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -1,10 +0,0 @@
|
||||
Original From: https://opengameart.org/content/handpainted-stone-tile-textures
|
||||
|
||||
Author:
|
||||
PamNawi
|
||||
|
||||
License(s):
|
||||
CC-BY 4.0
|
||||
CC0
|
||||
|
||||
Thanks!
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_10.png-5f785dac938f329119a87aa6901c4acf.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_10.png"
|
||||
dest_files=[ "res://.import/test_10.png-5f785dac938f329119a87aa6901c4acf.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 21 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_11.png-519f47652af0f880fc91257c25f2a71f.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_11.png"
|
||||
dest_files=[ "res://.import/test_11.png-519f47652af0f880fc91257c25f2a71f.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -1,9 +0,0 @@
|
||||
Original From: https://opengameart.org/content/seamless-2
|
||||
|
||||
Author:
|
||||
arikel
|
||||
|
||||
License(s):
|
||||
CC0
|
||||
|
||||
Thanks!
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/test_12.png-516e254fb1ba558d77cddead854fc318.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/test_12.png"
|
||||
dest_files=[ "res://.import/test_12.png-516e254fb1ba558d77cddead854fc318.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
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -1,24 +0,0 @@
|
||||
For test_brick.ptex, and test_brick_albedo.png
|
||||
|
||||
Created for Broken Seals
|
||||
|
||||
# Copyright (c) 2019 Péter Magyar
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
Before Width: | Height: | Size: 1.6 KiB |
@ -1,34 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/tiles.png-77e228124ed088dd8dc76faac8b11ce1.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/tiles.png"
|
||||
dest_files=[ "res://.import/tiles.png-77e228124ed088dd8dc76faac8b11ce1.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=true
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=false
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=0
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 2.3 KiB |
@ -1,37 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path.s3tc="res://.import/tiles2.png-03e4ab57e52ad30a8acfe07340d16eb3.s3tc.stex"
|
||||
path.etc2="res://.import/tiles2.png-03e4ab57e52ad30a8acfe07340d16eb3.etc2.stex"
|
||||
path.etc="res://.import/tiles2.png-03e4ab57e52ad30a8acfe07340d16eb3.etc.stex"
|
||||
metadata={
|
||||
"imported_formats": [ "s3tc", "etc2", "etc" ],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/voxel_textures/tiles2.png"
|
||||
dest_files=[ "res://.import/tiles2.png-03e4ab57e52ad30a8acfe07340d16eb3.s3tc.stex", "res://.import/tiles2.png-03e4ab57e52ad30a8acfe07340d16eb3.etc2.stex", "res://.import/tiles2.png-03e4ab57e52ad30a8acfe07340d16eb3.etc.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=true
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=false
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=11 format=2]
|
||||
|
||||
[ext_resource path="res://data/models/armature_model_orig_v2.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library_2.tres" type="VoxelmanLibrarySimple" id=2]
|
||||
[ext_resource path="res://data/voxel_libraries/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=2]
|
||||
[ext_resource path="res://prop_tool/dada.tres" type="PropData" id=3]
|
||||
[ext_resource path="res://voxelman/transvoxel_mesher/TVVoxelWorld.gd" type="Script" id=4]
|
||||
[ext_resource path="res://dungeon_generator/MainDungeonGenerator.gd" type="Script" id=5]
|
||||
@ -64,11 +64,9 @@ level_generator = SubResource( 1 )
|
||||
voxel_scale = 3.0
|
||||
chunk_spawn_range = 2
|
||||
script = ExtResource( 4 )
|
||||
_level_seed = 35
|
||||
show_loading_screen = false
|
||||
|
||||
[node name="character" parent="." instance=ExtResource( 1 )]
|
||||
refresh_in_editor = false
|
||||
automatic_build = false
|
||||
use_threads = false
|
||||
material = ExtResource( 6 )
|
||||
|
@ -16,11 +16,12 @@
|
||||
[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/transvoxel_mesher/TVVoxelWorld.gd" type="Script" id=16]
|
||||
[ext_resource path="res://data/voxel_libraries/2_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=17]
|
||||
[ext_resource path="res://data/voxel_libraries/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]
|
||||
[ext_resource path="res://voxelman/transvoxel_mesher/TVVoxelChunk.gd" type="Script" id=20]
|
||||
|
||||
|
||||
[sub_resource type="VoxelmanLevelGenerator" id=1]
|
||||
script = ExtResource( 18 )
|
||||
_force_planet = -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
[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/2_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=2]
|
||||
[ext_resource path="res://data/voxel_libraries/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/transvoxel_mesher/TVVoxelWorld.gd" type="Script" id=8]
|
||||
|
||||
|
@ -1,13 +1,10 @@
|
||||
[gd_scene load_steps=17 format=2]
|
||||
[gd_scene load_steps=16 format=2]
|
||||
|
||||
[ext_resource path="res://debug/FreeLookCam.tscn" type="PackedScene" id=1]
|
||||
[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_textures/a2.png" type="Texture" id=5]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library_2.tres" type="VoxelmanLibrarySimple" id=6]
|
||||
|
||||
|
||||
[ext_resource path="res://data/voxel_textures/grass_albedo.png" type="Texture" id=5]
|
||||
|
||||
[sub_resource type="Environment" id=1]
|
||||
ambient_light_color = Color( 1, 1, 1, 1 )
|
||||
@ -47,7 +44,6 @@ environment = SubResource( 1 )
|
||||
[node name="DebugGeom" type="ImmediateGeometry" parent="."]
|
||||
|
||||
[node name="VoxelWorld" parent="." instance=ExtResource( 4 )]
|
||||
library = ExtResource( 6 )
|
||||
|
||||
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, -0.236854, 0.971545, 0, -0.971545, -0.236854, 0, 41.8924, 0 )
|
||||
|
@ -1,11 +1,10 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://voxelman/cubic_mesher/CubicVoxelWorld.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library.tres" type="VoxelmanLibrarySimple" id=4]
|
||||
|
||||
[ext_resource path="res://data/voxel_libraries/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=2]
|
||||
|
||||
[node name="VoxelWorld" type="VoxelWorld"]
|
||||
library = ExtResource( 4 )
|
||||
library = ExtResource( 2 )
|
||||
voxel_scale = 2.0
|
||||
player_path = NodePath("Camera")
|
||||
script = ExtResource( 1 )
|
||||
|
@ -1,11 +1,10 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://voxelman/mc_mesher/MCVoxelWorld.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library.tres" type="VoxelmanLibrarySimple" id=4]
|
||||
|
||||
[ext_resource path="res://data/voxel_libraries/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=2]
|
||||
|
||||
[node name="VoxelWorld" type="VoxelWorld"]
|
||||
library = ExtResource( 2 )
|
||||
voxel_scale = 2.0
|
||||
player_path = NodePath("Camera")
|
||||
script = ExtResource( 1 )
|
||||
library = ExtResource( 4 )
|
||||
voxel_scale = 2.0
|
||||
|
@ -1,12 +1,10 @@
|
||||
[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://voxelman/transvoxel_mesher/TVVoxelWorld.gd" type="Script" id=2]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library_2.tres" type="VoxelmanLibrarySimple" id=3]
|
||||
|
||||
|
||||
[node name="World" type="VoxelWorld"]
|
||||
library = ExtResource( 3 )
|
||||
library = ExtResource( 1 )
|
||||
voxel_scale = 2.0
|
||||
player_path = NodePath("Camera")
|
||||
script = ExtResource( 2 )
|
||||
editor_generate = null
|
||||
|
@ -1,13 +1,10 @@
|
||||
[gd_scene load_steps=17 format=2]
|
||||
[gd_scene load_steps=16 format=2]
|
||||
|
||||
[ext_resource path="res://debug/FreeLookCam.tscn" type="PackedScene" id=1]
|
||||
[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/transvoxel_mesher_gen_uv/TVGUVoxelWorld.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://data/voxel_textures/a2.png" type="Texture" id=5]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library.tres" type="VoxelmanLibrarySimple" id=6]
|
||||
|
||||
|
||||
[ext_resource path="res://data/voxel_textures/grass_albedo.png" type="Texture" id=5]
|
||||
|
||||
[sub_resource type="Environment" id=1]
|
||||
ambient_light_color = Color( 1, 1, 1, 1 )
|
||||
@ -50,7 +47,6 @@ environment = SubResource( 1 )
|
||||
transform = Transform( 1, 0, 0, 0, -0.236854, 0.971545, 0, -0.971545, -0.236854, 0, 41.8924, 0 )
|
||||
|
||||
[node name="VoxelWorld" parent="." instance=ExtResource( 4 )]
|
||||
library = ExtResource( 6 )
|
||||
voxel_scale = 1.0
|
||||
|
||||
[node name="DirectionalLight2" type="DirectionalLight" parent="."]
|
||||
|
@ -1,11 +1,10 @@
|
||||
[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://voxelman/transvoxel_mesher_gen_uv/TVGUVoxelWorld.gd" type="Script" id=2]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library_2.tres" type="VoxelmanLibrarySimple" id=3]
|
||||
|
||||
|
||||
[node name="VoxelWorld" type="VoxelWorld"]
|
||||
library = ExtResource( 1 )
|
||||
voxel_scale = 2.0
|
||||
player_path = NodePath("Camera")
|
||||
script = ExtResource( 2 )
|
||||
library = ExtResource( 3 )
|
||||
voxel_scale = 2.0
|
||||
|
@ -1,11 +1,10 @@
|
||||
[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://voxelman/transvoxel_mesher_normal_uv/TVNUVoxelWorld.gd" type="Script" id=2]
|
||||
[ext_resource path="res://data/voxel_libraries/main_library_2.tres" type="VoxelmanLibrarySimple" id=3]
|
||||
|
||||
|
||||
[node name="VoxelWorld" type="VoxelWorld"]
|
||||
library = ExtResource( 1 )
|
||||
voxel_scale = 2.0
|
||||
player_path = NodePath("Camera")
|
||||
script = ExtResource( 2 )
|
||||
library = ExtResource( 3 )
|
||||
voxel_scale = 2.0
|
||||
|