diff --git a/configurations/snippets.json b/configurations/snippets.json old mode 100644 new mode 100755 index 89e7631ed..3ef5e3ee9 --- a/configurations/snippets.json +++ b/configurations/snippets.json @@ -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",