DrDuck0117 il y a 3 mois
Parent
commit
2dae86a74b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      objects/oMain/Create_0.gml

+ 1 - 1
objects/oMain/Create_0.gml

@@ -41,7 +41,7 @@ global.inventory = noone;
 global.camera = noone;
 global.player = noone;
 
-global.difficulty = 1; // 0 = EASY, 1 = NORMAL, 2 = HARD
+global.difficulty = 2; // 0 = EASY, 1 = NORMAL, 2 = HARD
 
 // debugging
 global.developer_mode = true;