Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: cools on October 28, 2014, 03:08:45 AM

Title: In case anyone else is using 640x240 as their frontend resolution...
Post by: cools on October 28, 2014, 03:08:45 AM
Edit screensaver.nut and find the first instance of
Code: [Select]
ScreenWidth Change it to
Code: [Select]
(ScreenWidth/2) This will fix overlay images aspect ratio.