Update core_2d_camera.c
This commit is contained in:
parent
39ead974a4
commit
a3a6b3f24a
@ -57,7 +57,6 @@ int main(void)
|
||||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Player movement
|
||||
if (IsKeyDown(KEY_RIGHT)) player.x += 2;
|
||||
else if (IsKeyDown(KEY_LEFT)) player.x -= 2;
|
||||
|
Loading…
Reference in New Issue
Block a user