parent
1a7186f745
commit
83a63a3093
18 changed files with 5329 additions and 2910 deletions
6
src/UIGridPoint.cpp
Normal file
6
src/UIGridPoint.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "UIGridPoint.h"
|
||||
|
||||
UIGridPoint::UIGridPoint()
|
||||
: color(1.0f, 1.0f, 1.0f), color_overlay(0.0f, 0.0f, 0.0f), walkable(false), transparent(false),
|
||||
tilesprite(-1), tile_overlay(-1), uisprite(-1)
|
||||
{}
|
||||
Loading…
Add table
Add a link
Reference in a new issue