Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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