From a9350a39913308a0e9537faad9defb298c90da4a Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Mon, 27 Nov 2023 23:01:58 -0500 Subject: [PATCH] dancing mushrooms and flowing seaweed! --- graphics/tiles/mushroom/mushroom_brown_1.png | Bin 0 -> 178 bytes .../mushroom/mushroom_brown_1.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_10.png | Bin 0 -> 174 bytes .../mushroom/mushroom_brown_10.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_2.png | Bin 0 -> 174 bytes .../mushroom/mushroom_brown_2.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_3.png | Bin 0 -> 182 bytes .../mushroom/mushroom_brown_3.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_4.png | Bin 0 -> 178 bytes .../mushroom/mushroom_brown_4.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_5.png | Bin 0 -> 174 bytes .../mushroom/mushroom_brown_5.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_6.png | Bin 0 -> 178 bytes .../mushroom/mushroom_brown_6.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_7.png | Bin 0 -> 174 bytes .../mushroom/mushroom_brown_7.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_8.png | Bin 0 -> 177 bytes .../mushroom/mushroom_brown_8.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_brown_9.png | Bin 0 -> 170 bytes .../mushroom/mushroom_brown_9.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_1.png | Bin 0 -> 180 bytes .../tiles/mushroom/mushroom_red_1.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_10.png | Bin 0 -> 176 bytes .../tiles/mushroom/mushroom_red_10.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_2.png | Bin 0 -> 176 bytes .../tiles/mushroom/mushroom_red_2.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_3.png | Bin 0 -> 177 bytes .../tiles/mushroom/mushroom_red_3.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_4.png | Bin 0 -> 167 bytes .../tiles/mushroom/mushroom_red_4.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_5.png | Bin 0 -> 176 bytes .../tiles/mushroom/mushroom_red_5.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_6.png | Bin 0 -> 180 bytes .../tiles/mushroom/mushroom_red_6.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_7.png | Bin 0 -> 176 bytes .../tiles/mushroom/mushroom_red_7.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_8.png | Bin 0 -> 181 bytes .../tiles/mushroom/mushroom_red_8.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom/mushroom_red_9.png | Bin 0 -> 172 bytes .../tiles/mushroom/mushroom_red_9.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom_brown.tres | 35 ++++++++++++++++++ graphics/tiles/mushroom_red.png | Bin 0 -> 317 bytes graphics/tiles/mushroom_red.png.import | 35 ++++++++++++++++++ graphics/tiles/mushroom_red.tres | 35 ++++++++++++++++++ graphics/tiles/seaweed.png | Bin 0 -> 234 bytes graphics/tiles/seaweed.png.import | 35 ++++++++++++++++++ graphics/tiles/seaweed.tres | 26 +++++++++++++ graphics/tiles/seaweed/seaweed_1.png | Bin 0 -> 190 bytes graphics/tiles/seaweed/seaweed_1.png.import | 35 ++++++++++++++++++ graphics/tiles/seaweed/seaweed_2.png | Bin 0 -> 192 bytes graphics/tiles/seaweed/seaweed_2.png.import | 35 ++++++++++++++++++ graphics/tiles/seaweed/seaweed_3.png | Bin 0 -> 191 bytes graphics/tiles/seaweed/seaweed_3.png.import | 35 ++++++++++++++++++ graphics/tiles/seaweed/seaweed_4.png | Bin 0 -> 191 bytes graphics/tiles/seaweed/seaweed_4.png.import | 35 ++++++++++++++++++ graphics/tiles/seaweed/seaweed_5.png | Bin 0 -> 190 bytes graphics/tiles/seaweed/seaweed_5.png.import | 35 ++++++++++++++++++ graphics/tiles/seaweed/seaweed_6.png | Bin 0 -> 190 bytes graphics/tiles/seaweed/seaweed_6.png.import | 35 ++++++++++++++++++ graphics/tiles/seaweed/seaweed_7.png | Bin 0 -> 191 bytes graphics/tiles/seaweed/seaweed_7.png.import | 35 ++++++++++++++++++ maps/abyss_scholar.tscn | 2 +- maps/canopy.tscn | 2 +- maps/cave_scholar.tscn | 2 +- tilesets/t_abyss.tres | 17 ++++++++- tilesets/t_canopy.tres | 17 ++++++++- tilesets/t_cave.tres | 17 ++++++++- 67 files changed, 1162 insertions(+), 6 deletions(-) create mode 100644 graphics/tiles/mushroom/mushroom_brown_1.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_1.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_10.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_10.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_2.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_2.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_3.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_3.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_4.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_4.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_5.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_5.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_6.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_6.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_7.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_7.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_8.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_8.png.import create mode 100644 graphics/tiles/mushroom/mushroom_brown_9.png create mode 100644 graphics/tiles/mushroom/mushroom_brown_9.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_1.png create mode 100644 graphics/tiles/mushroom/mushroom_red_1.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_10.png create mode 100644 graphics/tiles/mushroom/mushroom_red_10.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_2.png create mode 100644 graphics/tiles/mushroom/mushroom_red_2.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_3.png create mode 100644 graphics/tiles/mushroom/mushroom_red_3.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_4.png create mode 100644 graphics/tiles/mushroom/mushroom_red_4.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_5.png create mode 100644 graphics/tiles/mushroom/mushroom_red_5.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_6.png create mode 100644 graphics/tiles/mushroom/mushroom_red_6.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_7.png create mode 100644 graphics/tiles/mushroom/mushroom_red_7.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_8.png create mode 100644 graphics/tiles/mushroom/mushroom_red_8.png.import create mode 100644 graphics/tiles/mushroom/mushroom_red_9.png create mode 100644 graphics/tiles/mushroom/mushroom_red_9.png.import create mode 100644 graphics/tiles/mushroom_brown.tres create mode 100644 graphics/tiles/mushroom_red.png create mode 100644 graphics/tiles/mushroom_red.png.import create mode 100644 graphics/tiles/mushroom_red.tres create mode 100644 graphics/tiles/seaweed.png create mode 100644 graphics/tiles/seaweed.png.import create mode 100644 graphics/tiles/seaweed.tres create mode 100644 graphics/tiles/seaweed/seaweed_1.png create mode 100644 graphics/tiles/seaweed/seaweed_1.png.import create mode 100644 graphics/tiles/seaweed/seaweed_2.png create mode 100644 graphics/tiles/seaweed/seaweed_2.png.import create mode 100644 graphics/tiles/seaweed/seaweed_3.png create mode 100644 graphics/tiles/seaweed/seaweed_3.png.import create mode 100644 graphics/tiles/seaweed/seaweed_4.png create mode 100644 graphics/tiles/seaweed/seaweed_4.png.import create mode 100644 graphics/tiles/seaweed/seaweed_5.png create mode 100644 graphics/tiles/seaweed/seaweed_5.png.import create mode 100644 graphics/tiles/seaweed/seaweed_6.png create mode 100644 graphics/tiles/seaweed/seaweed_6.png.import create mode 100644 graphics/tiles/seaweed/seaweed_7.png create mode 100644 graphics/tiles/seaweed/seaweed_7.png.import diff --git a/graphics/tiles/mushroom/mushroom_brown_1.png b/graphics/tiles/mushroom/mushroom_brown_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1b22e6517a8495bcf818dc09374135d3fbb3c2 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(B0F;F+?Lcd4X+0%OxJ)hui*_in<(pbDBTS z_{v%vo@va&uTMAsYtASUxUsWuBIgl?mk#VVj!68ApZi_DWnqi~!|VoW0|N$z>*?aE UU;a(s4>Xd&)78&qol`;+0688wIsgCw literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_1.png.import b/graphics/tiles/mushroom/mushroom_brown_1.png.import new file mode 100644 index 0000000..ec91f97 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_1.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_1.png-401bd86f525bf355d78fc3f9b7e776ef.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_1.png" +dest_files=[ "res://.import/mushroom_brown_1.png-401bd86f525bf355d78fc3f9b7e776ef.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_10.png b/graphics/tiles/mushroom/mushroom_brown_10.png new file mode 100644 index 0000000000000000000000000000000000000000..437488bf8493091c666062cacdf467985358a4e7 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(Am?)F+?LcS%RfO(977Q_4dE(p#rR%_3bOp z25kRi5W(lOMxXx||DubI3D2$E)C8E9Fv}(gC;zA~y;m>LR@B(g$jESenz-^uz2`fD P#xZ!h`njxgN@xNAJ8d!c literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_10.png.import b/graphics/tiles/mushroom/mushroom_brown_10.png.import new file mode 100644 index 0000000..8795f7e --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_10.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_10.png-31cc2ad787a58abb32729fa87b073f5c.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_10.png" +dest_files=[ "res://.import/mushroom_brown_10.png-31cc2ad787a58abb32729fa87b073f5c.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_2.png b/graphics/tiles/mushroom/mushroom_brown_2.png new file mode 100644 index 0000000000000000000000000000000000000000..437488bf8493091c666062cacdf467985358a4e7 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(Am?)F+?LcS%RfO(977Q_4dE(p#rR%_3bOp z25kRi5W(lOMxXx||DubI3D2$E)C8E9Fv}(gC;zA~y;m>LR@B(g$jESenz-^uz2`fD P#xZ!h`njxgN@xNAJ8d!c literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_2.png.import b/graphics/tiles/mushroom/mushroom_brown_2.png.import new file mode 100644 index 0000000..a99a9d1 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_2.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_2.png-fa7ee3e5b01f3a75f9468d6229f78026.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_2.png" +dest_files=[ "res://.import/mushroom_brown_2.png-fa7ee3e5b01f3a75f9468d6229f78026.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_3.png b/graphics/tiles/mushroom/mushroom_brown_3.png new file mode 100644 index 0000000000000000000000000000000000000000..824d23306ae04d0c77b5f010b1b4d504e57fe669 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwHig@+FAw^EbskV)iQsb(#ZnUF7ySSKe+CDwm0y5-&H|6fVg?4j zLm=9!oteN#th;!8D?qj SJTDDY&fw|l=d#Wzp$PylwJ+xY literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_3.png.import b/graphics/tiles/mushroom/mushroom_brown_3.png.import new file mode 100644 index 0000000..3d98f74 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_3.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_3.png-9fe48fd32fe280f8215d3979badef3fc.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_3.png" +dest_files=[ "res://.import/mushroom_brown_3.png-9fe48fd32fe280f8215d3979badef3fc.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_4.png b/graphics/tiles/mushroom/mushroom_brown_4.png new file mode 100644 index 0000000000000000000000000000000000000000..48117ebb5698e66fa2f3f3afb4aeeedc7a573a11 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(B0F;F+?LcS%RfO(5u-oc*ooNSk}O{)BJJ9 zSJv9_Ol#JTh?n~!e~N{9hLW1be8mmLvR#=9lN}h=F|aT_s#&1Z!N~&z3|mBnyY@C; RDFhnH;OXk;vd$@?2>^I~FHryh literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_4.png.import b/graphics/tiles/mushroom/mushroom_brown_4.png.import new file mode 100644 index 0000000..aec2a34 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_4.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_4.png-e61bb5960cb2304358958de0616f4b97.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_4.png" +dest_files=[ "res://.import/mushroom_brown_4.png-e61bb5960cb2304358958de0616f4b97.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_5.png b/graphics/tiles/mushroom/mushroom_brown_5.png new file mode 100644 index 0000000000000000000000000000000000000000..437488bf8493091c666062cacdf467985358a4e7 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(Am?)F+?LcS%RfO(977Q_4dE(p#rR%_3bOp z25kRi5W(lOMxXx||DubI3D2$E)C8E9Fv}(gC;zA~y;m>LR@B(g$jESenz-^uz2`fD P#xZ!h`njxgN@xNAJ8d!c literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_5.png.import b/graphics/tiles/mushroom/mushroom_brown_5.png.import new file mode 100644 index 0000000..7365c8b --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_5.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_5.png-f233f3c7217a5e90b729955950af2c67.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_5.png" +dest_files=[ "res://.import/mushroom_brown_5.png-f233f3c7217a5e90b729955950af2c67.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_6.png b/graphics/tiles/mushroom/mushroom_brown_6.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1b22e6517a8495bcf818dc09374135d3fbb3c2 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(B0F;F+?Lcd4X+0%OxJ)hui*_in<(pbDBTS z_{v%vo@va&uTMAsYtASUxUsWuBIgl?mk#VVj!68ApZi_DWnqi~!|VoW0|N$z>*?aE UU;a(s4>Xd&)78&qol`;+0688wIsgCw literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_6.png.import b/graphics/tiles/mushroom/mushroom_brown_6.png.import new file mode 100644 index 0000000..ba548dd --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_6.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_6.png-90bd4ce2116103033838b1b0f2f141fb.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_6.png" +dest_files=[ "res://.import/mushroom_brown_6.png-90bd4ce2116103033838b1b0f2f141fb.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_7.png b/graphics/tiles/mushroom/mushroom_brown_7.png new file mode 100644 index 0000000000000000000000000000000000000000..437488bf8493091c666062cacdf467985358a4e7 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(Am?)F+?LcS%RfO(977Q_4dE(p#rR%_3bOp z25kRi5W(lOMxXx||DubI3D2$E)C8E9Fv}(gC;zA~y;m>LR@B(g$jESenz-^uz2`fD P#xZ!h`njxgN@xNAJ8d!c literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_7.png.import b/graphics/tiles/mushroom/mushroom_brown_7.png.import new file mode 100644 index 0000000..b785cbf --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_7.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_7.png-0d5ac351baef08eb6d1e17a0c5fc50a3.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_7.png" +dest_files=[ "res://.import/mushroom_brown_7.png-0d5ac351baef08eb6d1e17a0c5fc50a3.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_8.png b/graphics/tiles/mushroom/mushroom_brown_8.png new file mode 100644 index 0000000000000000000000000000000000000000..287b72b052f4be877d43d5d2189c1c170a4f4fb4 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(9P4uF+?Lcd4X+0%OxJ)hui*_in>VZ*;kwm z*#5~NM&?X|r&9BQbEOHEY66YkLM#Wk9F84waG1kCg_SXZ)xi3qs-%R31jD3z!i7IP SKlA`iWbkzLb6Mw<&;$SiJ~9;m literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_8.png.import b/graphics/tiles/mushroom/mushroom_brown_8.png.import new file mode 100644 index 0000000..b3d2c16 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_8.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_8.png-8eedc17b1e7d9933375eced95d2d02b7.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_8.png" +dest_files=[ "res://.import/mushroom_brown_8.png-8eedc17b1e7d9933375eced95d2d02b7.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_brown_9.png b/graphics/tiles/mushroom/mushroom_brown_9.png new file mode 100644 index 0000000000000000000000000000000000000000..60d14dc474e50554c1f711e7b57507056da7d91c GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1en(B9Ls zzI*C$L7@S&S|<;a_4UT5GaOj-JOvoE86>%x84K+K#5fEL7#Oq;3Us|OaXSDsiow&> K&t;ucLK6Tc!z?cV literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_brown_9.png.import b/graphics/tiles/mushroom/mushroom_brown_9.png.import new file mode 100644 index 0000000..0e6e2b6 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_brown_9.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_brown_9.png-67652fb610409e79b8edd9afbcc7c31f.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_brown_9.png" +dest_files=[ "res://.import/mushroom_brown_9.png-67652fb610409e79b8edd9afbcc7c31f.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_1.png b/graphics/tiles/mushroom/mushroom_red_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1a09d1db0dc788656c5044f3031a325e3b11cb GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK~GN?#}JL+Jz7I5%!PC{xWt~$(69D#pG*$or literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_1.png.import b/graphics/tiles/mushroom/mushroom_red_1.png.import new file mode 100644 index 0000000..21edbce --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_1.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_1.png-9a70789e43e3a1d7c71d4775dce9e83d.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_1.png" +dest_files=[ "res://.import/mushroom_red_1.png-9a70789e43e3a1d7c71d4775dce9e83d.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_10.png b/graphics/tiles/mushroom/mushroom_red_10.png new file mode 100644 index 0000000000000000000000000000000000000000..ba73f28d8304e7f837cee13c9d8b233bacd2dcc1 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL03-~#}JL+WC@=Kt2bV*7ht%kz$2QLz$Cag zt16)}U+tViSL5q5aXTcGI~ZOva2^sl!0`QMZ9=8RkNVPk^#W~0jSY>A4B`s%cP;bf R>wyL`c)I$ztaD0e0svX+G&leN literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_10.png.import b/graphics/tiles/mushroom/mushroom_red_10.png.import new file mode 100644 index 0000000..9255511 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_10.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_10.png-4adf98ea87edb9233853444e41dcb7d0.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_10.png" +dest_files=[ "res://.import/mushroom_red_10.png-4adf98ea87edb9233853444e41dcb7d0.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_2.png b/graphics/tiles/mushroom/mushroom_red_2.png new file mode 100644 index 0000000000000000000000000000000000000000..ba73f28d8304e7f837cee13c9d8b233bacd2dcc1 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL03-~#}JL+WC@=Kt2bV*7ht%kz$2QLz$Cag zt16)}U+tViSL5q5aXTcGI~ZOva2^sl!0`QMZ9=8RkNVPk^#W~0jSY>A4B`s%cP;bf R>wyL`c)I$ztaD0e0svX+G&leN literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_2.png.import b/graphics/tiles/mushroom/mushroom_red_2.png.import new file mode 100644 index 0000000..d381e35 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_2.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_2.png-a407c62f5784dfa146553812b88495ae.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_2.png" +dest_files=[ "res://.import/mushroom_red_2.png-a407c62f5784dfa146553812b88495ae.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_3.png b/graphics/tiles/mushroom/mushroom_red_3.png new file mode 100644 index 0000000000000000000000000000000000000000..e0e002e90301226e88e020fda5ca5cc01d9bb2c6 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK{rnq#}JL+gTe~DWM4f@EkSt literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_3.png.import b/graphics/tiles/mushroom/mushroom_red_3.png.import new file mode 100644 index 0000000..c3c77c3 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_3.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_3.png-d35f042b87fbc5dc3415f5aec39cc383.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_3.png" +dest_files=[ "res://.import/mushroom_red_3.png-d35f042b87fbc5dc3415f5aec39cc383.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_4.png b/graphics/tiles/mushroom/mushroom_red_4.png new file mode 100644 index 0000000000000000000000000000000000000000..b137e8620378e0a56dd943b6cfb899d775531dc3 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK^spO#}JL+WQm*w;lA(xhbOBWv~ejicnGje z$eduI93jSap|oiJ-Qy=%QkxmCFOuM>P18Tzb3VU8hmDP4`82uTzgR9W1)9U)>FVdQ I&MBb@05E$n3IG5A literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_4.png.import b/graphics/tiles/mushroom/mushroom_red_4.png.import new file mode 100644 index 0000000..99d6aca --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_4.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_4.png-c5f5704ef785d379aebd95e4ca0eab91.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_4.png" +dest_files=[ "res://.import/mushroom_red_4.png-c5f5704ef785d379aebd95e4ca0eab91.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_5.png b/graphics/tiles/mushroom/mushroom_red_5.png new file mode 100644 index 0000000000000000000000000000000000000000..ba73f28d8304e7f837cee13c9d8b233bacd2dcc1 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL03-~#}JL+WC@=Kt2bV*7ht%kz$2QLz$Cag zt16)}U+tViSL5q5aXTcGI~ZOva2^sl!0`QMZ9=8RkNVPk^#W~0jSY>A4B`s%cP;bf R>wyL`c)I$ztaD0e0svX+G&leN literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_5.png.import b/graphics/tiles/mushroom/mushroom_red_5.png.import new file mode 100644 index 0000000..7c0e08e --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_5.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_5.png-6ccb62525c0e98f5c4082031b48fe2d4.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_5.png" +dest_files=[ "res://.import/mushroom_red_5.png-6ccb62525c0e98f5c4082031b48fe2d4.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_6.png b/graphics/tiles/mushroom/mushroom_red_6.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1a09d1db0dc788656c5044f3031a325e3b11cb GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK~GN?#}JL+Jz7I5%!PC{xWt~$(69D#pG*$or literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_6.png.import b/graphics/tiles/mushroom/mushroom_red_6.png.import new file mode 100644 index 0000000..432936c --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_6.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_6.png-b6e0bd780b47ae66c720d5a2e04bc67a.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_6.png" +dest_files=[ "res://.import/mushroom_red_6.png-b6e0bd780b47ae66c720d5a2e04bc67a.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_7.png b/graphics/tiles/mushroom/mushroom_red_7.png new file mode 100644 index 0000000000000000000000000000000000000000..ba73f28d8304e7f837cee13c9d8b233bacd2dcc1 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL03-~#}JL+WC@=Kt2bV*7ht%kz$2QLz$Cag zt16)}U+tViSL5q5aXTcGI~ZOva2^sl!0`QMZ9=8RkNVPk^#W~0jSY>A4B`s%cP;bf R>wyL`c)I$ztaD0e0svX+G&leN literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_7.png.import b/graphics/tiles/mushroom/mushroom_red_7.png.import new file mode 100644 index 0000000..34e5386 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_7.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_7.png-edaf25e610cee98192ef6000bbb3ab83.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_7.png" +dest_files=[ "res://.import/mushroom_red_7.png-edaf25e610cee98192ef6000bbb3ab83.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom/mushroom_red_8.png b/graphics/tiles/mushroom/mushroom_red_8.png new file mode 100644 index 0000000000000000000000000000000000000000..569eefaa2a5d6e2746b7fb8a8c05c2401f5f5b4c GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK`&1i#}JL+hfe<)3q_0D}r6 z(+QK1u0}x@1?~oh?>B1`3I!6F1dZ+XCqA&+EUt54s|K4-GQ)bGjSUjt}l`>;AQ0DVMv}R_nRZw;6BhW N22WQ%mvv4FO#p~sGI#(0 literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom/mushroom_red_9.png.import b/graphics/tiles/mushroom/mushroom_red_9.png.import new file mode 100644 index 0000000..55a3875 --- /dev/null +++ b/graphics/tiles/mushroom/mushroom_red_9.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red_9.png-d61749f213201957125a2b3bb6d019f4.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom/mushroom_red_9.png" +dest_files=[ "res://.import/mushroom_red_9.png-d61749f213201957125a2b3bb6d019f4.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom_brown.tres b/graphics/tiles/mushroom_brown.tres new file mode 100644 index 0000000..8cad346 --- /dev/null +++ b/graphics/tiles/mushroom_brown.tres @@ -0,0 +1,35 @@ +[gd_resource type="AnimatedTexture" load_steps=11 format=2] + +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_4.png" type="Texture" id=1] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_8.png" type="Texture" id=2] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_7.png" type="Texture" id=3] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_6.png" type="Texture" id=4] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_1.png" type="Texture" id=5] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_2.png" type="Texture" id=6] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_3.png" type="Texture" id=7] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_5.png" type="Texture" id=8] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_10.png" type="Texture" id=9] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_brown_9.png" type="Texture" id=10] + +[resource] +frames = 10 +fps = 10.0 +frame_0/texture = ExtResource( 5 ) +frame_1/texture = ExtResource( 6 ) +frame_1/delay_sec = 0.0 +frame_2/texture = ExtResource( 7 ) +frame_2/delay_sec = 0.0 +frame_3/texture = ExtResource( 1 ) +frame_3/delay_sec = 0.0 +frame_4/texture = ExtResource( 8 ) +frame_4/delay_sec = 0.0 +frame_5/texture = ExtResource( 4 ) +frame_5/delay_sec = 0.0 +frame_6/texture = ExtResource( 3 ) +frame_6/delay_sec = 0.0 +frame_7/texture = ExtResource( 2 ) +frame_7/delay_sec = 0.0 +frame_8/texture = ExtResource( 10 ) +frame_8/delay_sec = 0.0 +frame_9/texture = ExtResource( 9 ) +frame_9/delay_sec = 0.0 diff --git a/graphics/tiles/mushroom_red.png b/graphics/tiles/mushroom_red.png new file mode 100644 index 0000000000000000000000000000000000000000..88eb518099980ce60361be6a07c884213359ee65 GIT binary patch literal 317 zcmV-D0mA-?P)K`f>E)fys!lhie^ofVGov-?T$;W-tc1CBb4bGryP}cxeo!7RUwtiLr zmah+6*9ABE&jG-<7BJ$dJX~x%_|~E}0Ph2U5l2vi%7;%K-a*f0N_U5DOAL9QBpR^qc zvIND(gK^qw``dE+@`2Kj7*bb#^`?ImYq}>mX1-3#g-cDkw4K)zAL#!86Jcl1Y9rXF P00000NkvXXu0mjf+X;+q literal 0 HcmV?d00001 diff --git a/graphics/tiles/mushroom_red.png.import b/graphics/tiles/mushroom_red.png.import new file mode 100644 index 0000000..575a1dc --- /dev/null +++ b/graphics/tiles/mushroom_red.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mushroom_red.png-eb8a844ed7c445c341d0b52362b87ffa.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/mushroom_red.png" +dest_files=[ "res://.import/mushroom_red.png-eb8a844ed7c445c341d0b52362b87ffa.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/mushroom_red.tres b/graphics/tiles/mushroom_red.tres new file mode 100644 index 0000000..ea3d723 --- /dev/null +++ b/graphics/tiles/mushroom_red.tres @@ -0,0 +1,35 @@ +[gd_resource type="AnimatedTexture" load_steps=11 format=2] + +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_7.png" type="Texture" id=1] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_1.png" type="Texture" id=2] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_9.png" type="Texture" id=3] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_6.png" type="Texture" id=4] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_4.png" type="Texture" id=5] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_2.png" type="Texture" id=6] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_8.png" type="Texture" id=7] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_3.png" type="Texture" id=8] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_5.png" type="Texture" id=9] +[ext_resource path="res://graphics/tiles/mushroom/mushroom_red_10.png" type="Texture" id=10] + +[resource] +frames = 10 +fps = 10.0 +frame_0/texture = ExtResource( 2 ) +frame_1/texture = ExtResource( 6 ) +frame_1/delay_sec = 0.0 +frame_2/texture = ExtResource( 8 ) +frame_2/delay_sec = 0.0 +frame_3/texture = ExtResource( 5 ) +frame_3/delay_sec = 0.0 +frame_4/texture = ExtResource( 9 ) +frame_4/delay_sec = 0.0 +frame_5/texture = ExtResource( 4 ) +frame_5/delay_sec = 0.0 +frame_6/texture = ExtResource( 1 ) +frame_6/delay_sec = 0.0 +frame_7/texture = ExtResource( 7 ) +frame_7/delay_sec = 0.0 +frame_8/texture = ExtResource( 3 ) +frame_8/delay_sec = 0.0 +frame_9/texture = ExtResource( 10 ) +frame_9/delay_sec = 0.0 diff --git a/graphics/tiles/seaweed.png b/graphics/tiles/seaweed.png new file mode 100644 index 0000000000000000000000000000000000000000..5516cdf9ad79fe92aee94fe86aaa39266f838f10 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^7C_9w!3HGP{IS^#q&9lGIEGmCUY%sf)odWqy8npd zizjbfy8o>O%m%ER_)vNde4IHo6{<4t2p!cyqjlb?fLmjCK~c4i%c(jGxIB7iM83%kA3|QFZJ1Op105U cL;O$fO;<|oSm#>L1UjC<)78&qol`;+09%r082|tP literal 0 HcmV?d00001 diff --git a/graphics/tiles/seaweed.png.import b/graphics/tiles/seaweed.png.import new file mode 100644 index 0000000..3ae9d0d --- /dev/null +++ b/graphics/tiles/seaweed.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/seaweed.png-4464300af079a1c1f3aea40f8ab5a4b1.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/seaweed.png" +dest_files=[ "res://.import/seaweed.png-4464300af079a1c1f3aea40f8ab5a4b1.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/seaweed.tres b/graphics/tiles/seaweed.tres new file mode 100644 index 0000000..963beae --- /dev/null +++ b/graphics/tiles/seaweed.tres @@ -0,0 +1,26 @@ +[gd_resource type="AnimatedTexture" load_steps=8 format=2] + +[ext_resource path="res://graphics/tiles/seaweed/seaweed_5.png" type="Texture" id=1] +[ext_resource path="res://graphics/tiles/seaweed/seaweed_2.png" type="Texture" id=2] +[ext_resource path="res://graphics/tiles/seaweed/seaweed_4.png" type="Texture" id=3] +[ext_resource path="res://graphics/tiles/seaweed/seaweed_1.png" type="Texture" id=4] +[ext_resource path="res://graphics/tiles/seaweed/seaweed_3.png" type="Texture" id=5] +[ext_resource path="res://graphics/tiles/seaweed/seaweed_7.png" type="Texture" id=6] +[ext_resource path="res://graphics/tiles/seaweed/seaweed_6.png" type="Texture" id=7] + +[resource] +frames = 7 +fps = 10.0 +frame_0/texture = ExtResource( 4 ) +frame_1/texture = ExtResource( 2 ) +frame_1/delay_sec = 0.0 +frame_2/texture = ExtResource( 5 ) +frame_2/delay_sec = 0.0 +frame_3/texture = ExtResource( 3 ) +frame_3/delay_sec = 0.0 +frame_4/texture = ExtResource( 1 ) +frame_4/delay_sec = 0.0 +frame_5/texture = ExtResource( 7 ) +frame_5/delay_sec = 0.0 +frame_6/texture = ExtResource( 6 ) +frame_6/delay_sec = 0.0 diff --git a/graphics/tiles/seaweed/seaweed_1.png b/graphics/tiles/seaweed/seaweed_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2559f962b109fc05defb115f0add799de759d097 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwn&;YB*4jHHy8#6(`pUk8)RhGJ1^@s5pTR+E$Y8+J6!P!C<+8b(Iu%lwI8GNz&iV4Tq2g-hzO2tz b%nmRJIWu$^PX4wSsExtX)z4*}Q$iB}7>_wf literal 0 HcmV?d00001 diff --git a/graphics/tiles/seaweed/seaweed_1.png.import b/graphics/tiles/seaweed/seaweed_1.png.import new file mode 100644 index 0000000..fb2d384 --- /dev/null +++ b/graphics/tiles/seaweed/seaweed_1.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/seaweed_1.png-ff447e1bdd3f1fd9714fd980fc918b30.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/seaweed/seaweed_1.png" +dest_files=[ "res://.import/seaweed_1.png-ff447e1bdd3f1fd9714fd980fc918b30.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/seaweed/seaweed_2.png b/graphics/tiles/seaweed/seaweed_2.png new file mode 100644 index 0000000000000000000000000000000000000000..6cd964bab0f97f6265591b4cb794dfae9569e5ed GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwn&;YB*4jHHy8#6(`pUk8)RhGJ1^@s5pTR+Ek44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwn&;YB*4jHHy8#6(`pUk8)RhGJ1^@s5pTR+E%V5CM-1GDQbG5fuSQQ;jZY&h?a$CZy9c5N~-uv?% blkO@8p=ySXE8_ODKz$6Ju6{1-oD!M<9ile~ literal 0 HcmV?d00001 diff --git a/graphics/tiles/seaweed/seaweed_3.png.import b/graphics/tiles/seaweed/seaweed_3.png.import new file mode 100644 index 0000000..5d045ce --- /dev/null +++ b/graphics/tiles/seaweed/seaweed_3.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/seaweed_3.png-9b13f282b82aa12623bf67ead45168a1.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/seaweed/seaweed_3.png" +dest_files=[ "res://.import/seaweed_3.png-9b13f282b82aa12623bf67ead45168a1.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/seaweed/seaweed_4.png b/graphics/tiles/seaweed/seaweed_4.png new file mode 100644 index 0000000000000000000000000000000000000000..efc3349e6178c145c96600ac7f57b032977614ee GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwn&;YB*4jHHy8#6(`pUk8)RhGJ1^@s5pTR+E%V5CM-1GDQbG5fuSQQ;jZY&h?a$CZy9c5N~-uv?% blkO@8p=ySXE8_ODKz$6Ju6{1-oD!M<9ile~ literal 0 HcmV?d00001 diff --git a/graphics/tiles/seaweed/seaweed_4.png.import b/graphics/tiles/seaweed/seaweed_4.png.import new file mode 100644 index 0000000..d32f5c3 --- /dev/null +++ b/graphics/tiles/seaweed/seaweed_4.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/seaweed_4.png-c04f3994d69c385c853bfd856241b874.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/seaweed/seaweed_4.png" +dest_files=[ "res://.import/seaweed_4.png-c04f3994d69c385c853bfd856241b874.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/seaweed/seaweed_5.png b/graphics/tiles/seaweed/seaweed_5.png new file mode 100644 index 0000000000000000000000000000000000000000..2559f962b109fc05defb115f0add799de759d097 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwn&;YB*4jHHy8#6(`pUk8)RhGJ1^@s5pTR+E$Y8+J6!P!C<+8b(Iu%lwI8GNz&iV4Tq2g-hzO2tz b%nmRJIWu$^PX4wSsExtX)z4*}Q$iB}7>_wf literal 0 HcmV?d00001 diff --git a/graphics/tiles/seaweed/seaweed_5.png.import b/graphics/tiles/seaweed/seaweed_5.png.import new file mode 100644 index 0000000..12fc3d6 --- /dev/null +++ b/graphics/tiles/seaweed/seaweed_5.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/seaweed_5.png-29721519185c8df0cf66d1b5c542f645.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/tiles/seaweed/seaweed_5.png" +dest_files=[ "res://.import/seaweed_5.png-29721519185c8df0cf66d1b5c542f645.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=true +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=true +svg/scale=1.0 diff --git a/graphics/tiles/seaweed/seaweed_6.png b/graphics/tiles/seaweed/seaweed_6.png new file mode 100644 index 0000000000000000000000000000000000000000..44b82e2324fcfd813e086ad27dc49119a998c606 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwn&;YB*4jHHy8#6(`pUk8)RhGJ1^@s5pTR+Ek44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`211o(uwn&;YB*4jHHy8#6(`pUk8)RhGJ1^@s5pTR+E