Skip to content

Commit

Permalink
better action
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Dec 26, 2024
1 parent af4a2af commit 0d6f7ae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Resources/Prototypes/_White/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
- type: WorldTargetAction
icon:
sprite: _White/Interface/Actions/headcrab.rsi
state: jump
state: jump-off
iconOn:
sprite: _White/Interface/Actions/headcrab.rsi
state: jump-on
event: !type:JumpActionEvent
useDelay: 6
range: 160
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"size": { "y": 32, "x": 32 },
"states": [
{
"name": "jump"
"name": "jump-on"
},
{
"name": "jump-off"
}
]
}

0 comments on commit 0d6f7ae

Please sign in to comment.