forked from EXOK/Celeste64
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting up level loading and asset loading Setting up readme Adding test mod.
- Loading branch information
1 parent
52240c1
commit e2720d3
Showing
12 changed files
with
3,820 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"TestSign": [ | ||
{ | ||
"Face": "signpost", | ||
"Voice": "sign/general_01", | ||
"Text": "Secret Sign\nDo NOT read" | ||
}, | ||
{ | ||
"Face": "signpost", | ||
"Voice": "sign/ellipses_01", | ||
"Text": "..." | ||
}, | ||
{ | ||
"Face": "signpost", | ||
"Voice": "sign/general_03", | ||
"Text": "But since you found me,\nhere's a tip:" | ||
}, | ||
{ | ||
"Face": "signpost", | ||
"Voice": "sign/general_02", | ||
"Text": "This is a test mod level. \nTo beat it, collect the Cassette at the end." | ||
}, | ||
{ | ||
"Face": "signpost", | ||
"Voice": "sign/ellipses_01", | ||
"Text": "..." | ||
}, | ||
{ | ||
"Face": "signpost", | ||
"Voice": "sign/snark_02", | ||
"Text": "What are you waiting for? Go!" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"ID": "TEST_LEVEL", | ||
"Name": "Test Level", | ||
"Label": "Used to test mod loader\nMod By: Jazzrabbit", | ||
"Strawberries": 2, | ||
"Preview": "Postcards/TestLevel", | ||
"Map": "test-level" | ||
} | ||
] |
Oops, something went wrong.