Updated to the new style.
This commit is contained in:
parent
72f8b75d53
commit
b5ae677123
1 changed files with 18 additions and 7 deletions
|
@ -2,16 +2,17 @@
|
|||
### Definition of a minimap.
|
||||
###
|
||||
|
||||
[minimap_definition]
|
||||
id = "default"
|
||||
description = "a minimap."
|
||||
|
||||
#define _GUI_RESOLUTION RESOLUTION SIZE
|
||||
[resolution]
|
||||
min_width = 100
|
||||
min_height = 100
|
||||
|
||||
default_width = 100
|
||||
default_height = 100
|
||||
{RESOLUTION}
|
||||
|
||||
min_width = {SIZE}
|
||||
min_height = {SIZE}
|
||||
|
||||
default_width = {SIZE}
|
||||
default_height = {SIZE}
|
||||
|
||||
max_width = 0
|
||||
max_height = 0
|
||||
|
@ -24,6 +25,16 @@
|
|||
[/state_enabled]
|
||||
|
||||
[/resolution]
|
||||
#enddef
|
||||
|
||||
[minimap_definition]
|
||||
id = "default"
|
||||
description = "a minimap."
|
||||
|
||||
# Tiny gui sizes haven't been tested yet so might need some tuning.
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 50 }
|
||||
{_GUI_RESOLUTION () 100 }
|
||||
|
||||
[/minimap_definition]
|
||||
|
||||
#undef _GUI_RESOLUTION
|
||||
|
|
Loading…
Add table
Reference in a new issue