survivors: making controls slightly larger

This commit is contained in:
Sheldan
2025-09-08 22:54:38 +02:00
parent 9fea67dbcc
commit 27f3d2e916

View File

@@ -53,7 +53,7 @@ export class Controls implements DrawContainer, MouseInterActingContainer {
constructor(world: World, keys: any) {
this.world = world;
this.keys = keys;
this.size = 50;
this.size = 60;
}
draw(ctx: CanvasRenderingContext2D) {