mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-02-19 15:54:23 +01:00
4 lines
48 B
GDScript3
4 lines
48 B
GDScript3
|
extends "Brush.gd"
|
||
|
|
||
|
func _ready():
|
||
|
draw_pixel()
|