Targets are now read from CSV file on server

This commit is contained in:
mattbk
2015-11-02 15:35:16 -06:00
parent c9530de69c
commit f9f4122f99
2 changed files with 23 additions and 6 deletions

6
targets.csv Normal file
View File

@ -0,0 +1,6 @@
phase,topleftx,toplefty,bottomrightx,bottomrighty
1,0,0,10,10
2,0,0,20,20
3,0,0,30,30
4,0,0,40,40
5,0,0,50,50
1 phase topleftx toplefty bottomrightx bottomrighty
2 1 0 0 10 10
3 2 0 0 20 20
4 3 0 0 30 30
5 4 0 0 40 40
6 5 0 0 50 50