Update wiki to match gradle conversion authored by Derek Williams's avatar Derek Williams
...@@ -15,7 +15,7 @@ In GameClient-desktop: ...@@ -15,7 +15,7 @@ In GameClient-desktop:
* In ui-data, edit the characters.pack file to include the newSprite and its dimensions. xy is the value that is the top left corner pixel of newSprite in characters.png. * In ui-data, edit the characters.pack file to include the newSprite and its dimensions. xy is the value that is the top left corner pixel of newSprite in characters.png.
In GameShared: In GameShared:
* In tests.testData.PlayersForTest.java, you can add the appearance here by referencing "<.png name without file extension>" * In src/main/java/datatypes/PlayersForTest.java, you can add the appearance here by referencing "<.png name without file extension>"
Sources: Sources:
... ...
......