Skip to content

Commit

Permalink
Update cw_field_upgrade_template.gsc
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardS0406 committed Jul 10, 2022
1 parent 542360a commit 7d15440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Custom Field Upgrade/cw_field_upgrade_template.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use_custom_field_upgrade()
{
self endon("disconnect");
//below colors your screen to show a field upgrade is active!
scripts/zm/cw_field_upgrades::setOverlayColor((0,0.9,1), 0.5); //(R,G,B), ALPHA(transparency)
self scripts/zm/cw_field_upgrades::setOverlayColor((0,0.9,1), 0.5); //(R,G,B), ALPHA(transparency)
//Add Field Upgrade Functionality Here!
scripts/zm/cw_field_upgrades::setOverlayColor((0.4,0,0), 0); //DON'T TOUCH. RESET TO RED FOR REDSCREEN
self scripts/zm/cw_field_upgrades::setOverlayColor((0.4,0,0), 0); //DON'T TOUCH. RESET TO RED FOR REDSCREEN
}

0 comments on commit 7d15440

Please sign in to comment.