diff options
Diffstat (limited to 'src/static-ui.hpp')
| -rw-r--r-- | src/static-ui.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/static-ui.hpp b/src/static-ui.hpp index 17301a1..9972b92 100644 --- a/src/static-ui.hpp +++ b/src/static-ui.hpp @@ -65,12 +65,14 @@ const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_CENTER_VERTICAL = PKE_UI_BOX_FLAG((1 << 6)); const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_CENTER_BOTH = PKE_UI_BOX_FLAG((1 << 5) | (1 << 6)); -// [07-09] visibility +// [07-14] visibility const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_VISIBILITY_INVISIBLE = PKE_UI_BOX_FLAG((1 << 7)); const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_VISIBILITY_DISABLED = PKE_UI_BOX_FLAG((1 << 8)); -// [10-??] +const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_VISIBILITY_PIXEL_PERFECT + = PKE_UI_BOX_FLAG((1 << 9)); +// [14-??] // PKE_UI_BOX_STATE_FLAG represent the current state THIS TICK. // So, e.g. |
