diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-08-09 23:09:14 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-08-09 23:09:14 +0300 |
| commit | 2d888d00efba0314ac6357f2dbccd0ad01173023 (patch) | |
| tree | 9d1904473ac8cf5553d903db2df7b9d01ffdfb03 /GlobalData.tscn | |
| parent | ba41bbbb09e0d1057179a0f221b8d297d37ecb79 (diff) | |
Add background
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 ) |
