GraphicsEditor/addons/graphics_editor/Brush.gd
2019-08-04 02:57:42 -05:00

8 lines
93 B
GDScript

extends Node
func _ready():
print("test")
pass
func draw_pixel():
print("Drawed pixel!")