adding maps/

This commit is contained in:
2026-05-05 17:38:49 +02:00
parent bc9a73596f
commit 3d6ffb12eb
404 changed files with 394683 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#include maps\_anim;
main()
{
// Autogenerated by AnimSounds. Threaded off so that it can be placed before _load( has to create level.scr_notetrack first ).
thread init_animsounds();
}
init_animsounds()
{
waittillframeend;
}