import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
public class grassworld extends World
{
/**
* Create My world (grass). Our world has a size
* of 600x600 cells, where every cell is just 1 pixel.
*/
public grassworld()
{
super(900, 700, 1);
}
public void act()
{
private int timer = 3600
{
if (time>0);
{
timer--;
if (timer==0)
Greenfoot.stop();
}
}
}
}
