23 lines
684 B
XML
23 lines
684 B
XML
<Cursor TextureRootPath="gfx" SoundRootPath="sfx" Anm2="cursor/cursor.anm2">
|
|
<Actions>
|
|
<Idle Animation="Default" />
|
|
<Click Animation="Click" />
|
|
<Hover Animation="Hover" />
|
|
<Grab Animation="Grab">
|
|
<Sound Path="grab.ogg" />
|
|
<Particle Type="Circle" />
|
|
</Grab>
|
|
<Release>
|
|
<Sound Path="release.ogg" />
|
|
</Release>
|
|
<Pan Animation="Pan" />
|
|
<Zoom Animation="Zoom" />
|
|
<Dispose Animation="Dispose" />
|
|
<Throw>
|
|
<Sound Path="throw1.ogg" />
|
|
<Sound Path="throw2.ogg" />
|
|
<Sound Path="throw3.ogg" />
|
|
</Throw>
|
|
</Actions>
|
|
</Cursor>
|