// WARNING: This file is auto-generated and any changes to it will be overwritten import lang.stride.*; import java.util.*; import greenfoot.*; /** * */ public class BrainLand extends World { /** * */ public BrainLand() { super(850, 650, 1); this.addObject( new Brain(), this.getWidth() / 2, this.getHeight() / 2); this.addObject( new Wissenschaftler(), 25, 45); } }