Skip to content

Commit

Permalink
1.8.60-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
uzkbwza committed Dec 22, 2023
1 parent a47ec6f commit 11b6207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Global.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends Node

signal nag_window()

var VERSION = "1.8.59-steam-unstable"
var VERSION = "1.8.60-steam-unstable"
const RESOLUTION = Vector2(640, 360)

var audio_player
Expand Down
4 changes: 0 additions & 4 deletions characters/swordandgun/NewShoot.gd
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ func _frame_5():
if temporal_round:
temporal_round.shoot()





func _frame_6():
host.shooting_arm.frame = 2

Expand Down
3 changes: 2 additions & 1 deletion characters/swordandgun/SwordGuy.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3948,10 +3948,11 @@ LassoThrow
interrupt_into_string = "TimeBullet
Grounded
Aerial
Shoot
"
interrupt_exceptions_string = "ShootDodge2"
release_opponent_on_startup = true
projectile = false

[node name="Hitbox" type="Node2D" parent="StateMachine/PointBlank" index="0"]
z_index = 1000
Expand Down

0 comments on commit 11b6207

Please sign in to comment.