mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
survivors: making controls slightly larger
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user