mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-27 11:52:47 +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) {
|
constructor(world: World, keys: any) {
|
||||||
this.world = world;
|
this.world = world;
|
||||||
this.keys = keys;
|
this.keys = keys;
|
||||||
this.size = 50;
|
this.size = 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
draw(ctx: CanvasRenderingContext2D) {
|
draw(ctx: CanvasRenderingContext2D) {
|
||||||
|
|||||||
Reference in New Issue
Block a user