Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaku98 committed May 15, 2022
1 parent c8afec2 commit 91d8cb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AboutSave.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
f2 = open(filepath2, "w")

lines = ['''[POL] Aplikacja modeluje system zobrazowania sytuacji powietrznej instalowany w samolotach mysliwskich. Zobrazowanie informacji przedstawione zostalo na wyswietlaczu MDF w formacie FCR \n
[ENG]The application models the airborne situation display system installed in fighter aircrafts.
[ENG] The application models the airborne situation display system installed in fighter aircrafts.
The information display was presented on the MDF display in the FCR format \n
Simulation: W/S - Acceleration, A/D - Yaw, Q/E - Roll, UP/DOWN - Pitch, P - Pause, MOUSE\n
KEYBOARD:
Simulation: W/S - Acceleration, A/D - Yaw, Q/E - Roll, UP/DOWN - Pitch, P - Pause, MOUSE
MFD: T/G - Elevation tilt, F/H - Azimuth yaw, ARROWS - Acquisition cursor, Space - STT, MOUSE''']

f1.writelines(lines)
Expand Down

0 comments on commit 91d8cb1

Please sign in to comment.