-
Notifications
You must be signed in to change notification settings - Fork 450
Invert the Running/Walking States #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1f68da2
f33d0b7
b4b3672
32e5175
fa3cbc0
a2e7289
cf8d828
44da487
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -112,13 +112,13 @@ ui-options-header-dev = Development | |
| ui-options-header-general = General | ||
|
|
||
| ui-options-hotkey-keymap = Use US QWERTY Keys | ||
| ui-options-hotkey-toggle-walk = Toggle Walk | ||
| ui-options-hotkey-toggle-walk = Toggle Speed | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not quite sure about this, same reason with it being an optional change. You could make two separate Loc strings, one for walk and one for sprint, that wouldn't be unreasonable.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's an engine bind, I cannot make it switch between two locales. |
||
|
|
||
| ui-options-function-move-up = Move Up | ||
| ui-options-function-move-left = Move Left | ||
| ui-options-function-move-down = Move Down | ||
| ui-options-function-move-right = Move Right | ||
| ui-options-function-walk = Walk | ||
| ui-options-function-walk = Change Speed | ||
|
|
||
| ui-options-function-camera-rotate-left = Rotate left | ||
| ui-options-function-camera-rotate-right = Rotate right | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -223,7 +223,6 @@ | |
| understands: | ||
| - GalacticCommon | ||
| - RobotTalk | ||
| - type: CanWalk | ||
|
|
||
| - type: entity | ||
| id: BaseBorgChassisNT | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1313,7 +1313,6 @@ | |
| tags: | ||
| - VimPilot | ||
| - DoorBumpOpener | ||
| - type: CanWalk | ||
|
|
||
| - type: entity | ||
| name: monkey | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -126,7 +126,6 @@ | |
| understands: | ||
| - GalacticCommon | ||
| - Mouse | ||
| - type: CanWalk | ||
|
|
||
| - type: entity | ||
| id: MobRatKingBuff | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -229,7 +229,6 @@ | |
| - CanPilot | ||
| - FootstepSound | ||
| - DoorBumpOpener | ||
| - type: CanWalk | ||
|
|
||
| - type: entity | ||
| save: false | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,7 +92,6 @@ | |
| - type: GuideHelp | ||
| guides: | ||
| - Robotics | ||
| - type: CanWalk | ||
|
|
||
| - type: entity | ||
| id: MechRipley | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.