File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
articles/tutorials/building_2d_games/17_scenes Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments