Refactor to allow for the new screen flow.

This commit is contained in:
Zed A. Shaw 2026-05-27 12:09:17 -04:00
parent e7b6b42698
commit 6f9e8a3ed4
10 changed files with 59 additions and 52 deletions

View file

@ -79,8 +79,8 @@ constexpr int SCENE_VIEW_Y=0;
constexpr int INITIAL_MAP_W = 21;
constexpr int INITIAL_MAP_H = 21;
constexpr float DEFAULT_ROTATE=0.25f;
constexpr float DEFAULT_ROTATE_SPEED=DEFAULT_ROTATE / 2.0f;
constexpr float DEFAULT_ROTATE=0.5f;
constexpr float DEFAULT_ROTATE_SPEED=DEFAULT_ROTATE / 5.0f;
constexpr float DEFAULT_MOVE_SPEED=0.1f;
// for the panels/renderer