Skip to content

Commit f94927a

Browse files
committed
Added updated atlas for chapter 17
1 parent e57e3a4 commit f94927a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<TextureAtlas>
3+
<Texture>images/atlas</Texture>
4+
<Regions>
5+
<Region name="slime-1" x="320" y="0" width="80" height="80" />
6+
<Region name="slime-2" x="320" y="80" width="80" height="80" />
7+
<Region name="bat-1" x="320" y="160" width="80" height="80" />
8+
<Region name="bat-2" x="320" y="240" width="80" height="80" />
9+
<Region name="bat-3" x="400" y="0" width="80" height="80" />
10+
<Region name="title-card" x="0" y="320" width="751" height="240" />
11+
</Regions>
12+
<Animations>
13+
<Animation name="slime-animation" delay="200">
14+
<Frame region="slime-1" />
15+
<Frame region="slime-2" />
16+
</Animation>
17+
<Animation name="bat-animation" delay="200">
18+
<Frame region="bat-1" />
19+
<Frame region="bat-2" />
20+
<Frame region="bat-1" />
21+
<Frame region="bat-3" />
22+
</Animation>
23+
</Animations>
24+
</TextureAtlas>

0 commit comments

Comments
 (0)