diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 02:30:47 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 02:30:47 -0300 |
commit | 9796ffe09423c849430929a509f6615a9f8f5106 (patch) | |
tree | 26927986b9217b0d41bab18f412bf39bf450b86c | |
parent | bf7250a32bc8c4c7d36292edb18bf5e4f8a22b75 (diff) | |
download | gamejam-gmtk-2022-9796ffe09423c849430929a509f6615a9f8f5106.tar.gz gamejam-gmtk-2022-9796ffe09423c849430929a509f6615a9f8f5106.tar.bz2 gamejam-gmtk-2022-9796ffe09423c849430929a509f6615a9f8f5106.zip |
Fix arm rotation in transition
-rw-r--r-- | Scenes/Transition.tscn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Scenes/Transition.tscn b/Scenes/Transition.tscn index e749137..7d8c5fd 100644 --- a/Scenes/Transition.tscn +++ b/Scenes/Transition.tscn @@ -320,11 +320,11 @@ margin_right = 27.0 margin_bottom = -199.0 [node name="Arm" type="TextureRect" parent="UIController/ArmPivot"] -margin_left = 201.0 -margin_top = 186.0 -margin_right = 828.0 -margin_bottom = 813.0 -rect_rotation = 78.9987 +margin_left = 136.0 +margin_top = 206.0 +margin_right = 763.0 +margin_bottom = 833.0 +rect_rotation = 93.1057 rect_scale = Vector2( -1, 1 ) texture = ExtResource( 7 ) expand = true |