Skip to content

Commit

Permalink
use step_size for exp modifer slider
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf authored and GregoryLundberg committed Nov 30, 2017
1 parent 49f3b91 commit eff26be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gui/window/mp_create_game.cfg
Expand Up @@ -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]

Expand Down

0 comments on commit eff26be

Please sign in to comment.