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