summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-30 22:26:29 -0600
committerLogan <logan@cflip.net>2022-09-30 22:26:29 -0600
commit10ac0a9f9b582d250338d167fb0417f52aaaa0d0 (patch)
treed118ccbb6b34b8a9c88324c4824e0953c0b166cd
parent5bc4343bcf7e16ad31a1132926dd0ccf9f364303 (diff)
Adjust offset of release indicator.
-rw-r--r--scenes/basketball.tscn1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/basketball.tscn b/scenes/basketball.tscn
index b46962f..f6b01b3 100644
--- a/scenes/basketball.tscn
+++ b/scenes/basketball.tscn
@@ -37,6 +37,7 @@ shape = SubResource( 1 )
visible = false
modulate = Color( 1, 1, 1, 0.498039 )
texture = ExtResource( 3 )
+offset = Vector2( 0, -2 )
[connection signal="mouse_entered" from="InnerShape" to="." method="_on_InnerShape_mouse_entered"]
[connection signal="mouse_exited" from="InnerShape" to="." method="_on_InnerShape_mouse_exited"]