diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-07-12 23:41:54 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-07-12 23:41:54 +0200 |
| commit | cb14c229e6e39bbae9d5aa3f3e3d2e8ac842609b (patch) | |
| tree | e2cb862ac32d52447073fca2fee78791fa627fac /project.greenfoot | |
| parent | 3b632e8a598bfcd75fd88d13e6d575996d98cf8b (diff) | |
| download | spaceinvaders-cb14c229e6e39bbae9d5aa3f3e3d2e8ac842609b.tar.gz spaceinvaders-cb14c229e6e39bbae9d5aa3f3e3d2e8ac842609b.zip | |
use free sprites for the shuttle and the aliens
Diffstat (limited to 'project.greenfoot')
| -rw-r--r-- | project.greenfoot | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/project.greenfoot b/project.greenfoot index d39bed9..98eb5af 100644 --- a/project.greenfoot +++ b/project.greenfoot @@ -1,7 +1,8 @@ #Greenfoot project file -class.Alien.image=alien1.png +class.Alien.image=yellow.png class.Laser.image=laser.png -class.Raumschiff.image=Shuttle.png +class.Lazer.image=laser2.png +class.Raumschiff.image=player.png class.Schild.image=shieldpart.png dependency1.from=MyWorld dependency1.to=Raumschiff @@ -36,10 +37,10 @@ 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 +editor.fx.0.height=1049 +editor.fx.0.width=634 +editor.fx.0.x=3203 +editor.fx.0.y=3 height=1049 package.numDependencies=11 package.numTargets=7 @@ -86,17 +87,17 @@ target4.width=120 target4.x=0 target4.y=0 target5.height=50 -target5.name=Raumschiff +target5.name=MyWorld target5.showInterface=false target5.type=ClassTarget -target5.width=100 +target5.width=80 target5.x=0 target5.y=0 target6.height=50 -target6.name=MyWorld +target6.name=Raumschiff target6.showInterface=false target6.type=ClassTarget -target6.width=80 +target6.width=100 target6.x=0 target6.y=0 target7.height=70 @@ -107,7 +108,7 @@ target7.width=120 target7.x=0 target7.y=0 version=3.1.0 -width=954 +width=634 world.lastInstantiated=MyWorld -xPosition=2883 +xPosition=2563 yPosition=3 |
