Author Topic: View layout at real resolution  (Read 1046 times)

Elaphe666

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
View layout at real resolution
« on: November 01, 2024, 05:06:09 AM »
I'm making a layout for 320x240 resolution. The problem is that I cannot find a way to preview it in my high res monitor in real pixels, I mean, in a 320x240 window without any scaling. Is that possible? Thank you.

dmmarti

  • Sr. Member
  • ****
  • Posts: 107
    • View Profile
Re: View layout at real resolution
« Reply #1 on: November 01, 2024, 05:24:44 AM »
In your Attract Mode folder, you should see a file called:  window.am

Open this with something like Notepad++ and add these lines to it:

position 100,100
size 320,240

...then save it.

Now launch Attract Mode and change the display to "window" mode (I think that's what it's called - it's been awhile).

That will now use the info from window.am and make a 320x240 screen of AM positioned at default X,Y of 100,100 on your monitor screen.  You can move the AM window around and resize it like a normal Windows application window.  When you do, it updates that window.am file to match so next time you launch, it'll use the new settings you made.