Refactor scene management with store
This commit is contained in:
parent
f9079e4823
commit
871b4116ff
10 changed files with 69 additions and 59 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"typescript": "^4.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"p5": "^1.4.0"
|
||||
"p5": "^1.4.0",
|
||||
"zustand": "^3.5.7"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue