feat(testing game): Player is now spawned in play()
This commit is contained in:
parent
0ccdc8c5d0
commit
9e643e7cec
|
@ -1,9 +1,11 @@
|
|||
#include "camera.h"
|
||||
#include "program.h"
|
||||
#include "player.h"
|
||||
|
||||
static
|
||||
void play() {
|
||||
g_camera.fov = 40;
|
||||
SpawnPlayer(ZeroVector);
|
||||
}
|
||||
|
||||
static
|
||||
|
|
Loading…
Reference in a new issue