6 lines
84 B
GDScript
6 lines
84 B
GDScript
class_name GameData extends Node
|
|
|
|
|
|
func _ready() -> void:
|
|
Globals.game_data = self
|