fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.6k stars 115 forks source link

build(steam): Steam packaging utility + linux launch scripts #917

Closed MaxCWhitehead closed 4 months ago

MaxCWhitehead commented 5 months ago

Add a steam_package.sh script that pulls releases from github, rezips as .zip such that they can be uploaded to steamworks for respective platforms.

For linux, we also install some launch scripts. There's logic here to fix #904. Isn't pretty but seems to work, scaling is correct in steam deck game mode + desktop mode. Should not impact other linux platforms.

Need to test again with steam deck with external display, but I think this should work based on last I was exploring solutions to #904.

zicklag commented 5 months ago

Awesome!

@orhun do you have any thoughts on this? It seems pretty simple, but since it was related to builds/packaging I wondered if you might have any ideas or anything we should consider.