reorganize UI
This commit is contained in:
		| @@ -331,17 +331,16 @@ function drawhud() | ||||
|  draw_gun_info("🅾️",2,116,31,primary_ship.special_gun) | ||||
|   | ||||
|  dropshadow("pwr",114,59,1) | ||||
|  inset(114,66,125,92) | ||||
|  inset(114,66,119,125) | ||||
|  fillp(0x5a5a) | ||||
|  vertmeter(115,67,124,91,primary_ship.power, primary_ship.max_power, powcols) | ||||
|  vertmeter(115,67,118,124,primary_ship.power, primary_ship.max_power, powcols) | ||||
|  | ||||
|   | ||||
|  dropshadow("h s",114,97,1) | ||||
|  inset(114,104,125,125) | ||||
|  line(119,105,119,124,119) | ||||
|  line(120,105,120,125,85) | ||||
|  vertmeter(115,105,118,124,primary_ship.hp, primary_ship.maxhp, hpcols) | ||||
|  vertmeter(121,105,124,124,primary_ship.shield, primary_ship.maxshield,{204,220,221}) | ||||
|  inset(120,66,125,125) | ||||
|  line(120,96,125,96,119) | ||||
|  line(120,97,125,97,85) | ||||
|  pset(120, 125, 119) | ||||
|  vertmeter(121,67,124,95,primary_ship.shield, primary_ship.maxshield,{204,220,221}) | ||||
|  vertmeter(121,98,124,124,primary_ship.hp, primary_ship.maxhp, hpcols) | ||||
|  fillp(0) | ||||
| end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user