Implement a CLI command to change themes. (#136)
* Implement cli based theme applier. * Remove references to old globalMousePos * Use direct file path instead.
This commit is contained in:
3
globals/mousePos.ts
Normal file
3
globals/mousePos.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
const globalMousePosVar = Variable([0, 0]);
|
||||
|
||||
globalThis["globalMousePos"] = globalMousePosVar;
|
||||
Reference in New Issue
Block a user