Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For constructive criticism, I think that for a cleaner look (less flashing digit) you should consider removing the decimals. I think that people dont really need to know that decimal value and it makes the monitor a bit flashy. I am a developer myself so I will adjust mine.
Also, not sure if everyone agree (it is just my opinion) but I think you should stick to RPS instead of RPM. People are used to talk with that term for comparison purpose over forums.
GREAT GREAT work man. Keep the good stuff coming :)
~~~
if battcap > 0.75 then
setC(0,255,0)
elseif battcap > 0.5 then
setC(255,255,0)
elseif battcap > 0.25 then
setC(255,255,0)
elseif battcap > 0 then
setC(255,0,0)
end
screen.drawRectF((w/2)+2,(h/4)+2,(battcap*((w/2)-4)),(h/4)-4)
end
~~~