- Updated tileset configuration in 'tileset.tsj' to include new tiles and adjust dimensions. - Added 'settings.json' for key bindings related to climbing and movement actions. - Enhanced game logging in 'game.log' to track game start events and map loading. - Updated the game binary to the latest version.
73 lines
645 B
JSON
73 lines
645 B
JSON
{
|
|
"ClimbDown": [
|
|
[
|
|
"ArrowDown"
|
|
]
|
|
],
|
|
"ClimbIn": [
|
|
[
|
|
"W"
|
|
]
|
|
],
|
|
"ClimbLeft": [
|
|
[
|
|
"A"
|
|
],
|
|
[
|
|
"ArrowLeft"
|
|
]
|
|
],
|
|
"ClimbMode": [
|
|
[
|
|
"Shift"
|
|
]
|
|
],
|
|
"ClimbOut": [
|
|
[
|
|
"S"
|
|
]
|
|
],
|
|
"ClimbRight": [
|
|
[
|
|
"D"
|
|
],
|
|
[
|
|
"ArrowRight"
|
|
]
|
|
],
|
|
"ClimbUp": [
|
|
[
|
|
"ArrowUp"
|
|
]
|
|
],
|
|
"Jump": [
|
|
[
|
|
"Space"
|
|
]
|
|
],
|
|
"MoveDown": [
|
|
[
|
|
"S"
|
|
]
|
|
],
|
|
"MoveLeft": [
|
|
[
|
|
"A"
|
|
]
|
|
],
|
|
"MoveRight": [
|
|
[
|
|
"D"
|
|
]
|
|
],
|
|
"MoveUp": [
|
|
[
|
|
"W"
|
|
]
|
|
],
|
|
"Run": [
|
|
[
|
|
"Control"
|
|
]
|
|
]
|
|
} |