Skip to content

Commit ee53e04

Browse files
NaejDoreeJean Poree
authored andcommitted
fix(playground): reworking bits and order of the extensions part
1 parent 5cc4636 commit ee53e04

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

playground/extensions/extensions-1-tools.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Although the CodinGame SDK already includes the [GraphicEntityModule](graphics-1-introduction.md), you can add modules to your game. Modules are extensions allowing you to directly interact with the viewer using [PixiJS](http://www.pixijs.com/), which gives you a lot more control on its behaviour.
44

5-
This section presents a few existing modules. You can find their source code on Github: [https://github.com/CodinGame/codingame-sdk-modules](https://github.com/CodinGame/codingame-sdk-modules)
6-
75
If you want to create your own module, see [How to get started](extensions-2-tutorial.md).
86

97
# Usage

playground/extensions/extensions-5-animmodule.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AnimModule
2+
This module is not a maven module, you can find it's source code on Github: [https://github.com/CodinGame/codingame-sdk-modules/tree/master/AnimModule](https://github.com/CodinGame/codingame-sdk-modules/tree/master/AnimModule)
23

3-
Useful for games with a lot of AnimatedSprites overlayed over the rest of the game.
4+
This module is useful for games with a lot of AnimatedSprites overlayed over the rest of the game.
45

56
Instead of having the Referee output the entire sequence of images for each new animation, you may have it reference a pre-existing animation as defined in `AnimData.js` and configured in `AnimModule.js`.
67

techio.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ plan:
4141
plan:
4242
- title: Introduction
4343
statement: playground/extensions/extensions-1-tools.md
44-
- title: Create your own modules
45-
statement: playground/extensions/extensions-2-tutorial.md
4644
- title: Tooltip Module
4745
statement: playground/extensions/extensions-3-tooltip.md
4846
- title: End Screen Module
4947
statement: playground/extensions/extensions-4-endscreen.md
48+
- title: Toggle Module
49+
statement: playground/extensions/extensions-toggle.md
5050
- title: Anim Module
5151
statement: playground/extensions/extensions-5-animmodule.md
52+
- title: Create your own modules
53+
statement: playground/extensions/extensions-2-tutorial.md
5254
- title: One more thing
5355
plan:
5456
- title: Guidelines

0 commit comments

Comments
 (0)