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

4 lines
48 B
GDScript

extends "Brush.gd"
func _ready():
draw_pixel()