So, I've made a world with the icon size at 16x16. The view is `6x6, which leads 96px in both length and width. I've made a HUD icon in this dimension and was wondering how I could place it on the screen. I've been gone from byond for so long I've forgotten how to do this :x.
Thanks in advance~
ID:273894
![]() Jul 22 2011, 1:22 am
|
|
![]() Jul 22 2011, 1:32 am
|
|
First you define the HUD object and its screen_loc, then you add it to client's screen.
|
Hashir wrote:
First you define the HUD object and its screen_loc, then you add it to client's screen. > obj/LetterN Aha, had to change the screen_loc, but that worked. Thanks for the swift reply :D |