Files
godot-demo-projects/2d/role_playing_game/dialogue/dialogue_data/npc.json
2025-10-02 16:51:20 -07:00

6 lines
276 B
JSON
Executable File

{
"dialog_1": { "name": "Unknown", "text": "Hey, it's a good time to have a JRPG fight, right?" },
"dialog_2": { "name": "Unknown", "text": "Let me introduce myself, I'm the OPPONENT" },
"dialog_3": { "name": "Opponent", "text": "Enough talking. Let's fight!" }
}