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
here is a quick fix to do it yourself:
1. Navigate to the workshop folder:
[STEAM FOLDER]\steamapps\workshop\content\751780\1985510486
2. Open the Main.gml file with a texteditor of your choice (e.g. Notepad/++, VS Code)
3. Edit Line 10 and 11 to look like this and replace YOUR_BUTTON with one of these options [topheranselmo.com]
Line 10: if (mouse_wheel_down() || keyboard_check(vk_down) || InputCheckPressed(Input. YOUR_BUTTON )) velocity += 40;
Line 11: if (mouse_wheel_up() || keyboard_check(vk_up) || InputCheckPressed(Input. YOUR_BUTTON )) velocity -= 40;
4. Save the changes and start the game, done
It’s not ideal, but with this mod, you can scroll your structures with the touch screen. It’s a little janky, but not unusable.