summaryrefslogtreecommitdiff
path: root/jeu-test/Lemmini/0.84/src/Game/GameController.java
diff options
context:
space:
mode:
Diffstat (limited to 'jeu-test/Lemmini/0.84/src/Game/GameController.java')
-rw-r--r--jeu-test/Lemmini/0.84/src/Game/GameController.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/jeu-test/Lemmini/0.84/src/Game/GameController.java b/jeu-test/Lemmini/0.84/src/Game/GameController.java
index f37f97d..0cc208a 100644
--- a/jeu-test/Lemmini/0.84/src/Game/GameController.java
+++ b/jeu-test/Lemmini/0.84/src/Game/GameController.java
@@ -150,11 +150,12 @@ public class GameController {
/** sound object */
public static Sound sound;
-
+ // pour le mode W
+ public static boolean modeW = false;
/** the background stencil */
- private static Stencil stencil;
+ public static Stencil stencil;
/** the background image */
- private static BufferedImage bgImage;
+ public static BufferedImage bgImage;
/** flag: play music */
private static boolean musicOn;
/** flag: play sounds */
@@ -182,7 +183,7 @@ public class GameController {
/** flag: game is paused */
private static boolean paused;
/** flag: cheat/debug mode is activated */
- private static boolean cheat = false;
+ public static boolean cheat = false;
/** flag: cheat mode was activated during play */
private static boolean wasCheated = false;
/** frame counter for handling opening of entries */
@@ -196,7 +197,7 @@ public class GameController {
/** frame counter used to update animated sprite objects */
private static int animCtr;
/** level object */
- private static Level level;
+ public static Level level;
/** index of current difficulty level */
private static int curDiffLevel;
/** index of current level pack */