Basic game object.

Constructor

new(sc:RgScene, width:Int, height:Int, title:String, targetFPS:Int)

Makes a new instance of a game. does everything like setting up the window.

Parameters:

sc

The scene you want to start on

width

The width of the window

height

The height of the window

title

The title of the window

targetFPS

The max FPS