diff options
author | Logan <logan@cflip.net> | 2022-09-24 15:12:15 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-24 15:12:15 -0600 |
commit | 5866a759f7f75ed9f91306543952c01164ab58cc (patch) | |
tree | 5154382024b381b4d904b515d47e09cc869d1e71 | |
parent | bfa2db20fd3d2e413431279712a673d0541c64fe (diff) |
Import floor textures.
-rw-r--r-- | textures/court_lines.png | bin | 0 -> 1661 bytes | |||
-rw-r--r-- | textures/court_lines.png.import | 35 | ||||
-rw-r--r-- | textures/court_tile.png | bin | 0 -> 704 bytes | |||
-rw-r--r-- | textures/court_tile.png.import | 35 |
4 files changed, 70 insertions, 0 deletions
diff --git a/textures/court_lines.png b/textures/court_lines.png Binary files differnew file mode 100644 index 0000000..8565f95 --- /dev/null +++ b/textures/court_lines.png diff --git a/textures/court_lines.png.import b/textures/court_lines.png.import new file mode 100644 index 0000000..699db2e --- /dev/null +++ b/textures/court_lines.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/court_lines.png-92f98f04291e84f62ad00334a0ec4c0f.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/court_lines.png" +dest_files=[ "res://.import/court_lines.png-92f98f04291e84f62ad00334a0ec4c0f.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/textures/court_tile.png b/textures/court_tile.png Binary files differnew file mode 100644 index 0000000..2f6a169 --- /dev/null +++ b/textures/court_tile.png diff --git a/textures/court_tile.png.import b/textures/court_tile.png.import new file mode 100644 index 0000000..a07b8f0 --- /dev/null +++ b/textures/court_tile.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/court_tile.png-220b287bd426c3317e102f3d7a225ca2.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/court_tile.png" +dest_files=[ "res://.import/court_tile.png-220b287bd426c3317e102f3d7a225ca2.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 |