aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-11-26 22:03:27 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-11-26 22:03:27 -0700
commit861bc73b34765829e5fc9e68bbb0b18ec44e0903 (patch)
tree54ee34eec88370fa6551cbf94fe371fffcfde048
parent31e5ed2ec9fbc28b9695db20462228a52696e6aa (diff)
Changed a value
-rw-r--r--src/levels/level3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/levels/level3.c b/src/levels/level3.c
index d8a8e4a..799a5ee 100644
--- a/src/levels/level3.c
+++ b/src/levels/level3.c
@@ -5,7 +5,7 @@
void initLevel3(Game * game, Levels * levels) {
WorldEntry entries[] = {
(WorldEntry){ENTITY_ANTIFA, (Vector3){0.0, 0.0, 0.0}, QuaternionIdentity()},
- (WorldEntry){ENTITY_CAPORALE, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()}
+ (WorldEntry){ENTITY_CAPORALE, (Vector3){0.0, 0.0, 300.0}, QuaternionIdentity()}
};
addEntriesToWorld(