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 @@
<Menu SoundRootPath="sfx" FontRootPath="font" Font="font.ttf" IconsFont="icons.ttf" ButtonRounding="10.0">
<Home GlyphFromIconFont="1" />
<Actions>
<Open>
<Sound Path="open.ogg" />
</Open>
<Close>
<Sound Path="close.ogg" />
</Close>
<Hover>
<Sound Path="hover.ogg" />
<Sound Path="hover2.ogg" />
<Sound Path="hover3.ogg" />
</Hover>
<Select>
<Sound Path="select.ogg" />
</Select>
<CheatsActivated>
<Sound Path="cheatsActivated.ogg" />
</CheatsActivated>
</Actions>
</Menu>