Stupid length exceeded I cba to write anything
This commit is contained in:
parent
49e344f109
commit
1d04d27969
10 changed files with 235 additions and 58 deletions
5
entities/scripts/water_fog.gd
Normal file
5
entities/scripts/water_fog.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Node2D
|
||||
class_name WaterFog
|
||||
|
||||
func _ready() -> void:
|
||||
rotation = randf_range(0, PI)
|
||||
5
entities/scripts/water_particles.gd
Normal file
5
entities/scripts/water_particles.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Node2D
|
||||
class_name WaterParticles
|
||||
|
||||
func _ready() -> void:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue