A Minecraft style clone in Godot
 

5 lines
90 B

extends Node
func _enter_tree() -> void:
GameSettingsManager.load_game_settings.emit()