Skip to content

Commit

Permalink
- Added screenshot capture
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Jan 31, 2021
1 parent 5241709 commit 7e1a9ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/config/LostEcho.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Smoothing = false
VSync = true
IconList = LostEcho.png

[Screenshot]
BaseName = LostEcho-
Extension = png

[Resource]
Texture = game.dat # ../data/texture # ../data/icon
Sound = game.dat # ../data/sound
Expand All @@ -19,6 +23,7 @@ SetList = MainInput # SelectInput

[MainInput]
KEY_ESCAPE = Quit
KEY_F12 = Screenshot
KEY_SPACE = Restart # Start
KEY_ENTER = Start
KEY_BACKSPACE = Reset
Expand All @@ -28,6 +33,16 @@ JOY_BACK_2 = Reset
JOY_BACK_3 = Reset
JOY_BACK_4 = Reset

JOY_LTHUMB_1 = Screenshot
JOY_LTHUMB_2 = Screenshot
JOY_LTHUMB_3 = Screenshot
JOY_LTHUMB_4 = Screenshot

JOY_RTHUMB_1 = Screenshot
JOY_RTHUMB_2 = Screenshot
JOY_RTHUMB_3 = Screenshot
JOY_RTHUMB_4 = Screenshot

JOY_START_1 = Restart # Start
JOY_START_2 = Restart # Start
JOY_START_3 = Restart # Start
Expand Down

0 comments on commit 7e1a9ff

Please sign in to comment.