GraphicsEditor/addons/graphics_editor/Brush.gd

8 lines
93 B
GDScript3
Raw Normal View History

2019-08-04 09:57:42 +02:00
extends Node
func _ready():
print("test")
pass
func draw_pixel():
print("Drawed pixel!")