gamedev
|
#include <world.h>
Public Attributes | |
float | y |
bool | gs |
float | gh [2] |
unsigned char | color |
The line structure. This structure is used to store the world's ground, stored in vertical lines. Dirt color and grass properties are also kept track of here.
unsigned char line_t::color |
Lightness of dirt (brown)
float line_t::gh[2] |
Height of glass (2 blades per line)
bool line_t::gs |
Show grass
float line_t::y |
Height of this vertical line