diff options
author | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-04-15 01:13:52 +0200 |
---|---|---|
committer | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-04-15 01:13:52 +0200 |
commit | 8e4eedf5e25237c514bd19d2a6c42ad9e00ec1a6 (patch) | |
tree | 4da70d8887d32d4c3e03fb039f66f5488304bcbb /game/art | |
parent | 5ed64dd74b9d3dcdb884cf8f5668e5a9d7423901 (diff) |
First try at 3d map3d-terrain
Diffstat (limited to 'game/art')
-rw-r--r-- | game/art/terrain/Basemap.png | bin | 0 -> 594760 bytes | |||
-rw-r--r-- | game/art/terrain/Basemap.png.import | 35 | ||||
-rw-r--r-- | game/art/terrain/Height.png | bin | 0 -> 1073803 bytes | |||
-rw-r--r-- | game/art/terrain/Height.png.import | 35 |
4 files changed, 70 insertions, 0 deletions
diff --git a/game/art/terrain/Basemap.png b/game/art/terrain/Basemap.png Binary files differnew file mode 100644 index 0000000..fb536f7 --- /dev/null +++ b/game/art/terrain/Basemap.png diff --git a/game/art/terrain/Basemap.png.import b/game/art/terrain/Basemap.png.import new file mode 100644 index 0000000..b299d62 --- /dev/null +++ b/game/art/terrain/Basemap.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dw3sykhcyw2v7" +path.s3tc="res://.godot/imported/Basemap.png-d53ade5aa5c4b8ccee40e0cc43bf0fda.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/terrain/Basemap.png" +dest_files=["res://.godot/imported/Basemap.png-d53ade5aa5c4b8ccee40e0cc43bf0fda.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/game/art/terrain/Height.png b/game/art/terrain/Height.png Binary files differnew file mode 100644 index 0000000..798318b --- /dev/null +++ b/game/art/terrain/Height.png diff --git a/game/art/terrain/Height.png.import b/game/art/terrain/Height.png.import new file mode 100644 index 0000000..ff68906 --- /dev/null +++ b/game/art/terrain/Height.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bds8jrlnde3mm" +path.s3tc="res://.godot/imported/Height.png-2ea003a31795ddcac3a7f74d638eb139.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/terrain/Height.png" +dest_files=["res://.godot/imported/Height.png-2ea003a31795ddcac3a7f74d638eb139.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 |