diff options
Diffstat (limited to 'project.greenfoot')
| -rw-r--r-- | project.greenfoot | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/project.greenfoot b/project.greenfoot new file mode 100644 index 0000000..d39bed9 --- /dev/null +++ b/project.greenfoot @@ -0,0 +1,113 @@ +#Greenfoot project file +class.Alien.image=alien1.png +class.Laser.image=laser.png +class.Raumschiff.image=Shuttle.png +class.Schild.image=shieldpart.png +dependency1.from=MyWorld +dependency1.to=Raumschiff +dependency1.type=UsesDependency +dependency10.from=Schild +dependency10.to=Lazer +dependency10.type=UsesDependency +dependency11.from=Schild +dependency11.to=Laser +dependency11.type=UsesDependency +dependency2.from=MyWorld +dependency2.to=Alien +dependency2.type=UsesDependency +dependency3.from=MyWorld +dependency3.to=Schild +dependency3.type=UsesDependency +dependency4.from=Alien +dependency4.to=MyWorld +dependency4.type=UsesDependency +dependency5.from=Alien +dependency5.to=Lazer +dependency5.type=UsesDependency +dependency6.from=Alien +dependency6.to=Laser +dependency6.type=UsesDependency +dependency7.from=Raumschiff +dependency7.to=Laser +dependency7.type=UsesDependency +dependency8.from=Raumschiff +dependency8.to=MyWorld +dependency8.type=UsesDependency +dependency9.from=Raumschiff +dependency9.to=Lazer +dependency9.type=UsesDependency +editor.fx.0.height=0 +editor.fx.0.width=0 +editor.fx.0.x=0 +editor.fx.0.y=0 +height=1049 +package.numDependencies=11 +package.numTargets=7 +project.charset=UTF-8 +publish.hasSource=false +publish.locked=true +publish.longDesc= +publish.shortDesc= +publish.tags= +publish.title= +publish.url= +readme.height=60 +readme.name=@README +readme.width=49 +readme.x=10 +readme.y=10 +simulation.speed=52 +target1.height=50 +target1.name=Alien +target1.showInterface=false +target1.type=ClassTarget +target1.width=80 +target1.x=0 +target1.y=0 +target2.height=50 +target2.name=Laser +target2.showInterface=false +target2.type=ClassTarget +target2.width=80 +target2.x=0 +target2.y=0 +target3.height=70 +target3.name=Projektil +target3.showInterface=false +target3.type=ClassTarget +target3.width=120 +target3.x=0 +target3.y=0 +target4.height=70 +target4.name=Lazer +target4.showInterface=false +target4.type=ClassTarget +target4.width=120 +target4.x=0 +target4.y=0 +target5.height=50 +target5.name=Raumschiff +target5.showInterface=false +target5.type=ClassTarget +target5.width=100 +target5.x=0 +target5.y=0 +target6.height=50 +target6.name=MyWorld +target6.showInterface=false +target6.type=ClassTarget +target6.width=80 +target6.x=0 +target6.y=0 +target7.height=70 +target7.name=Schild +target7.showInterface=false +target7.type=ClassTarget +target7.width=120 +target7.x=0 +target7.y=0 +version=3.1.0 +width=954 +world.lastInstantiated=MyWorld +xPosition=2883 +yPosition=3 |
