安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
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.