First commit
This commit is contained in:
9
scripts/static.gd
Normal file
9
scripts/static.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
@tool
|
||||
extends TextureRect
|
||||
@export var tex : NoiseTexture2D
|
||||
|
||||
func _enter_tree() -> void:
|
||||
pass
|
||||
|
||||
func _process(delta : float) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user