Files
2026-08-08 15:20:37 -04:00

23 lines
679 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="throw.ogg" />
<Sound Path="throw2.ogg" />
<Sound Path="throw3.ogg" />
</Throw>
</Actions>
</Cursor>