Is it possible to edit the Main Actor class?
I found the Actor.java in the Source but in the download I only found the Actor.class and manually (=ger.manuell) compiling isn't possible.
If anybody knows a solution, this would be great.
There is no need to edit the main Actor class. By adding a class to extend the Actor class, you can alter what it does. If you could be more specific as to why you wish to do so, it would help in explaining how to accomplish this.