npm scripts now can be run from `BondageClub/Tools/ESLint/node_modules/` directly no need to copy or anything extra
.gitignore updated so npm modules can be installed to that path
* Adds ESLint to automatically fix key order in Female3DCG.js
* Runs the lint fixer
* Moves lint tooling into the BondageClub directory
* New object key sort order for Female3DCG.js
* Revised object key sorting order to account for asset groups
* Reverts key sort on PoseFemale3DCG and ActivityFemale3DCG variables
* add AfkTimer
* fixed AfkTimerInit to be called only once from window load callback
* AfkTimer - add preferences checkbox
* AfkTimer - only set AFK status if player in ChatRoom screen
* removed changes to .gitignore file
* AfkTimer: setInterval, remove expression (#2)
Thanks Noname!
* merge fixes
Co-authored-by: NoneNoname <51082447+NoneNoname@users.noreply.github.com>
* initial changes
* hook things up
* mini game port: foundation part
* mini game port mostly successful, remaining extra details
* hooked things up and adjust payments
* adding loading page
* code re-factor
* health partial
* Add health to game, add game fail, fix issue after first play
* add player, add restrain to player on each fail