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 "camera.h"
|
||||||
#include "program.h"
|
#include "program.h"
|
||||||
|
#include "player.h"
|
||||||
|
|
||||||
static
|
static
|
||||||
void play() {
|
void play() {
|
||||||
g_camera.fov = 40;
|
g_camera.fov = 40;
|
||||||
|
SpawnPlayer(ZeroVector);
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
|
Loading…
Reference in a new issue