about summary refs log tree commit diff stats
path: root/src/launch.sh
Commit message (Collapse)AuthorAgeFilesLines
* src/launch.sh: Switched from xz to gzipCharadon2022-09-271-2/+2
|
* Fixed typo in launch.sh and added distribute script that creates tarball for ↵Charadon2022-09-241-3/+5
| | | | distribution purposes.
* Added trap to automatically remove tmpfiles, and also made it so it tries to ↵Charadon2022-09-231-4/+8
| | | | put the tmpfiles in the current directory first
* Combined launch script and binary to make it easier to launch game.Charadon2022-09-231-5/+25
|
* Added launch script for unix systems.Charadon2022-09-201-0/+9
|
* Premake5 supportCharadon2022-06-051-4/+0
|
* Flatpak supportCharadon2022-06-011-3/+2
|
* Finished on making flatpak work, and fixed a bug where the paddle could ↵Charadon2022-05-301-0/+5
randomly not spawn.