Skip to main content

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

hi how to create a seperate "title screen"/game over screen? I see on collide it can go there but not sure how to make one.. is it a special type o background??

Hello! On the "Event" section, there are the "Change state" and "On ..." components; in order to call the gameover screen, you would change the state to "Game over", and then, thenengine will fire the "Gameover start" event, then start loopi g the "Game over update" event

(1 edit)

Here's a more elaborate example. where the game starts on a title screen, until you press a button:

Event.example.vcsgm.zip

thank you that will help!