SpaceInvaders

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Destructor

~this
~this()
Undocumented in source.

Members

Static variables

tips
const(char)* tips;
Undocumented in source.

Variables

bullet_tmpl
EntityTemplate*[5] bullet_tmpl;
Undocumented in source.
cell_size
float cell_size;
Undocumented in source.
draw_system
bool draw_system;
Undocumented in source.
enemy_tmpl
EntityTemplate* enemy_tmpl;
Undocumented in source.
laser_tmpl
EntityTemplate* laser_tmpl;
Undocumented in source.
map_size
vec2 map_size;
Undocumented in source.
move_system
bool move_system;
Undocumented in source.
player_ship
EntityID player_ship;
Undocumented in source.
ship_tmpl
EntityTemplate* ship_tmpl;
Undocumented in source.
shoot_grid
ShootGrid* shoot_grid;
Undocumented in source.
texture
Texture texture;
Undocumented in source.

Meta