diff options
author | Brenin Cardoso <behilustra@gmail.com> | 2022-07-16 14:33:28 -0300 |
---|---|---|
committer | Brenin Cardoso <behilustra@gmail.com> | 2022-07-16 14:33:28 -0300 |
commit | 72e676dbe630b5e34dd5dbf297065902d19e7a11 (patch) | |
tree | 3664bb4abd984d26fbe20a84efc099efdac893d0 /Assets | |
parent | 004f3602bacab63c0f77e00577a306855a8fdb8e (diff) | |
download | gamejam-gmtk-2022-72e676dbe630b5e34dd5dbf297065902d19e7a11.tar.gz gamejam-gmtk-2022-72e676dbe630b5e34dd5dbf297065902d19e7a11.tar.bz2 gamejam-gmtk-2022-72e676dbe630b5e34dd5dbf297065902d19e7a11.zip |
Visual obstacles and floor
Diffstat (limited to 'Assets')
-rw-r--r-- | Assets/Environment/Floor_tile.png | bin | 0 -> 4994 bytes | |||
-rw-r--r-- | Assets/Environment/Floor_tile.png.import | 37 | ||||
-rw-r--r-- | Assets/Environment/Obstacle.png | bin | 0 -> 5715 bytes | |||
-rw-r--r-- | Assets/Environment/Obstacle.png.import | 37 |
4 files changed, 74 insertions, 0 deletions
diff --git a/Assets/Environment/Floor_tile.png b/Assets/Environment/Floor_tile.png Binary files differnew file mode 100644 index 0000000..9639b64 --- /dev/null +++ b/Assets/Environment/Floor_tile.png diff --git a/Assets/Environment/Floor_tile.png.import b/Assets/Environment/Floor_tile.png.import new file mode 100644 index 0000000..4c5bb5b --- /dev/null +++ b/Assets/Environment/Floor_tile.png.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/Floor_tile.png-7fe69137fc54b01ab1a5cda6823a6b0b.s3tc.stex" +path.etc="res://.import/Floor_tile.png-7fe69137fc54b01ab1a5cda6823a6b0b.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Environment/Floor_tile.png" +dest_files=[ "res://.import/Floor_tile.png-7fe69137fc54b01ab1a5cda6823a6b0b.s3tc.stex", "res://.import/Floor_tile.png-7fe69137fc54b01ab1a5cda6823a6b0b.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=true +flags/filter=true +flags/mipmaps=true +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=false +svg/scale=1.0 diff --git a/Assets/Environment/Obstacle.png b/Assets/Environment/Obstacle.png Binary files differnew file mode 100644 index 0000000..715e1df --- /dev/null +++ b/Assets/Environment/Obstacle.png diff --git a/Assets/Environment/Obstacle.png.import b/Assets/Environment/Obstacle.png.import new file mode 100644 index 0000000..d76ef1d --- /dev/null +++ b/Assets/Environment/Obstacle.png.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/Obstacle.png-da861dec256e64c656fd4bebbe253eb5.s3tc.stex" +path.etc="res://.import/Obstacle.png-da861dec256e64c656fd4bebbe253eb5.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Environment/Obstacle.png" +dest_files=[ "res://.import/Obstacle.png-da861dec256e64c656fd4bebbe253eb5.s3tc.stex", "res://.import/Obstacle.png-da861dec256e64c656fd4bebbe253eb5.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=true +flags/filter=true +flags/mipmaps=true +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=false +svg/scale=1.0 |