From 14ecd3faa074a97a80db8c314ad7fbd4f810c080 Mon Sep 17 00:00:00 2001 From: rom Date: Sat, 24 Apr 2021 16:03:19 +0200 Subject: Camera movement BABY --- textures/background.png | Bin 0 -> 11075 bytes textures/background.png.import | 34 ++++++++++++++++++++++++++++++++++ textures/rooot.png | Bin 0 -> 1529 bytes textures/rooot.png.import | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 textures/background.png create mode 100644 textures/background.png.import create mode 100644 textures/rooot.png create mode 100644 textures/rooot.png.import (limited to 'textures') diff --git a/textures/background.png b/textures/background.png new file mode 100644 index 0000000..2afcee3 Binary files /dev/null and b/textures/background.png differ diff --git a/textures/background.png.import b/textures/background.png.import new file mode 100644 index 0000000..1325663 --- /dev/null +++ b/textures/background.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/background.png-c1b07215c0c7a4566a55dfd2136f642d.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/background.png" +dest_files=[ "res://.import/background.png-c1b07215c0c7a4566a55dfd2136f642d.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=true +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 +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/textures/rooot.png b/textures/rooot.png new file mode 100644 index 0000000..55a0732 Binary files /dev/null and b/textures/rooot.png differ diff --git a/textures/rooot.png.import b/textures/rooot.png.import new file mode 100644 index 0000000..0a8a9c4 --- /dev/null +++ b/textures/rooot.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/rooot.png-53269f53a9eb787988926f90e6b542fb.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/rooot.png" +dest_files=[ "res://.import/rooot.png-53269f53a9eb787988926f90e6b542fb.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=true +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 +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 -- cgit