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},