This commit is contained in:
Giovani
2020-02-03 09:33:53 -05:00
parent 24b26802be
commit 42b2214cd6
6 changed files with 1077 additions and 1888 deletions

View File

@@ -38,7 +38,7 @@ public class EventControls : MonoBehaviour
private bool eventDrawn = false;
private bool eventTriggered = false;
private float eventCycleInSeconds = 3.5f;
private float eventCycleInSeconds = 2.8f;
private int eventCycleAccumalator = 0;
private int tileMapClearDelayAccumalator = 0;
private EventControlTile currentEventControl;