Change default cursor back to lemniscate
This commit is contained in:
parent
556a1e4ad8
commit
bd98acab2a
|
@ -25,7 +25,7 @@ export class Cursor {
|
|||
public updateInterval: NodeJS.Timeout;
|
||||
|
||||
public props: CursorProps = {
|
||||
currentAnimation: "test2",
|
||||
currentAnimation: "lemniscate",
|
||||
position: {
|
||||
x: 50,
|
||||
y: 50
|
||||
|
|
Loading…
Reference in New Issue