Basic UI positioning and layout prior to designing the UI and setting a place for the combat system.
This commit is contained in:
parent
90351ce0fe
commit
21e087ded5
2 changed files with 10 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
constexpr const int TEXTURE_WIDTH=256;
|
||||
constexpr const int TEXTURE_HEIGHT=256;
|
||||
constexpr const int RAY_VIEW_WIDTH=960;
|
||||
constexpr const int RAY_VIEW_HEIGHT=720;
|
||||
constexpr const int RAY_VIEW_WIDTH=900;
|
||||
constexpr const int RAY_VIEW_HEIGHT=600;
|
||||
constexpr const int SCREEN_WIDTH=1280;
|
||||
constexpr const int RAY_VIEW_X=(SCREEN_WIDTH - RAY_VIEW_WIDTH);
|
||||
constexpr const int RAY_VIEW_Y=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue