From 17a9614e7804ef879a4b2d0e6dcd720f53a77e7b Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Sat, 5 Jan 2019 20:01:04 +0100 Subject: [PATCH] reorganize --- docs/{index.html => TETRIS3000.html} | 0 icons/splash.png.import | 29 --------------------------- project.godot | 2 +- icons/splash.png => splash.png | Bin 4 files changed, 1 insertion(+), 30 deletions(-) rename docs/{index.html => TETRIS3000.html} (100%) delete mode 100644 icons/splash.png.import rename icons/splash.png => splash.png (100%) diff --git a/docs/index.html b/docs/TETRIS3000.html similarity index 100% rename from docs/index.html rename to docs/TETRIS3000.html diff --git a/icons/splash.png.import b/icons/splash.png.import deleted file mode 100644 index c066c20..0000000 --- a/icons/splash.png.import +++ /dev/null @@ -1,29 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/splash.png-47c0e91fea9ce360c80365c194f47837.stex" - -[deps] - -source_file="res://icons/splash.png" -dest_files=[ "res://.import/splash.png-47c0e91fea9ce360c80365c194f47837.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=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 -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/project.godot b/project.godot index 97dc911..b21b3b5 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=3 config/name="TETRIS 3000" run/main_scene="res://Main.tscn" -boot_splash/image="res://icons/splash.png" +boot_splash/image="res://splash.png" config/icon="res://icons/48.png" [display] diff --git a/icons/splash.png b/splash.png similarity index 100% rename from icons/splash.png rename to splash.png