mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Formatting cleanup in assets folder
This commit is contained in:
parent
4c35b1d74f
commit
874a2d9e86
3 changed files with 26 additions and 30 deletions
|
@ -4,6 +4,7 @@ export
|
|||
# Ignore all JSONS in the images folder (including FlxAnimate JSONs)
|
||||
assets/preload/images
|
||||
assets/shared/images
|
||||
assets/weekend1/images
|
||||
|
||||
# Don't ignore data files
|
||||
# TODO: These don't work.
|
||||
|
|
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 0e2c5bf2134c7e517b70cf74afd58abe5c7b5e50
|
||||
Subproject commit 8d393de26ecbbabcc8096258458df9eea8cb387f
|
|
@ -1,32 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextureAtlas imagePath="arrows.png">
|
||||
<SubTexture name="staticLeft0001" x="0" y="0" width="17" height="17"/>
|
||||
<SubTexture name="staticDown0001" x="17" y="0" width="17" height="17"/>
|
||||
<SubTexture name="staticUp0001" x="34" y="0" width="17" height="17"/>
|
||||
<SubTexture name="staticRight0001" x="51" y="0" width="17" height="17"/>
|
||||
|
||||
<SubTexture name="noteLeft0001" x="0" y="17" width="17" height="17"/>
|
||||
<SubTexture name="noteDown0001" x="17" y="17" width="17" height="17"/>
|
||||
<SubTexture name="noteUp0001" x="34" y="17" width="17" height="17"/>
|
||||
<SubTexture name="noteRight0001" x="51" y="17" width="17" height="17"/>
|
||||
|
||||
<SubTexture name="pressedLeft0001" x="0" y="17" width="17" height="17"/>
|
||||
<SubTexture name="pressedDown0001" x="17" y="17" width="17" height="17"/>
|
||||
<SubTexture name="pressedUp0001" x="34" y="17" width="17" height="17"/>
|
||||
<SubTexture name="pressedRight0001" x="51" y="17" width="17" height="17"/>
|
||||
|
||||
<SubTexture name="pressedLeft0002" x="0" y="34" width="17" height="17"/>
|
||||
<SubTexture name="pressedDown0002" x="17" y="34" width="17" height="17"/>
|
||||
<SubTexture name="pressedUp0002" x="34" y="34" width="17" height="17"/>
|
||||
<SubTexture name="pressedRight0002" x="51" y="34" width="17" height="17"/>
|
||||
|
||||
<SubTexture name="confirmLeft0001" x="0" y="51" width="17" height="17"/>
|
||||
<SubTexture name="confirmDown0001" x="17" y="51" width="17" height="17"/>
|
||||
<SubTexture name="confirmUp0001" x="34" y="51" width="17" height="17"/>
|
||||
<SubTexture name="confirmRight0001" x="51" y="51" width="17" height="17"/>
|
||||
|
||||
<SubTexture name="confirmLeft0002" x="0" y="68" width="17" height="17"/>
|
||||
<SubTexture name="confirmDown0002" x="17" y="68" width="17" height="17"/>
|
||||
<SubTexture name="confirmUp0002" x="34" y="68" width="17" height="17"/>
|
||||
<SubTexture name="confirmRight0002" x="51" y="68" width="17" height="17"/>
|
||||
<SubTexture name="staticLeft0001" x="0" y="0" width="17" height="17" />
|
||||
<SubTexture name="staticDown0001" x="17" y="0" width="17" height="17" />
|
||||
<SubTexture name="staticUp0001" x="34" y="0" width="17" height="17" />
|
||||
<SubTexture name="staticRight0001" x="51" y="0" width="17" height="17" />
|
||||
<SubTexture name="noteLeft0001" x="0" y="17" width="17" height="17" />
|
||||
<SubTexture name="noteDown0001" x="17" y="17" width="17" height="17" />
|
||||
<SubTexture name="noteUp0001" x="34" y="17" width="17" height="17" />
|
||||
<SubTexture name="noteRight0001" x="51" y="17" width="17" height="17" />
|
||||
<SubTexture name="pressedLeft0001" x="0" y="17" width="17" height="17" />
|
||||
<SubTexture name="pressedDown0001" x="17" y="17" width="17" height="17" />
|
||||
<SubTexture name="pressedUp0001" x="34" y="17" width="17" height="17" />
|
||||
<SubTexture name="pressedRight0001" x="51" y="17" width="17" height="17" />
|
||||
<SubTexture name="pressedLeft0002" x="0" y="34" width="17" height="17" />
|
||||
<SubTexture name="pressedDown0002" x="17" y="34" width="17" height="17" />
|
||||
<SubTexture name="pressedUp0002" x="34" y="34" width="17" height="17" />
|
||||
<SubTexture name="pressedRight0002" x="51" y="34" width="17" height="17" />
|
||||
<SubTexture name="confirmLeft0001" x="0" y="51" width="17" height="17" />
|
||||
<SubTexture name="confirmDown0001" x="17" y="51" width="17" height="17" />
|
||||
<SubTexture name="confirmUp0001" x="34" y="51" width="17" height="17" />
|
||||
<SubTexture name="confirmRight0001" x="51" y="51" width="17" height="17" />
|
||||
<SubTexture name="confirmLeft0002" x="0" y="68" width="17" height="17" />
|
||||
<SubTexture name="confirmDown0002" x="17" y="68" width="17" height="17" />
|
||||
<SubTexture name="confirmUp0002" x="34" y="68" width="17" height="17" />
|
||||
<SubTexture name="confirmRight0002" x="51" y="68" width="17" height="17" />
|
||||
</TextureAtlas>
|
||||
|
|
Loading…
Reference in a new issue