mirror of
https://github.com/mr0xb/godot-flashcards.git
synced 2026-08-27 20:44:56 -04:00
6 lines
126 B
GDScript
6 lines
126 B
GDScript
extends Node2D
|
|
|
|
@onready var scene_container = $CanvasLayer/SceneContainer
|
|
|
|
func _ready() -> void:
|
|
print("Main scene ready")
|