From cdc2b9ea0bd97b982411ba4b6e03643937c105ad Mon Sep 17 00:00:00 2001 From: David Date: Sat, 16 Jul 2022 01:24:18 +0200 Subject: uuuhh --- godot/assets/sounds/Uuhhh.mp3 | Bin 0 -> 2212 bytes godot/assets/sounds/Uuhhh.mp3.import | 15 +++++++++ godot/assets/textures/grass-texture-26.jpg | Bin 0 -> 1117493 bytes godot/assets/textures/grass-texture-26.jpg.import | 37 +++++++++++++++++++++ .../textures/sandstone-brick-wall-texture.jpg | Bin 0 -> 848641 bytes .../sandstone-brick-wall-texture.jpg.import | 37 +++++++++++++++++++++ 6 files changed, 89 insertions(+) create mode 100644 godot/assets/sounds/Uuhhh.mp3 create mode 100644 godot/assets/sounds/Uuhhh.mp3.import create mode 100644 godot/assets/textures/grass-texture-26.jpg create mode 100644 godot/assets/textures/grass-texture-26.jpg.import create mode 100644 godot/assets/textures/sandstone-brick-wall-texture.jpg create mode 100644 godot/assets/textures/sandstone-brick-wall-texture.jpg.import (limited to 'godot/assets') diff --git a/godot/assets/sounds/Uuhhh.mp3 b/godot/assets/sounds/Uuhhh.mp3 new file mode 100644 index 0000000..ea917a2 Binary files /dev/null and b/godot/assets/sounds/Uuhhh.mp3 differ diff --git a/godot/assets/sounds/Uuhhh.mp3.import b/godot/assets/sounds/Uuhhh.mp3.import new file mode 100644 index 0000000..4044597 --- /dev/null +++ b/godot/assets/sounds/Uuhhh.mp3.import @@ -0,0 +1,15 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +path="res://.import/Uuhhh.mp3-1452b4c6d720c509ff34f445446a352e.mp3str" + +[deps] + +source_file="res://assets/sounds/Uuhhh.mp3" +dest_files=[ "res://.import/Uuhhh.mp3-1452b4c6d720c509ff34f445446a352e.mp3str" ] + +[params] + +loop=true +loop_offset=0 diff --git a/godot/assets/textures/grass-texture-26.jpg b/godot/assets/textures/grass-texture-26.jpg new file mode 100644 index 0000000..bdd70b7 Binary files /dev/null and b/godot/assets/textures/grass-texture-26.jpg differ diff --git a/godot/assets/textures/grass-texture-26.jpg.import b/godot/assets/textures/grass-texture-26.jpg.import new file mode 100644 index 0000000..26272f5 --- /dev/null +++ b/godot/assets/textures/grass-texture-26.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/grass-texture-26.jpg-f4d636ca8594cebf001f20c088d6db38.s3tc.stex" +path.etc2="res://.import/grass-texture-26.jpg-f4d636ca8594cebf001f20c088d6db38.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/grass-texture-26.jpg" +dest_files=[ "res://.import/grass-texture-26.jpg-f4d636ca8594cebf001f20c088d6db38.s3tc.stex", "res://.import/grass-texture-26.jpg-f4d636ca8594cebf001f20c088d6db38.etc2.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=1 +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/godot/assets/textures/sandstone-brick-wall-texture.jpg b/godot/assets/textures/sandstone-brick-wall-texture.jpg new file mode 100644 index 0000000..a0bc162 Binary files /dev/null and b/godot/assets/textures/sandstone-brick-wall-texture.jpg differ diff --git a/godot/assets/textures/sandstone-brick-wall-texture.jpg.import b/godot/assets/textures/sandstone-brick-wall-texture.jpg.import new file mode 100644 index 0000000..0d3ef4c --- /dev/null +++ b/godot/assets/textures/sandstone-brick-wall-texture.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/sandstone-brick-wall-texture.jpg-c5b2a47ccb2119e07ae706d0127496d2.s3tc.stex" +path.etc2="res://.import/sandstone-brick-wall-texture.jpg-c5b2a47ccb2119e07ae706d0127496d2.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/sandstone-brick-wall-texture.jpg" +dest_files=[ "res://.import/sandstone-brick-wall-texture.jpg-c5b2a47ccb2119e07ae706d0127496d2.s3tc.stex", "res://.import/sandstone-brick-wall-texture.jpg-c5b2a47ccb2119e07ae706d0127496d2.etc2.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=1 +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 -- cgit