The Dink Network

Reply to Re: Status bar

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
April 8th 2013, 07:44 AM
anon.gif
shevek
Ghost They/Them
 
maybe it would've been easier to create one large status bar-sized sprite with holes

I don't think that's possible, unless you put that sprite as a "real" sprite over the hardcoded statusbar; the number are written on top of it, and holes are ignored.

Also, the number sprites are copied to the status area without regard for their white pixels. In PyDink, I currently have an exception specifically for that (but I'll probably move that to the code which converts Dink info into PyDink info, so "native" PyDink DMods don't have to care about it). It means that all numbers, except for Dink's level, cannot have transparency.