mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2025-02-04 12:28:35 +00:00
6 lines
36 B
GDScript3
6 lines
36 B
GDScript3
|
extends Node
|
||
|
|
||
|
|
||
|
func _ready():
|
||
|
pass
|