diff options
Diffstat (limited to 'GlobalData.tscn')
| -rw-r--r-- | GlobalData.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GlobalData.tscn b/GlobalData.tscn new file mode 100644 index 0000000..5b6a816 --- /dev/null +++ b/GlobalData.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://GlobalData.gd" type="Script" id=1] + +[node name="GlobalData" type="Node"] +script = ExtResource( 1 ) |
