equal
deleted
inserted
replaced
41 * <tt>!SuddenDeathTurns = 30</tt> - turns until sudden death begins |
41 * <tt>!SuddenDeathTurns = 30</tt> - turns until sudden death begins |
42 * <tt>!WaterRise = 47</tt> - height of water rise at sudden death in pixels |
42 * <tt>!WaterRise = 47</tt> - height of water rise at sudden death in pixels |
43 * <tt>!HealthDecrease = 5</tt> - amount of health decreased on sudden death |
43 * <tt>!HealthDecrease = 5</tt> - amount of health decreased on sudden death |
44 * <tt>Map = "Bamboo"</tt> - the map being played |
44 * <tt>Map = "Bamboo"</tt> - the map being played |
45 * <tt>Theme = "Bamboo"</tt> - the theme to be used |
45 * <tt>Theme = "Bamboo"</tt> - the theme to be used |
|
46 * <tt>Goals = "Jumping is disabled"</tt> - if you want to add info to the game mode dialog, use "|" to separate lines |
46 |
47 |
47 If you want to add teams or hogs manually you have to do it here. |
48 If you want to add teams or hogs manually you have to do it here. |
48 |
49 |
49 === <tt>onGameStart()</tt> === |
50 === <tt>onGameStart()</tt> === |
50 |
51 |