Add _physics_process snippet (#411)

This commit is contained in:
kemgoblin
2022-08-21 21:40:39 +02:00
committed by GitHub
parent fb4d40858c
commit b3f4dda47e

8
configurations/snippets.json Normal file → Executable file
View File

@@ -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",