Now can zoom in on the player when it's their turn.
This commit is contained in:
parent
740e1052fe
commit
cb58bdd955
3 changed files with 21 additions and 2 deletions
|
|
@ -24,5 +24,6 @@ namespace boss {
|
|||
void move_actor(const std::string& actor, const std::string& cell_name);
|
||||
void animate_actor(const std::string& actor);
|
||||
void play_animations();
|
||||
void zoom(const std::string &cell);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue