Skip to content

Instantly share code, notes, and snippets.

@BlackFoxgamingstudio
Last active January 2, 2023 23:49
Show Gist options
  • Save BlackFoxgamingstudio/d394d48c80f5932fcef7d923ee07c8a9 to your computer and use it in GitHub Desktop.
Save BlackFoxgamingstudio/d394d48c80f5932fcef7d923ee07c8a9 to your computer and use it in GitHub Desktop.
{"Quest_Chain_1": {
"id": 1,
"Location": {
"id": 1,
"name": "main_window",
"building": "inn",
"quest_giver_npc":"old_man_001",
"long": 500,
"lat": 500
},
"image": {
"src": "Images/Sun.png",
"name": "sun1",
"hOffset": 250,
"vOffset": 250,
"alignment": "center"
},
"text": {
"data": "Click Here",
"size": 36,
"style": "bold",
"name": "text1",
"hOffset": 250,
"vOffset": 100,
"alignment": "center",
"onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
},
"Quest1": {},
"Quest2": {},
"Quest3": {}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment