-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutama.lfm
More file actions
212 lines (212 loc) · 3.94 KB
/
utama.lfm
File metadata and controls
212 lines (212 loc) · 3.94 KB
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
object Form1: TForm1
Left = 662
Height = 549
Top = 266
Width = 1000
Caption = 'Form1'
ClientHeight = 549
ClientWidth = 1000
DesignTimePPI = 120
OnKeyPress = FormKeyPress
OnShow = FormShow
Position = poDesktopCenter
LCLVersion = '2.0.10.0'
object Stage1: TImage
Left = 1000
Height = 550
Top = 0
Width = 1000
Center = True
Stretch = True
end
object Stage: TImage
Left = 0
Height = 550
Top = 0
Width = 1000
Center = True
Stretch = True
end
object btnPlay: TImage
Left = 454
Height = 100
Hint = 'Play'
Top = 208
Width = 100
Center = True
OnClick = btnPlayClick
ParentShowHint = False
ShowHint = True
Stretch = True
end
object btnSetting: TImage
Left = 928
Height = 56
Top = 16
Width = 56
Center = True
OnClick = btnSettingClick
Stretch = True
Visible = False
end
object MPlayerControl1: TMPlayerControl
Left = 20
Height = 40
Top = 20
Width = 36
Loop = 0
Visible = False
Volume = 0
end
object pnlSettings: TPanel
Left = 192
Height = 312
Top = 136
Width = 625
ClientHeight = 312
ClientWidth = 625
ParentFont = False
TabOrder = 1
Visible = False
object tbVolume: TTrackBar
Left = 40
Height = 31
Top = 110
Width = 540
Frequency = 10
Max = 100
Position = 100
ParentFont = False
TabOrder = 0
end
object Volume: TLabel
Left = 40
Height = 23
Top = 70
Width = 72
Caption = 'Volume'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -18
Font.Name = 'Showcard Gothic'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object btnExit: TImage
Left = 568
Height = 38
Top = 16
Width = 38
Center = True
OnClick = btnExitClick
Stretch = True
end
object btnRestart: TImage
Left = 275
Height = 75
Top = 184
Width = 75
Center = True
OnClick = btnRestartClick
Stretch = True
end
object announceLabel: TLabel
Left = 192
Height = 74
Top = 21
Width = 277
Caption = 'YOU DIED'
Font.CharSet = ANSI_CHARSET
Font.Color = clRed
Font.Height = -60
Font.Name = 'Showcard Gothic'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
Visible = False
end
end
object imgFloor: TImage
Left = 0
Height = 81
Top = 469
Width = 1000
Center = True
Stretch = True
end
object imgFloor1: TImage
Left = 1000
Height = 81
Top = 469
Width = 1000
Center = True
Stretch = True
end
object imgChara: TImage
Left = 96
Height = 120
Top = 384
Width = 120
Center = True
Stretch = True
end
object imgSpike: TImage
Left = 864
Height = 60
Top = 416
Width = 60
end
object imgSpike1: TImage
Left = 1496
Height = 60
Top = 416
Width = 60
end
object imgSpike2: TImage
Left = 1824
Height = 60
Top = 416
Width = 60
end
object scoreLabel: TLabel
Left = 496
Height = 41
Top = 48
Width = 17
Alignment = taCenter
Caption = '0'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -30
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object timerArena: TTimer
Enabled = False
Interval = 50
OnTimer = timerArenaTimer
Left = 88
Top = 24
end
object timerCharacter: TTimer
Enabled = False
Interval = 50
OnTimer = timerCharacterTimer
Left = 88
Top = 104
end
object timerBackground: TTimer
Enabled = False
Interval = 50
OnTimer = timerBackgroundTimer
Left = 88
Top = 184
end
end