-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformhelp.lfm
48 lines (48 loc) · 1.97 KB
/
formhelp.lfm
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
object HelpForm: THelpForm
Left = 338
Height = 572
Top = 111
Width = 401
BorderStyle = bsDialog
Caption = 'X-AIM Help'
ClientHeight = 572
ClientWidth = 401
OnCreate = FormCreate
LCLVersion = '2.2.6.0'
object MemoHelp: TMemo
Left = 0
Height = 572
Top = 0
Width = 401
Align = alClient
Lines.Strings = (
'# Welcome to X-AIM !'
''
'## The open-source crosshair program en enhance your best Windows FPS games'
''
'The purpose of this program is to enhance the aiming and targeting experience in first-person shooter (FPS) games.'
'It provides a crosshair overlay on the screen, which helps players to precisely aim at their targets and improve their accuracy.'
'By using this application, players can have better control over their shots, leading to more successful hits and potentially increasing their overall performance in the game.'
''
'# USAGE'
''
'X-AIM is simple to use. Just launch the program, and a crosshair appears on your screen.'
'You can change the crosshair shape by using the wheel mouse, or key arrow left or right.'
'You can move the cross hair by dragging in with the mous, or by using SHIFT + arrow keys (make the crosshair move pixel per pixel).'
'To exit X-AIM, press ESCAPE or ALT+F4'
'Press F1 key to display an help screen.'
''
'Start your best FPS game, let''s say Fortnite for example. Set the game to be windowed mode, and use the ALT+TAB or Windows key to birng X-AIM to the front.'
''
'Note that crosshairs are simple PNG file. You can design your own if you want. Maximum size is 32x32, 8bits color depths. Pure white color will be transparent. Image is streteched to 32x32.'
''
'# LICENCE'
''
'This program and its source code are copyleft https://unlicense.org.'
'https://github.com/psa-jforestier/x-aim'
'Pleasently bring you by JayRom95.fr'
)
ReadOnly = True
TabOrder = 0
end
end