Home
last modified time | relevance | path

Searched refs:STAMINA_LOCATION_BOTTOM (Results 1 – 3 of 3) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_utils.h59 const float STAMINA_LOCATION_BOTTOM = 128.0f; variable
62 const float STAMINA_LOCATION_COMMAND = STAMINA_LOCATION_BOTTOM + 354.0f;
65 const float STAMINA_LOCATION_TOP = STAMINA_LOCATION_BOTTOM + 508.0f;
H A Dbattle.cpp870 …draw_positions[i] = STAMINA_LOCATION_BOTTOM + (STAMINA_LOCATION_COMMAND - STAMINA_LOCATION_BOTTOM)… in _DrawStaminaBar()
887 draw_positions[i] = STAMINA_LOCATION_BOTTOM; in _DrawStaminaBar()
892 draw_positions[i] = STAMINA_LOCATION_BOTTOM - 50.0f; in _DrawStaminaBar()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/objects/
H A Dbattle_actor.cpp40 const float STAMINA_LOCATION_BOTTOM = 640.0f; variable
43 const float STAMINA_LOCATION_COMMAND = STAMINA_LOCATION_BOTTOM - 354.0f;
46 const float STAMINA_LOCATION_TOP = STAMINA_LOCATION_BOTTOM - 508.0f;
615 pos.y = STAMINA_LOCATION_BOTTOM + ((STAMINA_LOCATION_COMMAND - STAMINA_LOCATION_BOTTOM) * in _UpdateStaminaIconPosition()
634 pos.y = STAMINA_LOCATION_BOTTOM; in _UpdateStaminaIconPosition()
641 pos.y = STAMINA_LOCATION_BOTTOM + 50.0f; in _UpdateStaminaIconPosition()