Snake

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

Functions

addApple
void addApple()
Undocumented in source. Be warned that the author may not have intended to support it.
element
MapElement element(ivec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
element
void element(MapElement el, ivec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

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

Variables

apple_tmpl
EntityTemplate* apple_tmpl;
Undocumented in source.
draw_system
bool draw_system;
Undocumented in source.
map
MapElement[map_size * map_size] map;
Undocumented in source.
map_size
enum int map_size;
Undocumented in source.
move_system
bool move_system;
Undocumented in source.
smoke_frames
vec4[] smoke_frames;
Undocumented in source.
snake_destroy_particle
EntityTemplate* snake_destroy_particle;
Undocumented in source.
snake_destroy_particle_frames
vec4[] snake_destroy_particle_frames;
Undocumented in source.
snake_tmpl
EntityTemplate* snake_tmpl;
Undocumented in source.
texture
Texture texture;
Undocumented in source.

Meta