The Dink Network

Reply to Re: load_tile()

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:
 
 
July 30th 2015, 11:54 PM
wizardg.gif
leprochaun
Peasant He/Him Japan bloop
Responsible for making things not look like ass 
nevermind, figured it out.
thanks scratcher.

In case anyone else gets stuck

test with this

void main()
{
load_tile("tiles\ts35.bmp", 8);
load_screen();
draw_background();
}


You can use draw_screen() instead of draw_background() but then scripts will run again and you don't want that. Especially if you run the change through a main(). Then you're in insta-crash territory.