mirror of
https://github.com/mr0xb/godot-flashcards.git
synced 2026-08-28 04:54:57 -04:00
initial commit
This commit is contained in:
commit
94847a50a2
42 changed files with 2063 additions and 0 deletions
6
scenes/autoloads/data_manager.tscn
Normal file
6
scenes/autoloads/data_manager.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://c5nyvx3hkldgq"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/autoloads/data_manager.gd" id="1_qw8yd"]
|
||||
|
||||
[node name="DataManager" type="Node"]
|
||||
script = ExtResource("1_qw8yd")
|
||||
Loading…
Reference in a new issue