Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

lespin

2
Posts
1
Topics
13
Following
A member registered Sep 27, 2020 · View creator page →

Recent community posts

In the linux package of my game, I set .itch.toml the pass to the binary wrapper of the program (written in java). So I can launch the game through the binary wrapper by default and everything is fine BUT the launch popup also gives the possibility of lauching the jar directly, which won't work. Is there a way to disable this behavior and just offer to launch through the binary wrapper i did setup in the .itch.toml file ?

Thanks !

Nice work ! I think there's a small error in description:

  • taking damage animation - 9 frames
  • dead animation - 4 frames

I think it should be the opposite :

  • dead animation - 9 frames
  • taking damage animation - 4 frames