├── .gitignore ├── ADDRESS.md ├── N_A_editor.py ├── README.md ├── WTFPL.txt ├── chips.py ├── chips_UI.py ├── chips_test.py └── emil.ico /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/.gitignore -------------------------------------------------------------------------------- /ADDRESS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/ADDRESS.md -------------------------------------------------------------------------------- /N_A_editor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/N_A_editor.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/README.md -------------------------------------------------------------------------------- /WTFPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/WTFPL.txt -------------------------------------------------------------------------------- /chips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/chips.py -------------------------------------------------------------------------------- /chips_UI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/chips_UI.py -------------------------------------------------------------------------------- /chips_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/chips_test.py -------------------------------------------------------------------------------- /emil.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CensoredUsername/Nier-Automata-editor/HEAD/emil.ico --------------------------------------------------------------------------------