StS saves from 20230909_164905

This commit is contained in:
2023-09-09 16:49:05 -04:00
commit 46a8b10889
38 changed files with 783 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"SELECT": "0",
"CANCEL": "1",
"VIEW": "2",
"PROCEED": "3",
"PEEK": "8",
"PAGE_LEFT_KEY": "4",
"PAGE_RIGHT_KEY": "5",
"MAP": "6",
"SETTINGS": "7",
"LS_Y_POSITIVE": "-1000",
"LS_Y_NEGATIVE": "1000",
"LS_X_NEGATIVE": "-1001",
"LS_X_POSITIVE": "1001",
"RS_Y_POSITIVE": "1002",
"RS_Y_NEGATIVE": "-1002",
"RS_X_POSITIVE": "-1003",
"RS_X_NEGATIVE": "1003",
"DRAW_PILE": "1004",
"DISCARD_PILE": "-1004"
}