{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for entering realtime scores. */}} {{define "title"}}Scoring Panel{{end}} {{define "body"}}
 
 
Start Hab Level
Sandstorm Bonus?
End Hab Level
{{range $i := seq 3}}
{{$i}}
{{add $i 3}}
{{add $i 6}}
{{end}}
{{template "rocketHalf" dict "startBayId" 0 "vars" $}}
{{template "rocketHalf" dict "startBayId" 3 "vars" $}}
{{template "bay" dict "id" 6 "vars" $}}{{template "bay" dict "id" 13 "vars" $}}
{{template "bay" dict "id" 7 "vars" $}}{{template "bay" dict "id" 12 "vars" $}}
{{template "bay" dict "id" 8 "vars" $}}{{template "bay" dict "id" 11 "vars" $}}
{{template "bay" dict "id" 9 "vars" $}}{{template "bay" dict "id" 10 "vars" $}}
Click or use the labeled keyboard shortcuts to toggle each element
Set pre-match state of robots and cargo ship
Waiting for the next match...
{{template "rocketHalf" dict "startBayId" 14 "vars" $}}
{{template "rocketHalf" dict "startBayId" 17 "vars" $}}
{{end}} {{define "head"}} {{end}} {{define "script"}} {{end}} {{define "rocketHalf"}} {{template "bay" dict "id" .startBayId "vars" .vars}} {{template "bay" dict "id" (add .startBayId 1) "vars" .vars}} {{template "bay" dict "id" (add .startBayId 2) "vars" .vars}} {{end}} {{define "bay"}}
{{(index .vars.BayMappings .id).Shortcut}}
{{end}}