HUD overhaul.

This commit is contained in:
2026-05-03 04:14:03 -04:00
parent 1895386fdf
commit 73868e47db
27 changed files with 397 additions and 178 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
declare function AutoStage{
if not EnginesInStageActive(ship:stagenum) {
stage.
@@ -7,7 +5,7 @@ declare function AutoStage{
}
}
local function EnginesInStageActive{
function EnginesInStageActive{
parameter targetStage.
list engines in allEngines.
@@ -21,12 +19,12 @@ local function EnginesInStageActive{
return true.
}
local function IsFairingStage{
function IsFairingStage{
parameter s.
}
local function StateHasEngines{
function StateHasEngines{
parameter s.
}