Added flags ( lights, clipping, etc ) selection for the map creation.

Added base color map color changer.
Added a way to enable/disable lights in layers.
Added save/load of the map lights ( this changed the map format a little ).
Some fixes to the lighting system.
And some minor changes.
This commit is contained in:
spartanj@gmail.com
2011-07-27 04:15:08 -03:00
parent 00f7e58004
commit 9f92ca789e
20 changed files with 430 additions and 57 deletions

View File

@@ -68,9 +68,6 @@ void cGameObjectShape::Draw() {
}
}
void cGameObjectShape::Update() {
}
eeVector2f cGameObjectShape::Pos() const {
return mPos;
}