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