Skip to content

Commit

Permalink
update README and reduce log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven committed Apr 13, 2024
1 parent e464bb3 commit 8af0f3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions assets/game.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8af0f3c

Please sign in to comment.