Tunnel tunnels (#577)

* tunnel tunnel

tunnel

* tunnel messes with the volume

* tempo finder can now be reset by waiting

now uses the conductor's time source if it exists and is playing

* wip anims

* Animations Finished

* add tunnel sound

* tunnel shader

fix the left sound

* add pre-sliced BG assets

---------

Co-authored-by: Seanski2 <seanbenedit@gmail.com>
This commit is contained in:
minenice55
2023-11-24 17:59:34 -05:00
committed by GitHub
parent 0b6ad7bdca
commit 13db943ab5
62 changed files with 7323 additions and 1270 deletions

View File

@ -1,8 +1,8 @@
using System;
public static class AppInfo {
public const string Version = "0.0.1016";
public static readonly DateTime Date = new DateTime(2023, 10, 20, 02, 31, 04, 288, DateTimeKind.Utc);
public const string Version = "0.0.1017";
public static readonly DateTime Date = new DateTime(2023, 11, 21, 01, 58, 14, 615, DateTimeKind.Utc);
}