Numerous improvments to the engine & physics system (thrust arrown, freezing, gimbal, etc...)

This commit is contained in:
2026-02-18 17:58:38 +00:00
parent 437db4b9be
commit 7de47177c0
7 changed files with 356 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ public class MainEngine : MonoBehaviour
public bool engineOnline = false; // true if engine is running
public bool engineIgnited = false; // true if ignition completed
public bool restartable = true; // if false, engine cannot restart once shut down
public float throttleInput = 0f; // 0-1 input from pilot
[Range(0f, 1f)]public float throttleInput = 0f; // 0-1 input from pilot
public float thrust = 0f; // kN
public float fuelFlowRate = 0f; // kg/s