GraphicsEditor/addons/graphics_editor/Brush.gd

8 lines
93 B
GDScript

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