diff --git a/.vscode/launch.json b/.vscode/launch.json index 1ded7e8..e80f071 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", - "program": "run.py", + "program": "debug.py", "console": "integratedTerminal" } ] diff --git a/res/input/input.java b/res/input/input.java index b4e9624..67d01ba 100644 --- a/res/input/input.java +++ b/res/input/input.java @@ -1,5 +1,7 @@ import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) +//Comment that the interpreter may never know of + public class Rover extends Actor { private Display anzeige;