Bennu Game Development

English Forums => Helpdesk => Topic started by: MisterN on November 07, 2011, 12:40:52 AM

Title: Couple question help thread?
Post by: MisterN on November 07, 2011, 12:40:52 AM
I added alot to my game but I broke the scrolling in the process. It was all clustered in so I took it out. Can someone (if the have the time) go through and add the scroll code again? thanks

just pm me your email and ill send it over
--------------------------------------------
I have my game set at MODE_2XSCALE and it looks all smoothed, what can I do to fix this (make it sharp again)? thanks!
Title: Re: Couple question help thread?
Post by: BlackCurtain on November 07, 2011, 05:01:27 PM
Quote from: DoctorN on November 07, 2011, 12:40:52 AM

I have my game set at MODE_2XSCALE and it looks all smoothed, what can I do to fix this (make it sharp again)? thanks!
Just remove the MODE_2XSCALE parameter.
Title: Re: Couple question help thread?
Post by: gecko on November 07, 2011, 06:09:13 PM
To use scale but no filters, use this:

scale_mode = SCALE_NOFILTER;
set_mode (640, 480, 16, MODE_WINDOW);


(http://wiki.bennugd.org/index.php?title=Scale_mode, http://wiki.bennugd.org/index.php?title=Scale_modes (http://wiki.bennugd.org/index.php?title=Scale_modes))