Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

You can use as many rails as needed based on the rpg maker buttons that are configured.


As for vertical rails, you can use the update functions to constantly set a rotation value for the rail. Please keep in mind the button will be rotated as well.


You can view the help file for more info

Deleted 44 days ago
(1 edit)

I got that all working great, but I found one small issue when changing fonts in the Score Sprite Configuration: When using the default "sans-serif" font, changing the font size works as expected... But whenever I use a font of my own, it seems to remain stuck at a really small font size, and if I attempt to make the text larger, it simply pushes the score numbers farther down the screen (as if I was increasing the Y-offset instead of the font size).

May need to  preload the font. Try using the Preloader plugin.