Class GGLib::GUIWindow
In: window.rb
Parent: Gosu::Window

The GUIWindow class is the central hub of the program. It is utimately responsible for all input and output (exept for logging output). The main game loops can be found in this class.

Methods

Constants

BlankState = StateObject.new

Attributes

background_image  [RW] 
camera  [RW] 
cursor  [RW] 
images  [R] 
mapimages  [R] 
state  [RW] 

Public Class methods

Public Instance methods

[Validate]