Home
last modified time | relevance | path

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

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/objects/
H A Dbattle_actor.cpp46 const float STAMINA_LOCATION_TOP = STAMINA_LOCATION_BOTTOM - 508.0f; variable
622 pos.y = STAMINA_LOCATION_COMMAND + ((STAMINA_LOCATION_TOP - STAMINA_LOCATION_COMMAND) * in _UpdateStaminaIconPosition()
626 pos.y = STAMINA_LOCATION_TOP; in _UpdateStaminaIconPosition()
631 pos.y = STAMINA_LOCATION_TOP - 25.0f; in _UpdateStaminaIconPosition()
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle.cpp877 … draw_positions[i] = STAMINA_LOCATION_COMMAND + (STAMINA_LOCATION_TOP - STAMINA_LOCATION_COMMAND) * in _DrawStaminaBar()
881 draw_positions[i] = STAMINA_LOCATION_TOP; in _DrawStaminaBar()
884 draw_positions[i] = STAMINA_LOCATION_TOP + 25.0f; in _DrawStaminaBar()
H A Dbattle_utils.h65 const float STAMINA_LOCATION_TOP = STAMINA_LOCATION_BOTTOM + 508.0f; variable