Refactor to allow for the new screen flow.
This commit is contained in:
parent
e7b6b42698
commit
6f9e8a3ed4
10 changed files with 59 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue