mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-04-09 21:12:41 +02:00
6 lines
53 B
GDScript
6 lines
53 B
GDScript
extends Node2D
|
|
|
|
|
|
func _physics_process(delta):
|
|
pass
|