Skip to content

Commit

Permalink
Add _physics_process snippet (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemgoblin authored Aug 21, 2022
1 parent fb4d408 commit b3f4dda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configurations/snippets.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
"\t${1:pass}"
]
},

"_physics_process method of Node": {
"prefix": "physics",
"body": [
"func _physics_process(delta):",
"\t${1:pass}"
]
},

"_input method of Node": {
"prefix": "input",
Expand Down

0 comments on commit b3f4dda

Please sign in to comment.