Skip to content

Commit

Permalink
Prep for initial release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xkonti authored Aug 20, 2024
1 parent 669d6cf commit 4cfb289
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 13 deletions.
Binary file added assets/sprites/icon.aseprite
Binary file not shown.
11 changes: 4 additions & 7 deletions icon.svg.import → assets/sprites/icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://ba0qb652eow1y"
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
uid="uid://ccdobkpvdj3d5"
path="res://.godot/imported/icon.png-9a25435582839ca3cd8bb514b597c2d9.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://icon.svg"
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
source_file="res://assets/sprites/icon.png"
dest_files=["res://.godot/imported/icon.png-9a25435582839ca3cd8bb514b597c2d9.ctex"]

[params]

Expand All @@ -32,6 +32,3 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
advanced_options=false
advanced_options=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="*.blend, *.flp, *.aseprite"
export_path="export/epikale_v1.exe"
export_path="export/epikale_v0.2.0.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions icon.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://c7c0kb2p154bh"
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://icon.png"
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
1 change: 0 additions & 1 deletion icon.svg

This file was deleted.

9 changes: 6 additions & 3 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ config_version=5

[application]

config/name="GMTK Jam 2024"
config/version="0.0.1"
config/name="Epikale"
config/description="As part of one of the longest (and cutest) lineage of kale farmers, it's your time to prove yourself as a legendary giant-kale caretaker, but how big is too big? only you and your tiny tools can show the world the true size of...
...an EPIC... a MEGA... an S-KALE!"
config/version="0.2.0"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
run/max_fps=60
config/icon="res://icon.png"

[autoload]

Expand Down

0 comments on commit 4cfb289

Please sign in to comment.