Many fixes

This commit is contained in:
Rendo 2025-12-17 01:59:35 +05:00
commit e758c9f042
11 changed files with 8784 additions and 8739 deletions

View file

@ -65,11 +65,10 @@ func _ready() -> void:
func _enter() -> void:
super()
player.weapon_models[weapon_gid].show()
player.show_weapon(weapon_gid)
func _exit() -> void:
super()
player.weapon_models[weapon_gid].hide()
func use_begin() -> void:
if current_state != null: