1
This commit is contained in:
parent
f688b2fded
commit
14672510c7
@ -71,7 +71,8 @@ void Hero::GetAabbBox(AabbCollider& aabb_box)
|
||||
|
||||
float Hero::GetSpeed()
|
||||
{
|
||||
return 3;
|
||||
float speed = meta->i->move_speed();
|
||||
return speed;
|
||||
}
|
||||
|
||||
void Hero::_UpdateMove(int speed)
|
||||
|
Loading…
x
Reference in New Issue
Block a user