Quote from: Totoro on Sat 28/05/2005 13:28:31
Mmmh... I don't quite get it. Why do you have to switch the resolution to 640-480 when you use the original resources anyway? I guess it would only make the file-size bigger then...Ã,Â
That is because the backgrounds are vector pictures:
The pic (background picture) resource format used in SCI0 is rather complex in comparison to the other graphical resource formats. It is best described as a sequence of drawing operations on a set of four 320x200 canvases, three of which are later used in the game (visual, priority, and control), and one of which is used during the drawing process for auxiliary purposes
(see here: http://freesci.linuxgames.com/scihtml/x2396.html)