Files
net-gunner/scripts/static.gd

10 lines
139 B
GDScript3
Raw Permalink Normal View History

2025-12-04 11:13:48 -05:00
@tool
extends TextureRect
@export var tex : NoiseTexture2D
func _enter_tree() -> void:
pass
func _process(delta : float) -> void:
pass