From f045b72c465c68ec0fcb4fb7bffb0e7b16fae18e Mon Sep 17 00:00:00 2001 From: Andrey Stepanov Date: Sat, 26 Apr 2025 22:45:22 +0500 Subject: [PATCH] cleanup --- hud.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hud.lua b/hud.lua index 40c926c..bc26d28 100755 --- a/hud.lua +++ b/hud.lua @@ -122,16 +122,6 @@ function ap_airship.update_hud(self, coal, water, pressure, power_lever) else ids = {} - ids["title"] = player:hud_add({ - hud_elem_type = "text", - position = {x = 0, y = 1}, - offset = {x = screen_pos_x + 240, y = screen_pos_y - 100}, - text = "Airship engine state", - alignment = 0, - scale = { x = 100, y = 30}, - number = 0xFFFFFF, - }) - ids["bg"] = player:hud_add({ hud_elem_type = "image", position = {x = 0, y = 1},