-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pixel note splashes * tyy!! * pixel secret notesplashes --------- Co-authored-by: ⍚~Nex <87421482+NexIsDumb@users.noreply.github.com>
- Loading branch information
1 parent
a2ebb51
commit c9c60f9
Showing
3 changed files
with
40 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE codename-engine-splashes> | ||
<!--Pixel Splashes by APurples!!--> | ||
<splashes sprite="stages/school/ui/pixel-secret-splashes" alpha="0.6" antialiasing="false" scale="3.5"> | ||
<strum id="0"> <!-- LEFT --> | ||
<anim name="splashleft1" anim="splash purple 1" fps="24" x="-3"/> | ||
</strum> | ||
<strum id="1"> <!-- DOWN --> | ||
<anim name="splashdown1" anim="splash blue 1" fps="24" x="-3"/> | ||
</strum> | ||
<strum id="2"> <!-- UP --> | ||
<anim name="splashup1" anim="splash green 1" fps="24" x="-3"/> | ||
</strum> | ||
<strum id="3"> <!-- RIGHT --> | ||
<anim name="splashright1" anim="splash red 1" fps="24" x="-3"/> | ||
</strum> | ||
</splashes> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<TextureAtlas imagePath="pixel-secret-splashes.png"> | ||
<!-- Made using Maru Aseprite JSON to XML converter --> | ||
<SubTexture name="splash purple 100000" x="0" y="0" width="64" height="64"/> | ||
<SubTexture name="splash purple 100001" x="64" y="0" width="64" height="64"/> | ||
<SubTexture name="splash purple 100002" x="128" y="0" width="64" height="64"/> | ||
<SubTexture name="splash purple 100003" x="192" y="0" width="64" height="64"/> | ||
<SubTexture name="splash purple 100004" x="256" y="0" width="64" height="64"/> | ||
<SubTexture name="splash blue 100000" x="0" y="64" width="64" height="64"/> | ||
<SubTexture name="splash blue 100001" x="64" y="64" width="64" height="64"/> | ||
<SubTexture name="splash blue 100002" x="128" y="64" width="64" height="64"/> | ||
<SubTexture name="splash blue 100003" x="192" y="64" width="64" height="64"/> | ||
<SubTexture name="splash blue 100004" x="256" y="64" width="64" height="64"/> | ||
<SubTexture name="splash green 100000" x="0" y="128" width="64" height="64"/> | ||
<SubTexture name="splash green 100001" x="64" y="128" width="64" height="64"/> | ||
<SubTexture name="splash green 100002" x="128" y="128" width="64" height="64"/> | ||
<SubTexture name="splash green 100003" x="192" y="128" width="64" height="64"/> | ||
<SubTexture name="splash green 100004" x="256" y="128" width="64" height="64"/> | ||
<SubTexture name="splash red 100000" x="0" y="192" width="64" height="64"/> | ||
<SubTexture name="splash red 100001" x="64" y="192" width="64" height="64"/> | ||
<SubTexture name="splash red 100002" x="128" y="192" width="64" height="64"/> | ||
<SubTexture name="splash red 100003" x="192" y="192" width="64" height="64"/> | ||
<SubTexture name="splash red 100004" x="256" y="192" width="64" height="64"/> | ||
</TextureAtlas> |