glowlings/entities/scripts/water_particles.gd

5 lines
71 B
GDScript

extends Node2D
class_name WaterParticles
func _ready() -> void:
pass