mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-12-25 14:07:21 +01:00
6 lines
53 B
GDScript
6 lines
53 B
GDScript
extends Node2D
|
|
|
|
|
|
func _physics_process(delta):
|
|
pass
|