Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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.