ESTHETIC: Missing space in comments
#The time factor => # The time factor
This commit is contained in:
parent
7aaf1ff857
commit
110af6e5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ BASE_BATCHPROCESS_PATHS = ['game.gamesrc.world', 'contrib']
|
||||||
# determine the current in-game time. You can of course interpret
|
# determine the current in-game time. You can of course interpret
|
||||||
# "week", "month" etc as your own in-game time units as desired.
|
# "week", "month" etc as your own in-game time units as desired.
|
||||||
|
|
||||||
#The time factor dictates if the game world runs faster (timefactor>1)
|
# The time factor dictates if the game world runs faster (timefactor>1)
|
||||||
# or slower (timefactor<1) than the real world.
|
# or slower (timefactor<1) than the real world.
|
||||||
TIME_FACTOR = 2.0
|
TIME_FACTOR = 2.0
|
||||||
# These measures might or might not make sense to your game world.
|
# These measures might or might not make sense to your game world.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue