Skip to content

Instantly share code, notes, and snippets.

View hangy233's full-sized avatar
😼

Hang Ye hangy233

😼
View GitHub Profile
@hangy233
hangy233 / tiler.gd
Last active October 24, 2024 00:41
tiler custom node
# tiler.gd
@tool
extends VisualShaderNodeCustom
class_name VisualShaderNodeTiler
func _get_name():
return "TilerSwift"