-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheater.dfm
423 lines (423 loc) · 8.73 KB
/
eater.dfm
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 656
ClientWidth = 959
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object board: TShape
Left = 128
Top = 56
Width = 369
Height = 369
Brush.Color = clGradientActiveCaption
end
object guy: TShape
Left = 298
Top = 228
Width = 25
Height = 25
end
object warn: TLabel
Left = 549
Top = 347
Width = 113
Height = 17
Caption = 'Start the game first !!'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
end
object food: TShape
Left = 899
Top = 600
Width = 17
Height = 17
Brush.Color = clRed
end
object Label1: TLabel
Left = 128
Top = 30
Width = 43
Height = 20
Caption = 'score:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object score: TLabel
Left = 177
Top = 30
Width = 12
Height = 20
Caption = '0'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object warn2: TLabel
Left = 549
Top = 151
Width = 117
Height = 17
Caption = 'resume to continue !!'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
end
object tag: TLabel
Left = 136
Top = 440
Width = 336
Height = 24
Caption = 'Welcome to Eater. Click Start to play'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object supply: TShape
Left = 899
Top = 592
Width = 32
Height = 32
Brush.Color = clPurple
Visible = False
end
object Shape1: TShape
Left = 88
Top = 512
Width = 17
Height = 17
Brush.Color = clRed
end
object Label2: TLabel
Left = 138
Top = 512
Width = 105
Height = 17
Caption = 'red fruit, 1 point'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 426
Top = 555
Width = 131
Height = 17
Caption = 'Purple fruit, 3 points'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object Shape2: TShape
Left = 375
Top = 555
Width = 32
Height = 32
Brush.Color = clPurple
end
object Shape3: TShape
Left = 88
Top = 535
Width = 25
Height = 25
Brush.Color = clYellow
end
object Label4: TLabel
Left = 136
Top = 535
Width = 196
Height = 17
Caption = 'curse, slightly slows you down '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object Shape4: TShape
Left = 88
Top = 566
Width = 25
Height = 25
Brush.Color = clTeal
end
object Label5: TLabel
Left = 136
Top = 566
Width = 209
Height = 17
Caption = 'nitro, slight boost your speed up'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object curse: TShape
Left = 906
Top = 592
Width = 25
Height = 25
Brush.Color = clYellow
end
object nitro: TShape
Left = 906
Top = 592
Width = 25
Height = 25
Brush.Color = 16744703
end
object bullet: TShape
Left = 851
Top = 8
Width = 9
Height = 9
end
object brick: TShape
Left = 901
Top = 574
Width = 50
Height = 50
Brush.Color = -1
end
object Shape5: TShape
Left = 360
Top = 496
Width = 50
Height = 50
Brush.Color = -1
end
object Label6: TLabel
Left = 426
Top = 512
Width = 260
Height = 17
Caption = 'brick ! shoot it for a point! don'#39't collide'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object life1: TShape
Left = 432
Top = 30
Width = 25
Height = 20
Brush.Color = 12615935
Shape = stCircle
end
object life2: TShape
Left = 408
Top = 30
Width = 25
Height = 20
Brush.Color = 12615935
Shape = stCircle
end
object life3: TShape
Left = 382
Top = 30
Width = 25
Height = 20
Brush.Color = 12615935
Shape = stCircle
end
object Label7: TLabel
Left = 333
Top = 30
Width = 37
Height = 20
Caption = 'lives:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tempus Sans ITC'
Font.Style = [fsBold]
ParentFont = False
end
object down: TButton
Left = 581
Top = 284
Width = 52
Height = 57
Caption = 'down'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = downClick
end
object left: TButton
Left = 533
Top = 229
Width = 52
Height = 57
Caption = 'left'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = leftClick
end
object right: TButton
Left = 629
Top = 229
Width = 52
Height = 57
Caption = 'right'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = rightClick
end
object up: TButton
Left = 581
Top = 174
Width = 52
Height = 57
Caption = 'up'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = upClick
end
object pause: TButton
Left = 709
Top = 206
Width = 148
Height = 49
Caption = 'pause'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = pauseclick
end
object start: TButton
Left = 709
Top = 151
Width = 148
Height = 49
Caption = 'start'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = startClick
end
object highscore: TButton
Left = 709
Top = 261
Width = 148
Height = 53
Caption = 'highscores'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = highscoreClick
end
object close: TButton
Left = 709
Top = 320
Width = 148
Height = 47
Caption = 'close'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tempus Sans ITC'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = closeClick
end
object shoot: TButton
Left = 581
Top = 228
Width = 52
Height = 57
BiDiMode = bdLeftToRight
Caption = 'shoot'
ParentBiDiMode = False
TabOrder = 8
OnClick = shootClick
end
object Timer1: TTimer
Interval = 200
OnTimer = Timer1Timer
Left = 872
Top = 561
end
object supplier: TTimer
Interval = 10000
OnTimer = supplierTimer
Left = 872
Top = 585
end
object shooter: TTimer
Interval = 100
OnTimer = shooterTimer
Left = 872
Top = 608
end
end