10-05-2021, 03:20 AM
Hi Marc,
Thanks for doing some play tests We have a new release that fixes that issue with the XInput controller. https://irukasoftware.itch.io/falconet/d...0101-alpha We did have to bypass some of the built in Tilengine controls. This is because UP, DOWN, LEFT and RIGHT on the keyboard are for firing, but on a controller we use it for directional movement.
Glad you like the style The Sega Genesis/Megadrive games are the exact style we are going for.
I didn't end up integrating assets using ResourcePacker just yet. I found a way how to bundle it all into a single executable with PyInstaller. It's not as secure as encrypting the assets, but it's good enough for now and should deter most people who may want to steal assets.
Thanks for doing some play tests We have a new release that fixes that issue with the XInput controller. https://irukasoftware.itch.io/falconet/d...0101-alpha We did have to bypass some of the built in Tilengine controls. This is because UP, DOWN, LEFT and RIGHT on the keyboard are for firing, but on a controller we use it for directional movement.
Glad you like the style The Sega Genesis/Megadrive games are the exact style we are going for.
I didn't end up integrating assets using ResourcePacker just yet. I found a way how to bundle it all into a single executable with PyInstaller. It's not as secure as encrypting the assets, but it's good enough for now and should deter most people who may want to steal assets.