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
+2
View File
@@ -28,6 +28,8 @@
## 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.
DD was writen completely froms scratch using TypeScript and Electron.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

+1 -1
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,
+11229
View File
File diff suppressed because it is too large Load Diff