Skip to content

Commit cd0f2d0

Browse files
committed
Draw on the screen instead of the map
1 parent 73dc887 commit cd0f2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class HelloBot extends DefaultBWListener {
8787
@Override
8888
public void onFrame() {
8989
Game game = bwClient.getGame();
90-
game.drawTextMap(100, 100, "Hello World!");
90+
game.drawTextScreen(100, 100, "Hello World!");
9191
}
9292

9393
public static void main(String[] args) {

0 commit comments

Comments
 (0)