Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Im a mobile game developer

A topic by Chichi created May 08, 2023 Views: 172 Replies: 5
Viewing posts 1 to 2

As a mobile game developer ill need to make a joystick in my game but you play on PC. What should I do?

Host

If you can get the joystick working with a mouse, and make a web build, that'll still work in the browser. 馃憤

ok

you can use the condition "if device is mobile device". Invert it so it only happens for PC. Make the action "delete joystick". The joystick won't be deleted for mobile, but will be for PC players since it's not needed.

PC can use the regular WASD or arrow keys for movement with the top down or platformer extensions. 

thanks