use step_size for exp modifer slider
This commit is contained in:
parent
496b234826
commit
e3e2747009
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@
|
|||
|
||||
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Village Support") "village_support" 0 4 ( _ "The number of unit levels each village can support") ()}
|
||||
|
||||
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Experience Modifier") "experience_modifier" 30 200 ( _ "The amount of experience a unit needs to advance") ()}
|
||||
{_GUI_MP_CREATE_OPTION_SLIDER ( _ "Experience Modifier") "experience_modifier" 30 200 ( _ "The amount of experience a unit needs to advance") (step_size=10)}
|
||||
|
||||
[/grid]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue