feat(testing game): Player is now spawned in play()

This commit is contained in:
Sara 2023-11-22 13:10:42 +01:00 committed by Scott-G-GD
parent 0ccdc8c5d0
commit 9e643e7cec

View file

@ -1,9 +1,11 @@
#include "camera.h"
#include "program.h"
#include "player.h"
static
void play() {
g_camera.fov = 40;
SpawnPlayer(ZeroVector);
}
static