Moved the camera into the scene where it belongs.
This commit is contained in:
parent
c71566048e
commit
5676382fbb
5 changed files with 29 additions and 27 deletions
|
|
@ -99,7 +99,6 @@ namespace boss {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void Fight::next_combat_dumb_name() {
|
||||
if(auto action = $battle.next()) {
|
||||
System::combat(*action, $world, $boss_id, 0);
|
||||
|
|
@ -107,7 +106,6 @@ namespace boss {
|
|||
$ui.status(L"YOU DIED", L"DEAD");
|
||||
state(State::END);
|
||||
} else {
|
||||
$ui.zoom("", 1.0);
|
||||
$ui.status(L"PLAYER REQUESTS", L"COMMIT");
|
||||
$battle.ap_refresh();
|
||||
$battle.clear_requests();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue