Implementing into main and fixing problem with enemies
This commit is contained in:
parent
0c6774e92f
commit
74303d24f7
@ -83,7 +83,7 @@ public:
|
|||||||
damage_(damage),
|
damage_(damage),
|
||||||
tolerance_(0)
|
tolerance_(0)
|
||||||
{
|
{
|
||||||
tolerance_=(size_+(*player_).getSize())*2;
|
tolerance_=(size_+(*player_).getSize())*5/8;
|
||||||
}
|
}
|
||||||
|
|
||||||
void move();
|
void move();
|
||||||
|
|||||||
924
source/main.cpp
924
source/main.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user