commit
a9b9397885
Binary file not shown.
Binary file not shown.
@ -0,0 +1,20 @@
|
|||||||
|
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Write a description of class Spielanleitung here.
|
||||||
|
*
|
||||||
|
* @author (your name)
|
||||||
|
* @version (a version number or a date)
|
||||||
|
*/
|
||||||
|
public class Spielanleitung extends Actor
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
public void act()
|
||||||
|
{
|
||||||
|
setImage ("Spielanleitung.png");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
Binary file not shown.
Loading…
Reference in New Issue