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!
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.
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))