Minor changes and add favicon

This commit is contained in:
schmelczerandras 2020-10-25 09:12:23 +01:00
parent 34dae300da
commit e7f9007b23
18 changed files with 28 additions and 44 deletions

View file

@ -1,6 +1,6 @@
{
"name": "declared-server",
"version": "0.0.5",
"version": "0.0.6",
"description": "Game server for decla.red",
"keywords": [],
"author": "András Schmelczer <andras@schmelczer.dev> (https://schmelczer.dev/)",

View file

@ -135,7 +135,7 @@ export class PlayerCharacterPhysical
this.movementActions.push(c);
}
private addKill() {
public addKill() {
this.killCount++;
this.remoteCall('setKillCount', this.killCount);
}