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