Home
last modified time | relevance | path

Searched refs:maxTimerBarLength (Results 1 – 2 of 2) sorted by relevance

/dports/games/gillo/gillo/src/
H A Dgame.h64 static const float maxTimerBarLength; variable
H A Dgame.cpp27 const float Game::maxTimerBarLength = 0.4; member in gillo::Game
768 this->timerBarPtr->setWidth(Game::maxTimerBarLength*time/this->gameDuration); in updateTimer()