mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/game_modules/DataManager.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/player/player_ui/player_ui.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="DataManager" type="Node"]
|
|
script = ExtResource( 1 )
|
|
player_ui = ExtResource( 2 )
|