10 lines
139 B
GDScript
10 lines
139 B
GDScript
@tool
|
|
extends TextureRect
|
|
@export var tex : NoiseTexture2D
|
|
|
|
func _enter_tree() -> void:
|
|
pass
|
|
|
|
func _process(delta : float) -> void:
|
|
pass
|