style testing
- added sun overlay effect - added scrolling fog - added post processing (ACES tonemapping) - added particles - added more plants - increased wind strength
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
@export var speed:Vector2
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
position += speed * delta
|
||||
Reference in New Issue
Block a user