Documentation
¶
Overview ¶
Package options contains our game Options
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Title string // Title is the game title BackGround color.Solid // BackGround is the background color.Color Monitor int // Monitor is the monitor that we will use Icon string // Icon is a path for a PNG containing the application icon Windowed bool // Windowed will indicate if we want the game on a window }
Options are our game options
Click to show internal directories.
Click to hide internal directories.