Change default cursor back to lemniscate

This commit is contained in:
Hri7566 2023-12-01 23:03:11 -05:00
parent 556a1e4ad8
commit bd98acab2a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export class Cursor {
public updateInterval: NodeJS.Timeout; public updateInterval: NodeJS.Timeout;
public props: CursorProps = { public props: CursorProps = {
currentAnimation: "test2", currentAnimation: "lemniscate",
position: { position: {
x: 50, x: 50,
y: 50 y: 50