Merge branch 'SQC-15_online' of https://github.com/CegepSTH/SQCSim2023 into SQC-15_online
This commit is contained in:
commit
b1fc9d7d92
@ -125,9 +125,9 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
|
||||
bool isLeft = side.y > 0;
|
||||
|
||||
time += elapsedTime;
|
||||
if (time >= 250)
|
||||
if (time >= 100)
|
||||
{
|
||||
time -= 250;
|
||||
time -= 100;
|
||||
|
||||
Shooting = !Shooting;
|
||||
/*if (!current.states.shooting)
|
||||
|
Loading…
Reference in New Issue
Block a user