Skip to content

Commit

Permalink
Merge pull request #844 from ZeusWPI/kaya-sem
Browse files Browse the repository at this point in the history
Fixed cammie button positions
  • Loading branch information
niknetniko authored Oct 18, 2023
2 parents 4fa982c + cd03491 commit e50bb12
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public enum Command {
SOUTH_WEST(REL, -10, -10),
SOUTH(REL, 0, -10),
SOUTH_EAST(REL, 10, -10),
SMALL_TABLE(ABS, 22, 12),
BIG_TABLE(ABS, 61, 10),
SOFA(ABS, 56, 24),
SMALL_TABLE(ABS, 43, 15),
BIG_TABLE(ABS, 32, 6),
SOFA(ABS, 64, 4),
DOOR(ABS, 30, 4);

final String command;
Expand Down

0 comments on commit e50bb12

Please sign in to comment.