Explorar o código

Add `_physics_process` snippet (#411)

kemgoblin %!s(int64=3) %!d(string=hai) anos
pai
achega
b3f4dda47e
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      configurations/snippets.json

+ 8 - 0
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",