Example #1
0
 private void SetupInitialDrawColor()
 {
     //EquipDrawTool();
     activeColor = Color.green;
     settings.SetColorCustom(activeColor);
     markerImage.color = activeColor;
 }