mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 15:34:17 +00:00
9 lines
107 B
GDScript
9 lines
107 B
GDScript
extends Node
|
|
|
|
var player: Player
|
|
|
|
func _ready() -> void:
|
|
pass
|
|
|
|
func _process(delta: float) -> void:
|
|
pass
|