remove assetbundle stuff

This commit is contained in:
DPS2004
2022-08-17 12:24:24 -04:00
parent 58937f12b7
commit a3a42a5378
2 changed files with 88 additions and 5 deletions

View File

@ -48,10 +48,10 @@ namespace HeavenStudio.Games.Loaders
new Param("colorA", Color.white, "Start Color", "The starting color in the fade"),
new Param("colorB", Tunnel.defaultFgColor, "End Color", "The ending color in the fade")
}, hidden: true ),
},
new List<string>() {"ntr", "aim"},
"ntrcoin", "en",
new List<string>() {}
}
//new List<string>() {"ntr", "aim"},
//"ntrcoin", "en",
//new List<string>() {}
);
}
}
@ -170,7 +170,7 @@ namespace HeavenStudio.Games
public void ChangeBackgroundColor(Color color, float beats, bool isFg = false)
{
var seconds = Conductor.instance.secPerBeat * beats;
if(!isFg)
{
if (bgColorTween != null)