mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Timer.lua
This commit is contained in:
parent
68e97518b4
commit
56530bf2ca
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ local Timer
|
|||
|
||||
local unpausedColor = TEN.Color(255, 255, 255)
|
||||
local pausedColor = TEN.Color(255, 255, 0)
|
||||
local str = TEN.Strings.DisplayString("TIMER", Vec2 (0,0), 1, unpausedColor, false, {TEN.Strings.DisplayStringOption.CENTER, TEN.Strings.DisplayStringOption.SHADOW} )
|
||||
local str = TEN.Strings.DisplayString("TIMER", Vec2 (0, 0), 1, unpausedColor, false, {TEN.Strings.DisplayStringOption.CENTER, TEN.Strings.DisplayStringOption.SHADOW} )
|
||||
|
||||
|
||||
Timer = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue