I saw many people desire some way to save some notes about the colony in-game.
A sign tile would be nice, once built it would allow to insert some text in large text area and show it on hover. The problem is that it would need custom sprite of some kind.
The other way is to add additional overlay that would allow to add text over tiles.
This needs to be implemented carefully so nobody will lose the text saved. Of course I prefer saving the data as JSON like I did for temperature overlay and draggable UI.
Tell me what do you think ;)
Copied from original issue: javisar/ONI-Modloader-Mods#12
From @fistak on June 18, 2018 18:35
I saw many people desire some way to save some notes about the colony in-game.
A sign tile would be nice, once built it would allow to insert some text in large text area and show it on hover. The problem is that it would need custom sprite of some kind.
The other way is to add additional overlay that would allow to add text over tiles.
This needs to be implemented carefully so nobody will lose the text saved. Of course I prefer saving the data as JSON like I did for temperature overlay and draggable UI.
Tell me what do you think ;)
Copied from original issue: javisar/ONI-Modloader-Mods#12