mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Add _physics_process snippet (#411)
This commit is contained in:
8
configurations/snippets.json
Normal file → Executable file
8
configurations/snippets.json
Normal file → Executable 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",
|
||||
|
||||
Reference in New Issue
Block a user