feat: work on running and weapon inventory
This commit is contained in:
parent
43c5863e89
commit
6cdb2cbd4f
7 changed files with 58 additions and 3 deletions
|
|
@ -37,3 +37,11 @@ AnimationPlayer *WeaponBase::get_anim() const {
|
|||
PlayerCamera *WeaponBase::get_camera() const {
|
||||
return this->camera;
|
||||
}
|
||||
|
||||
void WeaponBase::set_body(PlayerBody *body) {
|
||||
this->body = body;
|
||||
}
|
||||
|
||||
PlayerBody *WeaponBase::get_body() const {
|
||||
return this->body;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue