Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Remove all custom content, make it truly pluggable
Browse files Browse the repository at this point in the history
GUYS THE GAME IS ACTUALLY MODABLE NOW WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  • Loading branch information
TheDrawingCoder-Gamer committed Jan 25, 2021
1 parent e51a6fc commit 6af00c9
Show file tree
Hide file tree
Showing 21 changed files with 558 additions and 2,186 deletions.
1 change: 0 additions & 1 deletion assets/data/amongdrip/amongdrip.json

This file was deleted.

1 change: 0 additions & 1 deletion assets/data/dkrap/dkrap.json

This file was deleted.

4 changes: 0 additions & 4 deletions assets/data/freeplaySonglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ Bopeebo
Fresh
Dadbattle
Monster
ToastyBuns
DKRap
AmongDrip
YourReality
1 change: 0 additions & 1 deletion assets/data/toastybuns/toastybuns.json

This file was deleted.

1 change: 0 additions & 1 deletion assets/data/yourreality/yourreality-easy.json

This file was deleted.

1 change: 0 additions & 1 deletion assets/data/yourreality/yourreality-hard.json

This file was deleted.

1 change: 0 additions & 1 deletion assets/data/yourreality/yourreality.json

This file was deleted.

4 changes: 1 addition & 3 deletions assets/images/custom_chars/charlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
crewmate
crewmatered
parappa
template
82 changes: 0 additions & 82 deletions assets/images/custom_chars/crewmate.json

This file was deleted.

Binary file removed assets/images/custom_chars/crewmate.png
Binary file not shown.
501 changes: 0 additions & 501 deletions assets/images/custom_chars/crewmate.xml

This file was deleted.

82 changes: 0 additions & 82 deletions assets/images/custom_chars/crewmatered.json

This file was deleted.

Binary file removed assets/images/custom_chars/crewmatered.png
Binary file not shown.
501 changes: 0 additions & 501 deletions assets/images/custom_chars/crewmatered.xml

This file was deleted.

Binary file removed assets/images/custom_chars/parappa.png
Binary file not shown.
501 changes: 0 additions & 501 deletions assets/images/custom_chars/parappa.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"animation": {
"idle": {
"name": "Parappa idle Dance",
"name": "Template idle Dance",
"loop": false
},
"singUP": {
"name": "Parappa NOTE UP0",
"name": "Template NOTE UP0",
"loop": false
},
"singDOWN": {
"name": "Parappa NOTE DOWN0",
"name": "Template NOTE DOWN0",
"loop": false
},
"singLEFT": {
"name": "Parappa NOTE LEFT0",
"name": "Template NOTE LEFT0",
"loop": false
},
"singRIGHT": {
"name": "Parappa NOTE RIGHT0",
"name": "Template NOTE RIGHT0",
"loop": false
},
"singLEFTmiss": {
"name": "Parappa NOTE LEFT MISS",
"name": "Template NOTE LEFT MISS",
"loop": false
},
"singRIGHTmiss": {
"name": "Parappa NOTE RIGHT MISS",
"name": "Template NOTE RIGHT MISS",
"loop": false
},
"singUPmiss": {
"name": "Parappa NOTE UP MISS",
"name": "Template NOTE UP MISS",
"loop": false
},
"singDOWNmiss": {
"name": "Parappa NOTE DOWN MISS",
"name": "Template NOTE DOWN MISS",
"loop": false
},
"hey": {
"name": "Parappa Hey",
"name": "Template Hey",
"loop": false
},
"firstDeath": {
"name": "Parappa dies",
"name": "Template dies",
"loop": false
},
"deathLoop": {
"name": "Parappa Dead Loop",
"name": "Template Dead Loop",
"loop": true
},
"deathConfirm": {
"name": "Parappa Dead confirm",
"name": "Template Dead confirm",
"loop": false
},
"scared": {
"name": "Parappa idle shaking",
"name": "Template idle shaking",
"loop": false
}
},
Expand All @@ -77,6 +77,7 @@
"camOffsetX": 0,
"camOffsetY": 0,
"enemyOffsetX": 0,
"enemyOffsetY": 400,
"icons": [25, 26]
"enemyOffsetY": 350,
"icons": [0, 1],
"likebf": true
}
Loading

0 comments on commit 6af00c9

Please sign in to comment.