Skip to content

Commit

Permalink
Remove camera X offset
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Sep 25, 2019
1 parent 904e31c commit be643de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions game/src/Actors/Player.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ speed = Vector2( 700, 1350 )
stomp_impulse = 1400.0

[node name="Camera2D" type="Camera2D" parent="."]
offset = Vector2( 100, 0 )
current = true
process_mode = 0
limit_left = 0
Expand Down Expand Up @@ -53,7 +52,6 @@ collision_mask = 2

[node name="CollisionShape2D" type="CollisionShape2D" parent="StompDetector"]
modulate = Color( 0.337255, 0.223529, 1, 1 )
position = Vector2( 0, -5.2704 )
shape = SubResource( 3 )
[connection signal="body_entered" from="EnemyDetector" to="." method="_on_EnemyDetector_body_entered"]
[connection signal="area_entered" from="StompDetector" to="." method="_on_StompDetector_area_entered"]

0 comments on commit be643de

Please sign in to comment.