After some prototyping I have what I think I want for the map. Just a simple piece of paper you take out that has the ASCII map on it.
This commit is contained in:
parent
acbf384e2a
commit
6c9016eb0f
21 changed files with 1184 additions and 92 deletions
2
main.cpp
2
main.cpp
|
@ -13,7 +13,6 @@ int main(int argc, char* argv[]) {
|
|||
ai::init("assets/ai.json");
|
||||
animation::init();
|
||||
|
||||
|
||||
sound::mute(true);
|
||||
gui::FSM main;
|
||||
main.event(gui::Event::STARTED);
|
||||
|
@ -31,7 +30,6 @@ int main(int argc, char* argv[]) {
|
|||
// ZED: need to sort out how to deal with this in the FSM
|
||||
if(main.in_state(gui::State::IDLE)
|
||||
|| main.in_state(gui::State::NEXT_LEVEL)
|
||||
|| main.in_state(gui::State::MAPPING)
|
||||
|| main.in_state(gui::State::IN_COMBAT))
|
||||
{
|
||||
if(main.autowalking) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue