mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2024-11-12 08:15:17 +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!") |