From b3f4dda47ef620fc421f77eae1f3afff7728645c Mon Sep 17 00:00:00 2001 From: kemgoblin <111526442+kemgoblin@users.noreply.github.com> Date: Sun, 21 Aug 2022 21:40:39 +0200 Subject: [PATCH] Add `_physics_process` snippet (#411) --- configurations/snippets.json | 8 ++++++++ 1 file changed, 8 insertions(+) mode change 100644 => 100755 configurations/snippets.json 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",