client/New()
new /obj/hud/Hud(src)
new /obj/hud/Speak(src)//Creates
..() // Continues with the script
obj/hud//The actual Say Hud
Hud
icon = 'Hud1.bmp'
screen_loc = "1,1"//
New(client/C)
C.screen+=src//Add it to your screen
Speak
icon = 'Speak.bmp'
screen_loc = "3,1"
New(client/C)
C.screen+=src
ID:167260
Apr 8 2006, 8:59 am
|
|
I thought if i made a hud w/ photo shop it would work.. it didn't! it showed up as a minature icon at 1,1... here's the code..
|
You will need to break the photoshopped image up into 32x32 chunks in order to add it to your HUD. Then just position them all accordingly.