broken_seals_2d/game/scripts/game_modules/DataManager.tscn

9 lines
298 B
Plaintext
Raw Normal View History

2021-02-21 16:45:04 +01:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://scripts/game_modules/DataManager.gd" type="Script" id=1]
2022-02-20 23:46:54 +01:00
[ext_resource path="res://ui/player/player_ui/player_ui.tscn" type="PackedScene" id=2]
2021-02-21 16:45:04 +01:00
[node name="DataManager" type="Node"]
script = ExtResource( 1 )
player_ui = ExtResource( 2 )