Skip to content

Commit

Permalink
Updated starting positions and year
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebHeydon committed Jan 6, 2020
1 parent ab231f6 commit e153aa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions files/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ var image;
var imageFlipped;
var wto;

var startLeftY = 276;
var startCenterY = 157;
var startRightY = 48;
var startLeftY = 95;
var startCenterY = 55;
var startRightY = 27;

var maxSpeed = 120;
var maxSpeedColor = [0, 255, 0];
Expand Down Expand Up @@ -889,7 +889,7 @@ function getDataString() {
var isReversed = $("#isReversed").is(':checked');
var deg = isReversed ? 180 : 0;
var str = `/**
* Copyright (c) 2019 Team 3555
* Copyright (c) 2020 Team 3555
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -910,7 +910,7 @@ function getDataString() {
* SOFTWARE.
*/
package org.aluminati3555.frc2019.paths;
package org.aluminati3555.frc2020.paths;
import java.util.ArrayList;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
</thead>
<tbody>
<tr>
<td class="x"><input value="20"></td>
<td class="y"><input value="276"></td>
<td class="x"><input value="510"></td>
<td class="y"><input value="95"></td>
<td class="radius"><span>0</span></td>
<td class="speed"><span>0</span></td>
<td class="marker"><input placeholder="Marker"></td>
Expand Down

0 comments on commit e153aa8

Please sign in to comment.