1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00
Pixelorama/Scripts/SecondViewport.gd

6 lines
163 B
GDScript3
Raw Normal View History

extends Viewport
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
world_2d = $"../../ViewportContainer/Viewport".world_2d