class GameWindow < Game::Window size width: 600, height: 400 # Or - dimensions w: 600, h: 400 - Or any combination of those.. # Default is Screen.resolution/4 position Screen.center # Or - pos x: 123, y: 456 # Default is this fullscreen false # Default is this title 'Super Ruby Bros' end