Push project up
This commit is contained in:
5
scripts/data/game_data.gd
Normal file
5
scripts/data/game_data.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
class_name GameData extends Node
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
Globals.game_data = self
|
||||
Reference in New Issue
Block a user