Simple Novel Game JSON Converter's icon

Simple Novel Game JSON Converter 1.0 Tools 4.5 Community

Submitted by user eunahya; MIT; 2025-11-26

An asset that stores texture paths and text in a single dictionary within an array JSON.
Use it when creating novel game-style UI.
Example:
[
{
“text”: “Make a contract with me and become a magical girl⭐️”,
“texture”: “res://3Dmodel/CharacterIconSabun/FairySmile.jpg”
},
{
“text”: “I'm not Q-something-or-other, okay?”,
“texture”: “res://3Dmodel/CharacterIconSabun/FairyNormal.jpg”
},
]


View files Download Submit an issue Recent Edits