mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-06 01:54:50 -04:00
6 lines
155 B
GDScript
6 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
|