forked from MrKaehms/rabbit-fox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.greenfoot
59 lines (59 loc) · 1.31 KB
/
project.greenfoot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#Greenfoot project file
class.Field.image=field.jpg
class.Field.superclass=greenfoot.World
class.fox.image=fox.png
class.fox.superclass=greenfoot.Actor
class.rabbit.image=rabbit.png
class.rabbit.superclass=greenfoot.Actor
dependency1.from=Field
dependency1.to=fox
dependency1.type=UsesDependency
dependency2.from=Field
dependency2.to=rabbit
dependency2.type=UsesDependency
mainWindow.height=681
mainWindow.width=1083
mainWindow.x=150
mainWindow.y=50
package.numDependencies=2
package.numTargets=3
project.charset=UTF-8
target1.editor.height=700
target1.editor.width=900
target1.editor.x=40
target1.editor.y=20
target1.height=50
target1.name=Field
target1.naviview.expanded=true
target1.showInterface=false
target1.type=ClassTarget
target1.typeParameters=
target1.width=80
target1.x=70
target1.y=10
target2.editor.height=700
target2.editor.width=1175
target2.editor.x=40
target2.editor.y=20
target2.height=50
target2.name=rabbit
target2.showInterface=false
target2.type=ClassTarget
target2.typeParameters=
target2.width=80
target2.x=70
target2.y=70
target3.editor.height=700
target3.editor.width=1130
target3.editor.x=109
target3.editor.y=63
target3.height=50
target3.name=fox
target3.showInterface=false
target3.type=ClassTarget
target3.typeParameters=
target3.width=80
target3.x=160
target3.y=10
version=2.7.1
world.lastInstantiated=Field