so im making a maze game and i want the actor to be on the map as well as the enemy's. I had just the main actor working like thie
i have this
but it draws a line. how do i make it just show a dot where it is ?
map.getImage().setColor(new Color(0, 255, 253));
map.getImage().fillRect((int)((xdist + 13) * 4),(int)((ydist + 13) * 4),4,4);
