regression-test-project/Physics/2D/Physics2D.gd

6 lines
53 B
GDScript3
Raw Normal View History

extends Node2D
func _physics_process(delta):
pass