Adjust avatar background not to show white pixels out of frame
[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 ];