mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-02-19 15:54:23 +01:00
8 lines
93 B
GDScript3
8 lines
93 B
GDScript3
|
extends Node
|
||
|
|
||
|
func _ready():
|
||
|
print("test")
|
||
|
pass
|
||
|
|
||
|
func draw_pixel():
|
||
|
print("Drawed pixel!")
|