Skip to content

Commit c51e00e

Browse files
ButaniumCGjupoulton
authored andcommitted
Fixed typo and changed the game engine version
1 parent d4d6cf3 commit c51e00e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/extensions/extensions-7-camera.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module allows you to have a camera following some of your entities during t
66
<br> It comes with the CameraToggleModule which allows the user to enable or disable the camera.
77

88
## Showcase
9-
Here is a usage example
9+
Here is a usage example <br>
1010
<a href="https://imgur.com/BAe8M9d"><img src="https://i.imgur.com/BAe8M9d.gif" title="source: imgur.com" /></a>
1111
## Setup
1212
⚠ This module requires the [GraphicEntityModule](https://github.com/CodinGame/codingame-game-engine/tree/master/engine/modules/entities) to work.
@@ -16,7 +16,7 @@ Add the dependency in the `pom.xml` of your project.
1616
<dependency>
1717
<groupId>com.codingame.gameengine</groupId>
1818
<artifactId>module-camera</artifactId>
19-
<version>3.15.0</version>
19+
<version>4.1.3</version>
2020
</dependency>
2121
```
2222

0 commit comments

Comments
 (0)