Skip to content

Commit

Permalink
Minor update to todeskaefer
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoalmeida committed Nov 30, 2021
1 parent af9fc8d commit c3ec319
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions entities/todeskaefer.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ height = 14.0
[node name="Todeskaefer" type="KinematicBody2D"]
pause_mode = 1
collision_layer = 16
collision_mask = 12
collision_mask = 15
script = ExtResource( 2 )

[node name="Sprite" type="Sprite" parent="."]
Expand All @@ -124,8 +124,8 @@ collision_layer = 0
collision_mask = 18

[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="BiteArea"]
position = Vector2( -0.351671, 0 )
scale = Vector2( 1.70334, 1 )
position = Vector2( -0.351671, 2.73302 )
scale = Vector2( 1.70334, 1.29387 )
polygon = PoolVector2Array( -5, -12, -9, -21, 10, -21, 6, -12 )

[node name="SenseArea" type="Area2D" parent="."]
Expand Down
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://assets/game_icon.ico"
application/file_version="1.0.2"
application/product_version="1.0.2"
application/file_version="1.0.3"
application/product_version="1.0.3"
application/company_name="BUG Inc"
application/product_name="Ant Manager"
application/file_description=""
Expand Down

0 comments on commit c3ec319

Please sign in to comment.