diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 10:19:27 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 10:19:27 -0300 |
commit | 368d810fca42b06650b892cb8cbc155cf2ff8282 (patch) | |
tree | b3ed8f17f100475b4756574890233df98e60dea6 | |
parent | edd8043a1d73fffd8529a4c9d42c4e1b9630750c (diff) | |
download | gamejam-gmtk-2022-368d810fca42b06650b892cb8cbc155cf2ff8282.tar.gz gamejam-gmtk-2022-368d810fca42b06650b892cb8cbc155cf2ff8282.tar.bz2 gamejam-gmtk-2022-368d810fca42b06650b892cb8cbc155cf2ff8282.zip |
Centralize transition
-rw-r--r-- | Scenes/Transition.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scenes/Transition.tscn b/Scenes/Transition.tscn index 3489b5f..b909427 100644 --- a/Scenes/Transition.tscn +++ b/Scenes/Transition.tscn @@ -494,6 +494,7 @@ pixel_size = 0.03 texture = ExtResource( 1 ) [node name="Pitch" type="Spatial" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.6636, 0, 0 ) script = ExtResource( 2 ) [node name="Yaw" type="Spatial" parent="Pitch"] |