Ça trolle…
/
troll.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Factor disqualifications
[troll.git]
/
src
/
main
/
resources
/
view
/
config.js
1
import { GraphicEntityModule } from './entity-module/GraphicEntityModule.js';
2
3
export const gameName = 'Castle-Troll';
4
5
export const playerColors = [
6
'#f2b213', // yellow
7
'#22a1e4' // curious blue
8
];
9
10
export const modules = [
11
GraphicEntityModule
12
];