We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33954de commit a949f49Copy full SHA for a949f49
playground/extensions/extensions-1-tools.md
@@ -20,12 +20,12 @@ Example of a project using the Graphic Entity Module and the End Screen Module:
20
<dependency>
21
<groupId>com.codingame.gameengine</groupId>
22
<artifactId>module-entities</artifactId>
23
- <version>4.3.0</version>
+ <version>${gamengine.version}</version>
24
</dependency>
25
26
27
<artifactId>module-endscreen</artifactId>
28
29
30
```
31
`config.js`
@@ -54,4 +54,4 @@ import { CustomModule } from './modules/custom/CustomModule.js';
54
export const modules = [
55
GraphicEntityModule,
56
CustomModule
57
-];
+];
0 commit comments