Here's my HUD (border) code, and the problem being, when I log in BYOND cuts off the BMP, reducing it to 1 tile.
and if I use 'screen_loc="1,13 to 11,13"' it does the same, just repeats the tile along the top..
obj/hud
New(client/C) //define the New proc for objs
C.screen += src //add the object to your screen
..() //perform default New stuff
HUDborder
icon='hud.bmp'
layer= MOB_LAYER+1
New(client/C)
screen_loc="1,13"
C.screen+=src
I hope to have the hud 2 tiles in width (from the top)..though...is that my problem (since I'm using 1 .bmp)???
Or is the problem, simply it being a .bmp??
ID:177967
Jul 7 2002, 7:29 am
|
|