mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-29 17:40:12 +02:00
Remove debug log
This commit is contained in:
parent
26def1bc7b
commit
263c28b532
@ -252,7 +252,6 @@ namespace RhythmHeavenMania
|
|||||||
new GameAction("set background color", delegate {
|
new GameAction("set background color", delegate {
|
||||||
var e = eventCaller.currentEntity;
|
var e = eventCaller.currentEntity;
|
||||||
var c = KarateMan.instance.BackgroundColors[e.type];
|
var c = KarateMan.instance.BackgroundColors[e.type];
|
||||||
Debug.Log("TYPE=" + e.type.ToString() + ", SHADOW=" + e.type2.ToString());
|
|
||||||
if(e.type == (int)KarateMan.BackgroundType.Custom) c = e.colorA;
|
if(e.type == (int)KarateMan.BackgroundType.Custom) c = e.colorA;
|
||||||
KarateMan.instance.SetBackgroundColor(e.type, e.type2, c, e.colorB);
|
KarateMan.instance.SetBackgroundColor(e.type, e.type2, c, e.colorB);
|
||||||
}, 1f, false, new List<Param>()
|
}, 1f, false, new List<Param>()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user