diff options
author | altaf-creator <dev@altafcreator.com> | 2024-04-15 06:48:35 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-04-15 06:48:35 +0700 |
commit | a0c5063fbc0f7f4f1205a58f764995243d800184 (patch) | |
tree | 595dd136155fb3fb2fee3b251b6dcbc91dbb3469 /Scripts/GlobalVariables.gd | |
parent | e730e2188eda08bf84fea7335dc2c0f3b5551509 (diff) |
sfx, tutorial, polish
Diffstat (limited to 'Scripts/GlobalVariables.gd')
-rw-r--r-- | Scripts/GlobalVariables.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/GlobalVariables.gd b/Scripts/GlobalVariables.gd index fd7ce6c..12fb6b1 100644 --- a/Scripts/GlobalVariables.gd +++ b/Scripts/GlobalVariables.gd @@ -8,3 +8,4 @@ var is_snapping : bool = false var player : Player var ai : AI var gameloop : GameLoop +var tutorial_played : bool = false |