Hi, is there a way to prevent the user from clicking on the reset button?
I also tried to modify Greenfoot's source code to remove it but it's pretty hard^^
Is there an easier way? (by the way, I want to remove this button, because all the huge variables are initialized in the first world and I don't want to reinitialize them each time... because of the Java Heap Space Error...)
