Update TODO
This commit is contained in:
parent
e731d84ada
commit
e864314eea
2 changed files with 16 additions and 0 deletions
7
TODO.txt
7
TODO.txt
|
@ -10,3 +10,10 @@ Damage calculation
|
|||
|
||||
Skillpoint engine
|
||||
- Make it work...
|
||||
|
||||
Build encoding
|
||||
- Allow exporting/importing builds to strings
|
||||
|
||||
LATER STUFF:
|
||||
- Custom items integration
|
||||
- wynndata parse? And/or google sheets
|
||||
|
|
9
test.js
9
test.js
|
@ -1,3 +1,12 @@
|
|||
/*
|
||||
* TESTING SECTION
|
||||
*/
|
||||
|
||||
console.log(location.href);
|
||||
|
||||
/*
|
||||
* END testing section
|
||||
*/
|
||||
|
||||
let player_build;
|
||||
// Set up item lists for quick access later.
|
||||
|
|
Loading…
Reference in a new issue