Merge branch 'master' of ssh://2ndbeam.ru/2ndbeam/red_dragon_pon

This commit is contained in:
Rendo 2025-07-27 20:49:07 +05:00
commit 81d5c5f0ba
18 changed files with 503 additions and 10 deletions

View file

@ -15,7 +15,7 @@ var ammo: int
@export var fire_mode: BaseFireMode
## Weapon animation library. Should contain "static", "fire", "reload" animations
## Weapon animation library. Should contain "static", "fire", "reload", "holster", "draw" animations
@export var animation_library: AnimationLibrary
var is_firing: bool = false