aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-15 15:01:37 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-15 15:01:37 -0600
commit7ffeaacac296155632705f2a494683d3bdffa684 (patch)
tree3eb67f9f3864d0242d20ab3c8e154c78e856dce5 /src/game.c
parent0612480baf3d173b2d210693d6a234d76bb902cf (diff)
Mussolini missiles shoot from scary looking things
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 8ee592b..372199e 100644
--- a/src/game.c
+++ b/src/game.c
@@ -35,7 +35,7 @@ void initGame(Game * game) {
WorldEntry entries[2] = {
(WorldEntry){ENTITY_ANTIFA, (Vector3){0.0, 0.0, 0.0}, QuaternionIdentity()},
- (WorldEntry){ENTITY_MUSSOLINI, (Vector3){0.0, 0.0, 150.0}, QuaternionIdentity()}
+ (WorldEntry){ENTITY_MUSSOLINI, (Vector3){0.0, 0.0, 200.0}, QuaternionIdentity()}
};
addEntriesToWorld(