Moved throttle adj to Instrument manager and made altimeter

This commit is contained in:
2026-02-18 12:19:50 +00:00
parent 5d353cf5fa
commit 344cb5009b
5 changed files with 141 additions and 77 deletions

View File

@@ -2,6 +2,10 @@ using UnityEngine;
public class RocketPhysics : MonoBehaviour
{
[Header("References")]
public MainEngine mainEngine;
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{