├── .gitattributes ├── LICENSE ├── README.md └── idle.js /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/saliengame_idler/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/saliengame_idler/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/saliengame_idler/HEAD/README.md -------------------------------------------------------------------------------- /idle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ensingm2/saliengame_idler/HEAD/idle.js --------------------------------------------------------------------------------