mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-01-10 15:19:59 +01:00
6 lines
53 B
GDScript
6 lines
53 B
GDScript
extends Node2D
|
|
|
|
|
|
func _physics_process(delta):
|
|
pass
|