The new scene system brought over and updated animation to be optional in the scene engine.

This commit is contained in:
Zed A. Shaw 2026-05-26 12:48:34 -04:00
parent d86617aa3a
commit e7b6b42698
13 changed files with 194 additions and 38 deletions

View file

@ -71,6 +71,11 @@ constexpr int COMBAT_UI_Y = RAY_VIEW_HEIGHT;
constexpr int COMBAT_UI_WIDTH = RAY_VIEW_WIDTH ;
constexpr int COMBAT_UI_HEIGHT = SCREEN_HEIGHT - RAY_VIEW_HEIGHT;
constexpr int SCENE_VIEW_WIDTH=SCREEN_WIDTH;
constexpr int SCENE_VIEW_HEIGHT=SCREEN_HEIGHT;
constexpr int SCENE_VIEW_X=0;
constexpr int SCENE_VIEW_Y=0;
constexpr int INITIAL_MAP_W = 21;
constexpr int INITIAL_MAP_H = 21;