-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.greenfoot
375 lines (375 loc) · 8.93 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
#Greenfoot project file
class.Character.image=0.png
class.Cherry.image=Cherry.png
class.Chilli.image=Chilli.png
class.ExitButton.image=ExitButton.png
class.Fantasma.image=robot.png
class.HelpButton.image=HelpButton.png
class.HelpScreen.image=HelpScreen.png
class.Logo.image=1585608595802.png
class.PacMan.image=PacManR0.png
class.PantallaPrincipal.image=neon-blue-banner-isolated-black-brick-wall_1420-38.jpg
class.PlayButton.image=PlayButton.png
class.Player.image=PacManR0.png
class.Punto.image=yellow-draught.png
class.RecordsButton.image=RecordsButton.png
class.RecordsLogo.image=RecordsLogo.png
class.RecordsScreen.image=BrickWall.png
class.ReturnButton.image=ReturnButton.png
class.SaveButton.image=SaveButton.png
class.SaveScreen.image=SaveScreen.png
class.Scenario.image=escenario.png
class.Snail.image=Snail.png
dependency1.from=SaveScreen
dependency1.to=Line
dependency1.type=UsesDependency
dependency10.from=PantallaPrincipal
dependency10.to=Scenario
dependency10.type=UsesDependency
dependency11.from=RecordsScreen
dependency11.to=RecordsManager
dependency11.type=UsesDependency
dependency12.from=RecordsScreen
dependency12.to=ReturnButton
dependency12.type=UsesDependency
dependency13.from=RecordsScreen
dependency13.to=GameRecord
dependency13.type=UsesDependency
dependency14.from=RecordsScreen
dependency14.to=RecordsLogo
dependency14.type=UsesDependency
dependency15.from=RecordsScreen
dependency15.to=Character
dependency15.type=UsesDependency
dependency16.from=Scenario
dependency16.to=Fantasma
dependency16.type=UsesDependency
dependency17.from=Scenario
dependency17.to=Clock
dependency17.type=UsesDependency
dependency18.from=Scenario
dependency18.to=RecordsManager
dependency18.type=UsesDependency
dependency19.from=Scenario
dependency19.to=Character
dependency19.type=UsesDependency
dependency2.from=SaveScreen
dependency2.to=SaveButton
dependency2.type=UsesDependency
dependency20.from=Scenario
dependency20.to=Cherry
dependency20.type=UsesDependency
dependency21.from=Scenario
dependency21.to=Snail
dependency21.type=UsesDependency
dependency22.from=Scenario
dependency22.to=Chilli
dependency22.type=UsesDependency
dependency23.from=Scenario
dependency23.to=ReturnButton
dependency23.type=UsesDependency
dependency24.from=Scenario
dependency24.to=SaveScreen
dependency24.type=UsesDependency
dependency25.from=Scenario
dependency25.to=Punto
dependency25.type=UsesDependency
dependency26.from=Scenario
dependency26.to=PantallaPrincipal
dependency26.type=UsesDependency
dependency27.from=Cherry
dependency27.to=Scenario
dependency27.type=UsesDependency
dependency28.from=Cherry
dependency28.to=Clock
dependency28.type=UsesDependency
dependency29.from=ReturnButton
dependency29.to=PantallaPrincipal
dependency29.type=UsesDependency
dependency3.from=HelpScreen
dependency3.to=ReturnButton
dependency3.type=UsesDependency
dependency30.from=SaveButton
dependency30.to=RecordsManager
dependency30.type=UsesDependency
dependency31.from=SaveButton
dependency31.to=Line
dependency31.type=UsesDependency
dependency32.from=SaveButton
dependency32.to=GameRecord
dependency32.type=UsesDependency
dependency33.from=SaveButton
dependency33.to=PantallaPrincipal
dependency33.type=UsesDependency
dependency34.from=RecordsButton
dependency34.to=RecordsScreen
dependency34.type=UsesDependency
dependency35.from=HelpButton
dependency35.to=HelpScreen
dependency35.type=UsesDependency
dependency36.from=Chilli
dependency36.to=Scenario
dependency36.type=UsesDependency
dependency37.from=PlayButton
dependency37.to=Scenario
dependency37.type=UsesDependency
dependency38.from=Snail
dependency38.to=Scenario
dependency38.type=UsesDependency
dependency39.from=RecordsBillboard
dependency39.to=RecordsManager
dependency39.type=UsesDependency
dependency4.from=PantallaPrincipal
dependency4.to=PacMan
dependency4.type=UsesDependency
dependency40.from=RecordsBillboard
dependency40.to=GameRecord
dependency40.type=UsesDependency
dependency41.from=Fantasma
dependency41.to=Scenario
dependency41.type=UsesDependency
dependency42.from=Punto
dependency42.to=Scenario
dependency42.type=UsesDependency
dependency43.from=Clock
dependency43.to=Character
dependency43.type=UsesDependency
dependency44.from=Clock
dependency44.to=Scenario
dependency44.type=UsesDependency
dependency45.from=RecordsManager
dependency45.to=GameRecord
dependency45.type=UsesDependency
dependency46.from=Line
dependency46.to=Character
dependency46.type=UsesDependency
dependency5.from=PantallaPrincipal
dependency5.to=Logo
dependency5.type=UsesDependency
dependency6.from=PantallaPrincipal
dependency6.to=PlayButton
dependency6.type=UsesDependency
dependency7.from=PantallaPrincipal
dependency7.to=HelpButton
dependency7.type=UsesDependency
dependency8.from=PantallaPrincipal
dependency8.to=RecordsButton
dependency8.type=UsesDependency
dependency9.from=PantallaPrincipal
dependency9.to=ExitButton
dependency9.type=UsesDependency
editor.fx.0.height=737
editor.fx.0.width=814
editor.fx.0.x=232
editor.fx.0.y=-19
height=694
package.numDependencies=46
package.numTargets=27
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=50
target1.height=50
target1.name=PacMan
target1.showInterface=false
target1.type=ClassTarget
target1.width=80
target1.x=0
target1.y=0
target10.height=50
target10.name=PantallaPrincipal
target10.showInterface=false
target10.type=ClassTarget
target10.width=110
target10.x=0
target10.y=0
target11.height=50
target11.name=RecordsScreen
target11.showInterface=false
target11.type=ClassTarget
target11.width=100
target11.x=0
target11.y=0
target12.height=50
target12.name=HelpButton
target12.showInterface=false
target12.type=ClassTarget
target12.width=80
target12.x=0
target12.y=0
target13.height=50
target13.name=Button
target13.showInterface=false
target13.type=InterfaceTarget
target13.width=80
target13.x=0
target13.y=0
target14.height=50
target14.name=RecordsLogo
target14.showInterface=false
target14.type=ClassTarget
target14.width=90
target14.x=0
target14.y=0
target15.height=50
target15.name=Chilli
target15.showInterface=false
target15.type=ClassTarget
target15.width=80
target15.x=0
target15.y=0
target16.height=50
target16.name=RecordsManager
target16.showInterface=false
target16.type=ClassTarget
target16.width=110
target16.x=0
target16.y=0
target17.height=50
target17.name=PlayButton
target17.showInterface=false
target17.type=ClassTarget
target17.width=80
target17.x=0
target17.y=0
target18.height=50
target18.name=Player
target18.showInterface=false
target18.type=ClassTarget
target18.width=90
target18.x=0
target18.y=0
target19.height=50
target19.name=Character
target19.showInterface=false
target19.type=ClassTarget
target19.width=80
target19.x=0
target19.y=0
target2.height=50
target2.name=SaveScreen
target2.showInterface=false
target2.type=ClassTarget
target2.width=80
target2.x=0
target2.y=0
target20.height=50
target20.name=Snail
target20.showInterface=false
target20.type=ClassTarget
target20.width=80
target20.x=0
target20.y=0
target21.height=50
target21.name=GameRecord
target21.showInterface=false
target21.type=ClassTarget
target21.width=90
target21.x=0
target21.y=0
target22.height=50
target22.name=RecordsBillboard
target22.showInterface=false
target22.type=ClassTarget
target22.width=110
target22.x=0
target22.y=0
target23.height=50
target23.name=Logo
target23.showInterface=false
target23.type=ClassTarget
target23.width=80
target23.x=0
target23.y=0
target24.height=50
target24.name=Scenario
target24.showInterface=false
target24.type=ClassTarget
target24.width=80
target24.x=0
target24.y=0
target25.height=50
target25.name=Line
target25.showInterface=false
target25.type=ClassTarget
target25.width=80
target25.x=0
target25.y=0
target26.height=50
target26.name=Fantasma
target26.showInterface=false
target26.type=ClassTarget
target26.width=110
target26.x=0
target26.y=0
target27.height=50
target27.name=Punto
target27.showInterface=false
target27.type=ClassTarget
target27.width=80
target27.x=0
target27.y=0
target3.height=50
target3.name=Cherry
target3.showInterface=false
target3.type=ClassTarget
target3.width=80
target3.x=0
target3.y=0
target4.height=50
target4.name=ExitButton
target4.showInterface=false
target4.type=ClassTarget
target4.width=80
target4.x=0
target4.y=0
target5.height=50
target5.name=HelpScreen
target5.showInterface=false
target5.type=ClassTarget
target5.width=80
target5.x=0
target5.y=0
target6.height=50
target6.name=ReturnButton
target6.showInterface=false
target6.type=ClassTarget
target6.width=90
target6.x=0
target6.y=0
target7.height=50
target7.name=SaveButton
target7.showInterface=false
target7.type=ClassTarget
target7.width=80
target7.x=0
target7.y=0
target8.height=50
target8.name=Clock
target8.showInterface=false
target8.type=ClassTarget
target8.width=80
target8.x=0
target8.y=0
target9.height=50
target9.name=RecordsButton
target9.showInterface=false
target9.type=ClassTarget
target9.width=100
target9.x=0
target9.y=0
version=3.0.0
width=1294
world.lastInstantiated=PantallaPrincipal
xPosition=0
yPosition=0