This commit is contained in:
2026-05-08 19:19:42 +02:00
parent 0e9585de9a
commit 2a51a0e0c2
892 changed files with 0 additions and 2 deletions

12
maps/createfx/favela_audio.gsc Executable file
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;
}