mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 19:35:53 +00:00
Pattern burst rotation
This commit is contained in:
parent
6d7a23e2f3
commit
099c8acf5e
10 changed files with 538 additions and 477 deletions
7
Scripts/Enums/LoopType.cs
Normal file
7
Scripts/Enums/LoopType.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum LoopType
|
||||
{
|
||||
PlayOnce,
|
||||
Loop
|
||||
}
|
||||
1
Scripts/Enums/LoopType.cs.uid
Normal file
1
Scripts/Enums/LoopType.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bn5p0n583d3tj
|
||||
Loading…
Add table
Add a link
Reference in a new issue