lfs, current build

This commit is contained in:
2026-08-08 15:20:37 -04:00
parent 2efed2a443
commit a5904b917b
397 changed files with 215918 additions and 2458 deletions
+22
View File
@@ -0,0 +1,22 @@
<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>