mirror of
https://github.com/APercy/ap_airship.git
synced 2025-04-30 08:21:47 -04:00
cleanup
This commit is contained in:
parent
f7d98e2cad
commit
f045b72c46
1 changed files with 0 additions and 10 deletions
10
hud.lua
10
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},
|
||||
|
|
Loading…
Add table
Reference in a new issue