mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-25 09:14:18 +00:00
Remove unused functions from Singletons
This commit is contained in:
parent
cdbb4daee2
commit
eda71d785f
1 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
||||||
extends Node
|
extends Node
|
||||||
|
|
||||||
var player: Player
|
var player: Player
|
||||||
|
|
||||||
func _ready() -> void:
|
|
||||||
pass
|
|
||||||
|
|
||||||
func _process(delta: float) -> void:
|
|
||||||
pass
|
|
||||||
|
|
Loading…
Reference in a new issue