Changeset 786
- Timestamp:
- Jun 26, 2011, 12:52:01 AM (10 years ago)
- Location:
- trunk/monsterz
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/interface.cpp
r759 r786 81 81 Ticker::Unref(data->title); 82 82 data->title = NULL; 83 data->board = new Board(Board::GAME_HUNT, vec2i(8, 8), 8, 8);83 data->board = new Board(Board::GAME_HUNT, vec2i(8, 8), 7, 8); 84 84 Ticker::Ref(data->board); 85 85 data->state = InterfaceData::GAME; -
trunk/monsterz/monsterz.h
r754 r786 67 67 static int const DELAY_WHIP = 300; 68 68 /* Delay between a monster's surprise face and its explosion */ 69 static int const DELAY_DUH = 400;69 static int const DELAY_DUH = 200; 70 70 /* Duration of the explosion */ 71 71 static int const DELAY_POP = 500;
Note: See TracChangeset
for help on using the changeset viewer.