Now can zoom in on the player when it's their turn.

This commit is contained in:
Zed A. Shaw 2025-10-31 14:06:40 -04:00
parent 740e1052fe
commit cb58bdd955
3 changed files with 21 additions and 2 deletions

View file

@ -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);
};
}