Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Jan 9, 2024
1 parent 473531f commit bb4ab85
Show file tree
Hide file tree
Showing 12 changed files with 638 additions and 58 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"autoprefixer": "^10.4.16",
"partykit": "0.0.53",
"postcss": "^8.4.33",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
Expand Down
1 change: 1 addition & 0 deletions party/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default class Server implements Party.Server {
this.players.map((p) => {
if (p.conn_id === sender.id) p.name = values.name;
});
console.log(this.players);

this.mirror();
break;
Expand Down
Loading

0 comments on commit bb4ab85

Please sign in to comment.