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 updateInterval: NodeJS.Timeout;
|
||||||
|
|
||||||
public props: CursorProps = {
|
public props: CursorProps = {
|
||||||
currentAnimation: "test2",
|
currentAnimation: "lemniscate",
|
||||||
position: {
|
position: {
|
||||||
x: 50,
|
x: 50,
|
||||||
y: 50
|
y: 50
|
||||||
|
|
Loading…
Reference in New Issue