-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.greenfoot
162 lines (162 loc) · 3.51 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
#Greenfoot project file
class.baby1.image=baby1.png
class.baby2.image=baby2.png
class.baby3.image=baby1.png
class.baby4.image=baby2.png
class.ball1.image=ball.png
class.barrier.image=bricks2.jpg
dependency1.from=MyWorld
dependency1.to=Counter
dependency1.type=UsesDependency
dependency10.from=ball1
dependency10.to=Counter
dependency10.type=UsesDependency
dependency11.from=ball1
dependency11.to=baby1
dependency11.type=UsesDependency
dependency12.from=ball1
dependency12.to=baby3
dependency12.type=UsesDependency
dependency13.from=ball1
dependency13.to=baby2
dependency13.type=UsesDependency
dependency14.from=ball1
dependency14.to=baby4
dependency14.type=UsesDependency
dependency15.from=baby1
dependency15.to=MyWorld
dependency15.type=UsesDependency
dependency16.from=baby1
dependency16.to=ball1
dependency16.type=UsesDependency
dependency17.from=baby4
dependency17.to=MyWorld
dependency17.type=UsesDependency
dependency18.from=baby4
dependency18.to=ball1
dependency18.type=UsesDependency
dependency19.from=baby2
dependency19.to=MyWorld
dependency19.type=UsesDependency
dependency2.from=MyWorld
dependency2.to=GoalEvent
dependency2.type=UsesDependency
dependency20.from=baby2
dependency20.to=ball1
dependency20.type=UsesDependency
dependency21.from=baby3
dependency21.to=MyWorld
dependency21.type=UsesDependency
dependency22.from=baby3
dependency22.to=ball1
dependency22.type=UsesDependency
dependency3.from=MyWorld
dependency3.to=barrier
dependency3.type=UsesDependency
dependency4.from=MyWorld
dependency4.to=baby1
dependency4.type=UsesDependency
dependency5.from=MyWorld
dependency5.to=baby3
dependency5.type=UsesDependency
dependency6.from=MyWorld
dependency6.to=baby2
dependency6.type=UsesDependency
dependency7.from=MyWorld
dependency7.to=baby4
dependency7.type=UsesDependency
dependency8.from=MyWorld
dependency8.to=ball1
dependency8.type=UsesDependency
dependency9.from=ball1
dependency9.to=MyWorld
dependency9.type=UsesDependency
editor.fx.0.height=0
editor.fx.0.width=0
editor.fx.0.x=0
editor.fx.0.y=0
height=784
package.numDependencies=22
package.numTargets=9
project.charset=UTF-8
publish.hasSource=false
publish.locked=true
publish.longDesc=
publish.shortDesc=
publish.tags=
publish.title=
publish.url=
readme.height=58
readme.name=@README
readme.width=47
readme.x=10
readme.y=10
simulation.speed=47
target1.height=50
target1.name=ball1
target1.showInterface=false
target1.type=ClassTarget
target1.width=80
target1.x=10
target1.y=130
target2.height=50
target2.name=barrier
target2.showInterface=false
target2.type=ClassTarget
target2.width=80
target2.x=160
target2.y=10
target3.height=50
target3.name=Counter
target3.showInterface=false
target3.type=ClassTarget
target3.width=80
target3.x=0
target3.y=0
target4.height=50
target4.name=baby1
target4.showInterface=false
target4.type=ClassTarget
target4.width=80
target4.x=70
target4.y=70
target5.height=50
target5.name=baby4
target5.showInterface=false
target5.type=ClassTarget
target5.width=80
target5.x=0
target5.y=0
target6.height=50
target6.name=baby2
target6.showInterface=false
target6.type=ClassTarget
target6.width=80
target6.x=160
target6.y=70
target7.height=50
target7.name=MyWorld
target7.showInterface=false
target7.type=ClassTarget
target7.width=80
target7.x=70
target7.y=10
target8.height=50
target8.name=baby3
target8.showInterface=false
target8.type=ClassTarget
target8.width=80
target8.x=0
target8.y=0
target9.height=50
target9.name=GoalEvent
target9.showInterface=false
target9.type=ClassTarget
target9.width=80
target9.x=0
target9.y=0
version=3.0.0
width=1382
world.lastInstantiated=MyWorld
xPosition=0
yPosition=0