Scrolling Game Development Kit Forum
SGDK Version 1 => Help/FAQ => Topic started by: AjVback on 2005-05-01, 06:34:08 PM
-
How do you get a picture behind the inventory space? eg in the project TAC-B they have a picture behind the inventory. This is a cool look and i was wondering how to get it.
-
Probably the easiest way is to make a layer whose scroll rate is 0x0 and just draw (with tiles) whatever you want on it. The inventory will always stay on top.
-
I see. Thankyou.