module MiniGL::G
This module contains references to global objects/constants used by MiniGL
.
Attributes
Gets or sets the value of double_click_delay. See GameWindow#initialize
for details.
Gets or sets the value of gravity. See GameWindow#initialize
for details.
Gets or sets the value of kb_held_delay. See GameWindow#initialize
for details.
Gets or sets the value of kb_held_interval. See GameWindow#initialize
for details.
Gets or sets the value of min_speed. See GameWindow#initialize
for details.
Gets or sets the value of ramp_contact_threshold. See GameWindow#initialize
for details.
Gets or sets the value of ramp_slip_force. See GameWindow#initialize
for details.
Gets or sets the value of ramp_slip_threshold. See GameWindow#initialize
for details.
A reference to the game window.