Boat/Boats/boat.gd
2025-03-25 12:21:26 +01:00

15 lines
314 B
GDScript

@icon("uid://3ugrjpybrl4e")
extends RigidBody3D
class_name Boat
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta: float) -> void:
pass