5 lines
90 B
GDScript
5 lines
90 B
GDScript
extends Node2D
|
|
class_name WaterFog
|
|
|
|
func _ready() -> void:
|
|
rotation = randf_range(0, PI)
|