diff options
| author | LeightonGinty <leightonginty@gmail.com> | 2022-10-29 16:37:26 +0100 |
|---|---|---|
| committer | LeightonGinty <leightonginty@gmail.com> | 2022-10-29 16:37:26 +0100 |
| commit | 4c0bd4f0ab32a2489130d04b08c39d008c8c9961 (patch) | |
| tree | 75d2c138b24bb09ab15ce7f1204b69cfe7a40abe /Player.tscn | |
| parent | 078392d1d4478e552d362c2e76c2d50a1917f10e (diff) | |
can shoot now
Diffstat (limited to 'Player.tscn')
| -rw-r--r-- | Player.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Player.tscn b/Player.tscn index 7084f49..dd8180b 100644 --- a/Player.tscn +++ b/Player.tscn @@ -14,6 +14,6 @@ script = ExtResource( 1 ) shape = SubResource( 1 ) [node name="Sprite" type="Sprite" parent="CollisionShape2D"] -position = Vector2( -15.5, -15 ) +position = Vector2( -1, -4 ) scale = Vector2( 0.515625, 0.53125 ) texture = ExtResource( 2 ) |
