Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_seahorserace.lua99 setTimerTextAlpha(0, 1)
223 setTimerTextAlpha(1, 1)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DGame.h821 void setTimerTextAlpha(float a, float t);
H A DScriptInterface.cpp4919 luaFunc(setTimerTextAlpha) in luaFunc() argument
4921 dsq->game->setTimerTextAlpha(lua_tonumber(L, 1), lua_tonumber(L, 2)); in luaFunc()
10332 luaRegister(setTimerTextAlpha),
H A DGame.cpp2757 void Game::setTimerTextAlpha(float a, float t) in setTimerTextAlpha() function in Game