diff options
author | rom <romangraef@gmail.com> | 2021-04-25 23:10:30 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 23:10:38 +0200 |
commit | f80c497420dee7cd342284355e97686fcf131ce3 (patch) | |
tree | f65d1eb6fdfdf99e2ece488094e033041a69ea26 /components | |
parent | fafd4fc6a6bcd0ac8191f62c315db46dea26864f (diff) | |
download | ldjam48-f80c497420dee7cd342284355e97686fcf131ce3.tar.gz ldjam48-f80c497420dee7cd342284355e97686fcf131ce3.tar.bz2 ldjam48-f80c497420dee7cd342284355e97686fcf131ce3.zip |
lvl
Diffstat (limited to 'components')
-rw-r--r-- | components/button.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/button.tscn b/components/button.tscn index 3a8029e..883bda7 100644 --- a/components/button.tscn +++ b/components/button.tscn @@ -9,17 +9,17 @@ script = ExtResource( 5 ) [node name="Left" type="Sprite" parent="."] -position = Vector2( -100, 0 ) +position = Vector2( -24, 0 ) scale = Vector2( 4, 4 ) texture = ExtResource( 4 ) [node name="Right" type="Sprite" parent="."] -position = Vector2( 99, 0 ) +position = Vector2( 24, 0 ) scale = Vector2( 4, 4 ) texture = ExtResource( 2 ) [node name="Middle" type="Sprite" parent="."] -scale = Vector2( 29, 4 ) +scale = Vector2( 4, 4 ) texture = ExtResource( 1 ) [node name="Hitbox" type="CollisionShape2D" parent="."] |