diff --git a/README.md b/README.md index c1e4b24..fa2fc7f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,13 @@ It also contains two different enemies: - a rock head that detects the player vertically / horizontally and will attack him when he gets to close You have four lives to complete a stage. If you fall down a pit or lose all your lives then you respawn at the beginning -of the stage with full life. +of the stage with full life. In total there are three stages: + +![image](https://github.com/Quillraven/quillyjumper/assets/93260/170ea3ec-4980-4401-95e8-b0bd309165ea) +![image](https://github.com/Quillraven/quillyjumper/assets/93260/5de8f3ce-d84a-4903-a38c-4078f641a066) +![image](https://github.com/Quillraven/quillyjumper/assets/93260/07ed4952-27a8-48f9-996e-2edb3d8f17f9) +![image](https://github.com/Quillraven/quillyjumper/assets/93260/ec9c6e38-ef17-4877-970e-d1a4d5d42797) + ### Credits diff --git a/assets/game.properties b/assets/game.properties index 6b0f155..1d3bf0b 100644 --- a/assets/game.properties +++ b/assets/game.properties @@ -1,7 +1,7 @@ soundVolume=0.5 -musicVolume=0.05 +musicVolume=0.1 debugPhysic=false enableProfiling=false debugTrack=false # NONE = 0 / DEBUG = 3 / INFO = 2 / ERROR = 1 -logLevel=3 +logLevel=1