Skip to content
Snippets Groups Projects
Commit 28350c9a authored by AREZKI Celia's avatar AREZKI Celia
Browse files

Add a "Mountain" type to the ViewElement enumeration.

parent d02e32fd
No related branches found
No related tags found
No related merge requests found
...@@ -96,4 +96,5 @@ public class FirefighterGrid extends Canvas implements Grid<ViewElement>{ ...@@ -96,4 +96,5 @@ public class FirefighterGrid extends Canvas implements Grid<ViewElement>{
private void clearBox(int row, int column){ private void clearBox(int row, int column){
getGraphicsContext2D().clearRect(column * boxWidth,row * boxHeight, boxWidth, boxHeight); getGraphicsContext2D().clearRect(column * boxWidth,row * boxHeight, boxWidth, boxHeight);
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment