Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Add options for 3x and 4x upscaling, for players with very large moni…
Browse files Browse the repository at this point in the history
…tors
  • Loading branch information
GinjaNinja32 committed Jun 19, 2016
1 parent 4431b9c commit 61ce308
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,24 @@ menu "menu"
group = "size"
is-disabled = false
saved-params = "is-checked"
elem "icon128"
name = "&128x128"
command = ".winset \"mapwindow.map.icon-size=128\""
category = "&Icons"
is-checked = false
can-check = true
group = "size"
is-disabled = false
saved-params = "is-checked"
elem "icon96"
name = "&96x96"
command = ".winset \"mapwindow.map.icon-size=96\""
category = "&Icons"
is-checked = false
can-check = true
group = "size"
is-disabled = false
saved-params = "is-checked"
elem "icon64"
name = "&64x64"
command = ".winset \"mapwindow.map.icon-size=64\""
Expand Down

0 comments on commit 61ce308

Please sign in to comment.