mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 09:39:48 +00:00
c35e4b0613
And a Timeline folder in UI
7 lines
155 B
GDScript
7 lines
155 B
GDScript
extends Viewport
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready() -> void:
|
|
world_2d = Global.canvas.get_parent().world_2d
|