mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 13:25:58 +00:00
6 lines
36 B
GDScript3
6 lines
36 B
GDScript3
|
extends Node
|
||
|
|
||
|
|
||
|
func _ready():
|
||
|
pass
|