Skip to content

Commit

Permalink
Score à 25 de base :)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXillal committed Apr 23, 2023
1 parent c6472fa commit 463ae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/game/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class Player {
position = { x: 0, y: 0 } as playerPosition;
gameStats: PlayerGameStats;
color = 0;
score = 0;
score = 25;
territoryScore = 0;
isAlive = false;
socket: Socket;
Expand Down

0 comments on commit 463ae5c

Please sign in to comment.