From ad184be5f8f81922012149bf78dea5b001b86b69 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 29 May 2022 02:12:55 -0600 Subject: Add Godot license and start minimal Godot project --- src/icons/game.png | Bin 0 -> 3305 bytes src/icons/game.png.import | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/icons/game.png create mode 100644 src/icons/game.png.import (limited to 'src/icons') diff --git a/src/icons/game.png b/src/icons/game.png new file mode 100644 index 0000000..c98fbb6 Binary files /dev/null and b/src/icons/game.png differ diff --git a/src/icons/game.png.import b/src/icons/game.png.import new file mode 100644 index 0000000..de0f547 --- /dev/null +++ b/src/icons/game.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/game.png-6739b0851bf2cd8cdf086437458257a1.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icons/game.png" +dest_files=[ "res://.import/game.png-6739b0851bf2cd8cdf086437458257a1.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 -- cgit v1.2.3