feat: implemented revolver
This commit is contained in:
parent
47970091ff
commit
945baf0994
12 changed files with 12403 additions and 11 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "scene/resources/packed_scene.h"
|
||||
|
||||
void HitscanMuzzle::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("shoot"), &self_type::shoot);
|
||||
BIND_PROPERTY(Variant::FLOAT, spread);
|
||||
BIND_PROPERTY(Variant::INT, damage);
|
||||
BIND_PROPERTY(Variant::INT, ray_count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue