-
Notifications
You must be signed in to change notification settings - Fork 0
Scenes
is responsible for displaying all the assets and their sources from the game. The user can navigate the pages with the asset credits with the key F. Additionally you can find all the assets listed here: Assets
Displays a text which key are used to controll the player in the game
Preloads all the assets before the level starts and also displays a loading animation upon loading of the html page
The first scene which is displayed after the preloader. Through it the player can navigate to other scene and start the game. The controlls are through the keyboard only.
Level is the scene where all the objects need for the game are rendered and interact which each other.
Like the Player and Ball sprite and the bricks
Is responsible for displaying all the information on top of the game: score, lifes and timer. It is displayed on top of the level scene simultaniously
you can find some original docs for the UI Scene here: UI Scene