Skip to content

Commit

Permalink
fix export and thumbnail for game
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Aug 24, 2023
1 parent b7d19f4 commit 71406bc
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ config_version=5
[application]

config/name="pronto"
config/features=PackedStringArray("4.2", "Forward Plus")
run/main_scene="res://prototypes/kormorant-kar/car.tscn"
config/features=PackedStringArray("4.1", "Forward Plus")
run/low_processor_mode=true
config/icon="res://icon.svg"

Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions prototypes/kormorant-kar/game_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"authors": [
"Leonard Geier",
"Eva Krebs",
"Tom Beckmann",
"Stefan Ramson",
"Robert Hirschfeld"
],
"description": "PPIG 2023",
"time": "2023-08-24",
"title": "Komorant Kar"
}
Binary file added prototypes/kormorant-kar/thumbnail.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 prototypes/kormorant-kar/thumbnail.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://pfrbhj33j151"
path="res://.godot/imported/thumbnail.png-1a9c19593f40e445f71f34f085d8e43b.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://prototypes/kormorant-kar/thumbnail.png"
dest_files=["res://.godot/imported/thumbnail.png-1a9c19593f40e445f71f34f085d8e43b.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

0 comments on commit 71406bc

Please sign in to comment.