Ça trolle…
/
troll.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
50b1654ccfb0fa44393e82722b5beeb18274dbd2
[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
];