Arcade Visuals
All arcade games will have the same retro asthetic which is achieved though executing all of the following steps.
- The game's background color is black.
- The game's shaders directory includes CRTShader.js.
- The game's main camera has the CRTShader applied.
- IMPORTANT: If the game has a HUD (Heads Up Display), the CRT effect MUST not be applied to it. Instead, create a separate camera for the HUD and apply the CRTShader to the main camera only. Keep the UI and HUD on a separate layer so they are not affected by the CRTShader.
- The font
public/assets/fonts/Pixelate-Regular.ttfis used for all game text and the default size is 24px unless specified otherwise.