Credits Screen
The credits page so players can see who made the game
Description
<credits-screen></credits-screen>monogatari.configuration ('credits', {
"Developers": {
"Artist": "Yui",
"Scenario Writer": "Gale",
},
"Donors": {
"Top Level Donors": [
"Tommy", "Scotty", "Lanny", "Robby", "Josie", "Freddy", "Bobby", "Lindsey"
],
"Patrons": [
"Alex", "Shine", "Mika"
],
},
"Special Thanks to": {
"My parents": ["Mom", "Dad"],
"My siblings": ["Brother", "Sister"],
}
});

Last updated
Was this helpful?