Skip to content

Commit

Permalink
Secret Pixel Note Splashes (#240)
Browse files Browse the repository at this point in the history
* pixel note splashes

* tyy!!

* pixel secret notesplashes

---------

Co-authored-by: ⍚~Nex <87421482+NexIsDumb@users.noreply.github.com>
  • Loading branch information
maplesyruppppppp and NexIsDumb authored Feb 7, 2024
1 parent a2ebb51 commit c9c60f9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/data/splashes/pixel-secret.xml
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.
24 changes: 24 additions & 0 deletions assets/images/stages/school/ui/pixel-secret-splashes.xml
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>

0 comments on commit c9c60f9

Please sign in to comment.