Added screenshot

This commit is contained in:
2023-08-14 17:26:54 -04:00
parent 2c2d2588fc
commit ad9703eb8f
4 changed files with 11232 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export class NPC {
private sprite!: any;
private text: string;
public pos = [0, 0];
public pos = [1000, 0];
public vel = [0, 0];
constructor(private readonly ctx: CanvasRenderingContext2D,