Home
last modified time | relevance | path

Searched refs:clWeaponSelectionTitle (Results 1 – 4 of 4) sorted by relevance

/dports/games/openlierox/OpenLieroX/src/common/
H A DCWorm_Simulate.cpp612 …tLX->cFont.DrawCentre(bmpDest, centrex, t+30, tLX->clWeaponSelectionTitle, "~ Weapons Selection ~"… in doWeaponSelectionFrame()
614 …tLX->cFont.DrawCentre(bmpDest, centrex, t+48, tLX->clWeaponSelectionTitle, "(Use up/down and left/… in doWeaponSelectionFrame()
615 …tLX->cFont.DrawCentre(bmpDest, centrex, t+66, tLX->clWeaponSelectionTitle, "(Go to 'Done' and pres… in doWeaponSelectionFrame()
714 tLX->cFont.DrawCentre(bmpDest, centrex, y += 15, tLX->clWeaponSelectionTitle, "~ Key settings ~"); in doWeaponSelectionFrame()
715 …tLX->cFont.Draw(bmpDest, centrex - 150, y += 15, tLX->clWeaponSelectionTitle, "up/down: " + cUp.ge… in doWeaponSelectionFrame()
716 …tLX->cFont.Draw(bmpDest, centrex - 150, y += 15, tLX->clWeaponSelectionTitle, "left/right: " + cLe… in doWeaponSelectionFrame()
717 …tLX->cFont.Draw(bmpDest, centrex - 150, y += 15, tLX->clWeaponSelectionTitle, "shoot: " + cShoot.g… in doWeaponSelectionFrame()
719 …tLX->cFont.Draw(bmpDest, centrex, y += 15, tLX->clWeaponSelectionTitle, "jump/ninja: " + cJump.get… in doWeaponSelectionFrame()
720 …tLX->cFont.Draw(bmpDest, centrex, y += 15, tLX->clWeaponSelectionTitle, "select weapon: " + cSelWe… in doWeaponSelectionFrame()
721 …tLX->cFont.Draw(bmpDest, centrex, y += 15, tLX->clWeaponSelectionTitle, "strafe/dig: " + cStrafe.g… in doWeaponSelectionFrame()
[all …]
H A DCWorm.cpp404 …tLX->cFont.DrawCentre(bmpDest, centrex, t+48, tLX->clWeaponSelectionTitle, "... Waiting for server… in doWeaponSelectionFrame()
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DGraphics.cpp237 tLX->clWeaponSelectionTitle = tLX->clWhite; in InitializeColors()
325 …r(colorfile,"Colours","WeaponSelectionTitle", tLX->clWeaponSelectionTitle, tLX->clWeaponSelectionT… in InitializeColors()
/dports/games/openlierox/OpenLieroX/include/
H A DLieroX.h145 Color clWeaponSelectionTitle; member