Added screenshot
This commit is contained in:
parent
2c2d2588fc
commit
ad9703eb8f
@ -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
screenshot.gif
Normal file
BIN
screenshot.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
@ -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
v2/package-lock.json
generated
Normal file
11229
v2/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user