Skip to content

Commit

Permalink
Updated to work with target update change in 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
phrack committed Jul 16, 2016
1 parent e4ae904 commit ce3083d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/com/shootoff/plugins/ShotToClick.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ public void init() {
logger.error("Error initializing Robot to simulate clicks.", e);
}
}

@Override
public void targetUpdate(Target target, TargetChange change) { }

@Override
public ExerciseMetadata getInfo() {
return new ExerciseMetadata("Shot to Click", "1.2", "phrack",
return new ExerciseMetadata("Shot to Click", "1.3", "phrack",
"This exercise converts a shot on a projection to a click on the screen being projected. "
+ "To use this exercise, start the Projector Arena and calibrate, then minimize the arena "
+ "and replace it on the projector with a Flash game or similar that you'd like to play "
Expand Down

0 comments on commit ce3083d

Please sign in to comment.