Basic object with X, Y, W, and H values.
new(x:Int, y:Int, w:Int, h:Int)
pos:Rect
Position and scaling of the object.
draw():Void
Called every frame during the drawing step.
unload():Void
Called upon scene-switch or deregistration.
update():Void
Called every frame.