Silenciar warning
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
parent
fe7d0893a3
commit
de3d041e77
2
Test.gd
2
Test.gd
@ -6,5 +6,5 @@ func _ready() -> void:
|
|||||||
start_test()
|
start_test()
|
||||||
|
|
||||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||||
func _process(delta: float) -> void:
|
func _process(_delta: float) -> void:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user