Skip to content

Commit

Permalink
Update axe hitbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
dardanbujupaj committed Apr 15, 2022
1 parent 96d852c commit 017fdfe
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenes/levels/Axe.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ collision_layer = 4
collision_mask = 0

[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Axe/HitBox"]
polygon = PoolVector2Array( 30, -53, -35, -52, -59, -16, -58, 32, -13, 69, 22, 65, 49, 34, 48, -14 )
polygon = PoolVector2Array( 76, -10, -80, 2, -53, 62, -1, 89, 55, 61 )

[node name="RigidBody2D" type="RigidBody2D" parent="Axe/HitBox"]
collision_layer = 0
collision_mask = 8
mode = 3

[node name="CollisionPolygon2D2" type="CollisionPolygon2D" parent="Axe/HitBox/RigidBody2D"]
polygon = PoolVector2Array( 30, -53, -35, -52, -59, -16, -58, 32, -13, 69, 22, 65, 49, 34, 48, -14 )
polygon = PoolVector2Array( -94, -3, -88, 34, -59, 74, -15, 103, 23, 100, 54, 83, 77, 38, 88, -6, 83, -24 )

[node name="Tween" type="Tween" parent="."]
repeat = true
Expand Down
35 changes: 35 additions & 0 deletions scenes/levels/torch.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/torch.png-59ab0276b09480be6be1b39abd3faca8.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://scenes/levels/torch.png"
dest_files=[ "res://.import/torch.png-59ab0276b09480be6be1b39abd3faca8.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

0 comments on commit 017fdfe

Please sign in to comment.