File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/codingame/gameengine/module/toggle Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
<groupId >com.codingame.gameengine</groupId >
13
13
<artifactId >module-toggle</artifactId >
14
14
<name >CodinGame Game Engine Toggle Module</name >
15
- <description >This module allows to display or hide elements from the graphicEntityModule using the cg-player option toggles .</description >
15
+ <description >This module allows you to display or hide elements of the GraphicEntityModule using the viewer's options menu .</description >
16
16
17
17
<dependencies >
18
18
<dependency >
Original file line number Diff line number Diff line change 14
14
/**
15
15
* @author Jean Porée
16
16
*
17
- * The toggle module allows to display or hide elements from the graphicEntityModule using the cg-player option toggles .
17
+ * This module allows you to display or hide elements of the GraphicEntityModule using the viewer's options menu .
18
18
*
19
19
*/
20
20
@ Singleton
Original file line number Diff line number Diff line change 1
1
# ToggleModule
2
2
3
- This modules allows you to show elements only when a toggle of the cg-player is in a certain state .
3
+ This module allows you to display or hide elements of the GraphicEntityModule using the viewer's options menu .
4
4
This can help to create debug modes.
5
5
6
6
## Setup
@@ -27,7 +27,7 @@ export const modules = [
27
27
ToggleModule
28
28
]
29
29
30
- // The list of toggles displayed in the cg-player
30
+ // The list of option toggles displayed in the viewer
31
31
export const options = [
32
32
{
33
33
// The name displayed over the toggle
You can’t perform that action at this time.
0 commit comments