-
Notifications
You must be signed in to change notification settings - Fork 0
/
UfrmVikings.dfm
77 lines (77 loc) · 1.38 KB
/
UfrmVikings.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
object Game: TGame
Left = 0
Top = 0
Caption = 'Game'
ClientHeight = 655
ClientWidth = 892
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnKeyDown = FormKeyDown
TextHeight = 15
object Panel1: TPanel
Left = 88
Top = 40
Width = 400
Height = 550
TabOrder = 0
object enemy1: TShape
Left = 280
Top = 17
Width = 41
Height = 41
Brush.Color = clMaroon
end
object enemy2: TShape
Left = 217
Top = 17
Width = 41
Height = 41
Brush.Color = clMaroon
end
object enemy3: TShape
Left = 80
Top = 17
Width = 41
Height = 41
Brush.Color = clMaroon
end
object enemy4: TShape
Left = 143
Top = 17
Width = 41
Height = 41
Brush.Color = clMaroon
end
object enemy5: TShape
Left = 17
Top = 17
Width = 41
Height = 41
Brush.Color = clMaroon
end
object Player: TShape
Left = 200
Top = 403
Width = 40
Height = 40
Brush.Color = clAqua
end
object enemy6: TShape
Left = 343
Top = 17
Width = 41
Height = 41
Brush.Color = clMaroon
end
end
object Timer1: TTimer
Interval = 10
OnTimer = Timer1Timer
Left = 408
Top = 264
end
end