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