Added screenshot

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

View File

@ -28,6 +28,8 @@
## About ## About
![Screenshot](./screenshot.gif)
Desktop Daemon is an experimental game to learn sprites & create customziable pets which live on your desktop. They can largly be ignored as they play along your taskbar but need attention from time to time. Desktop Daemon is an experimental game to learn sprites & create customziable pets which live on your desktop. They can largly be ignored as they play along your taskbar but need attention from time to time.
DD was writen completely froms scratch using TypeScript and Electron. DD was writen completely froms scratch using TypeScript and Electron.

BIN
screenshot.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

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

11229
v2/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff