2007-11-28 14:19:36 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2010-04-29 02:52:51 +00:00
|
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2008-04-27 20:27:06 +00:00
|
|
|
<window text="Configure Screen" name="configure_screen">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true" expansive="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Resolution:" />
|
|
|
|
<label text="Color depth:" />
|
2008-03-22 18:43:56 +00:00
|
|
|
<label text="Pixel scaling:" />
|
2007-11-28 14:19:36 +00:00
|
|
|
<check text="Fullscreen" name="fullscreen" />
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<combobox name="resolution" />
|
|
|
|
<combobox name="color_depth" />
|
|
|
|
<combobox name="pixel_scale" />
|
|
|
|
<label text="" />
|
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" name="ok" magnetic="true" />
|
|
|
|
<button text="&Cancel" />
|
2007-11-28 14:19:36 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|