From 86ece8bafdbc0af597e211451acb6d8c75db45dc Mon Sep 17 00:00:00 2001 From: Luxray5474 Date: Sat, 9 Dec 2017 13:31:44 -0500 Subject: [PATCH 1/4] Create TODO.md --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000000..6906cf7a3d --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +### Important +1. Add an improved conveyor belt drawing system +2. Add localization support, storing game text in txt files instead of within code. This is in response to a couple of translation requests from Omicron Translation Group on the Itch.io page. I [l5474] *might* be able to do it... eventually. +3. Fix some AI going to the wall, as mentioned in #5 + +### Optional/Low Priority +1. Make minimap or aux. tile loader for whole-map view +2. Add in more teleporter colors maybe, and make a new teleporter color picker ui/tooltip. Very low priority +3. Maybe make enemies manually spawnable in Sandbox Mode +4. Maybe assign a key to make Mecha move faster From 49e0fdd9f083a336ebba12933867fae8a5da2f04 Mon Sep 17 00:00:00 2001 From: Luxray5474 Date: Sat, 9 Dec 2017 13:45:19 -0500 Subject: [PATCH 2/4] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6906cf7a3d..1876804fcb 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ ### Important 1. Add an improved conveyor belt drawing system -2. Add localization support, storing game text in txt files instead of within code. This is in response to a couple of translation requests from Omicron Translation Group on the Itch.io page. I [l5474] *might* be able to do it... eventually. +2. Add localization support, storing game text in JSON files instead of within code. This is in response to a couple of translation requests from Omicron Translation Group on the Itch.io page. I [l5474] *might* be able to do it... eventually. 3. Fix some AI going to the wall, as mentioned in #5 ### Optional/Low Priority From 1ae559dd89b577581e7e1c2120596828e1f5c649 Mon Sep 17 00:00:00 2001 From: Luxray5474 Date: Sat, 9 Dec 2017 15:02:48 -0500 Subject: [PATCH 3/4] Corrected TODO --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 1876804fcb..ee587d6fe0 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,10 @@ ### Important -1. Add an improved conveyor belt drawing system +1. Add an improved conveyor belt drawing (creation/design) system 2. Add localization support, storing game text in JSON files instead of within code. This is in response to a couple of translation requests from Omicron Translation Group on the Itch.io page. I [l5474] *might* be able to do it... eventually. 3. Fix some AI going to the wall, as mentioned in #5 ### Optional/Low Priority -1. Make minimap or aux. tile loader for whole-map view +1. Make minimap ~~or aux. tile loader for whole-map view~~ 2. Add in more teleporter colors maybe, and make a new teleporter color picker ui/tooltip. Very low priority 3. Maybe make enemies manually spawnable in Sandbox Mode 4. Maybe assign a key to make Mecha move faster From c60170cfab28589ab4a49355feef90970be2037e Mon Sep 17 00:00:00 2001 From: Luxray5474 Date: Sat, 9 Dec 2017 15:04:25 -0500 Subject: [PATCH 4/4] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index ee587d6fe0..3de4bef063 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,7 @@ 1. Add an improved conveyor belt drawing (creation/design) system 2. Add localization support, storing game text in JSON files instead of within code. This is in response to a couple of translation requests from Omicron Translation Group on the Itch.io page. I [l5474] *might* be able to do it... eventually. 3. Fix some AI going to the wall, as mentioned in #5 +4. Add configurable autosave feature ### Optional/Low Priority 1. Make minimap ~~or aux. tile loader for whole-map view~~