mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-08 08:55:54 +00:00
weapon cooldown
This commit is contained in:
parent
9afa5195b9
commit
3057ee8725
4 changed files with 31 additions and 18 deletions
|
|
@ -100,6 +100,7 @@ function _update()
|
|||
{"text_box",{text=string.format("%.4f %dfps",stat(1),stat(7)),margin=2,stroke=true,active=false,hover=false}},
|
||||
{"text_box",{text=string.format("Bullets: %d", count(bullets)),margin=2,stroke=true,active=false,hover=false}},
|
||||
{"text_box",{text=string.format("Weapon: %s", cirnoInstance.weapon.data.name),margin=2,stroke=true,active=false,hover=false}},
|
||||
{"text_box",{text=string.format("Weapon timer: %d", cirnoInstance.weapon.timer),margin=2,stroke=true,active=false,hover=false}},
|
||||
{"sprite_box",{sprite=cirnoInstance.weapon.data.spriteIndex,margin=2,stroke=true,active=false,hover=false}},
|
||||
}})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue