Skip to content

Commit

Permalink
Merge pull request #372 from UQcsse3200/4/Dialogue-Box-Bugs
Browse files Browse the repository at this point in the history
Updated JavaDoc
  • Loading branch information
BaileyS03 authored Sep 16, 2024
2 parents 894c972 + 4e1c947 commit 19054d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public class AvoidTask extends ChaseTask {
private final float minAvoidDistance;

/**
* Initialises the avoid task.
*
* @param target The entity to avoid.
* @param priority Task priority when avoiding (0 when not avoiding).
* @param safeDistance Minimum distance to maintain from the target.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ private void createBackwardButton() {

/**
* Creates the playButton for booting up mini-games
*
* @return the playButton instance.
*/
public void createPlayButton() {
TextButton.TextButtonStyle buttonStyle = createButtonStyle();
Expand Down

0 comments on commit 19054d0

Please sign in to comment.