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