mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2024-11-12 08:15:17 +01:00
9 lines
94 B
GDScript
9 lines
94 B
GDScript
extends ViewportContainer
|
|
|
|
func _ready():
|
|
print(name)
|
|
pass
|
|
|
|
func _notification(what):
|
|
pass
|