gamedev
Public Attributes | List of all members
line_t Struct Reference

#include <world.h>

Public Attributes

float y
 
bool gs
 
float gh [2]
 
unsigned char color
 

Detailed Description

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.

Member Data Documentation

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


The documentation for this struct was generated from the following file: