Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Just locate: function IC:ShowShards(px, py)
and modify the line: sfont:Render(Vector(px + ((i-1)*6), py), Vector(0,0), Vector(0,0))
adding or substracting to px and py. If you put the following the counter will be at the bottom of the stats (I have planetarium chance so that's why it's a bit lower):
sfont:Render(Vector(px + ((i-1)*6)-40, py+170), Vector(0,0), Vector(0,0))
the -40 and +170 are the numbers you need to change in order to move it
Hope this helps