interpreter improvements and error handling in NSD image saving

This commit is contained in:
weckyy702
2020-12-30 14:45:54 +01:00
parent 5dc1f8e19d
commit d68976b55e
5 changed files with 277 additions and 20 deletions

View File

@@ -274,7 +274,6 @@ public class Rover extends Actor
protected void addedToWorld(World world)
{
setImage("images/rover.png");
world = getWorld();
anzeige = new Display();
@@ -285,7 +284,6 @@ public class Rover extends Actor
setLocation(getX(),1);
}
anzeige.anzeigen("Ich bin bereit");
}
class Display extends Actor