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
Be safe, have a good day
for (int i = 0; i <= 10; i++)
Echo($"Counting From {i} to 10");
while (true)
Echo("Endless loop");
foreach (string text in stringList)
Echo(text);
To enclose more than one you require the brackets
while (true)
{
Echo("Endless loop");
Echo("End the loop");
}
Spaceman Spiff, I didn't notice your comment and I am very sorry but I added your request. Thrusters that aren't needed turn off. Thrusters turn on if you give input so you can dodge asteroids. Dampeners toggle as needed to make sure you are ascending straight up
Added secondary deactivation process to ensure nothing is overridden after completing the ascension
Added automatic fall protection function
Upgraded directional calculations to properly determine if the ship is going forwards, instead of just calculating speed
Added thrust efficiency process which constantly toggles Thrusters as needed
-Relevant Thrusters turn on when you provide input
-All Thrusters turn on when ascension is complete
Added gravity radius calculations
Added an optional early brake distance