aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-13 20:57:32 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-13 20:57:32 -0600
commit9eeb5293fc0d022298fb772338241aa7e8672dac (patch)
treed6ddbaf8f0398d6c83125a64a8c42e1c71ea48b4 /src/game.c
parentf368f2811a3f8ca0a4b9572b300358bd17d8dac1 (diff)
Half working mussolini
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index ffe844e..f916584 100644
--- a/src/game.c
+++ b/src/game.c
@@ -29,7 +29,9 @@ void initGame(Game * game) {
(WorldEntry){ENTITY_SOLDATO, (Vector3){20.0, 20.0, 20.0}, QuaternionIdentity()},
(WorldEntry){ENTITY_CAPORALE, (Vector3){30.0, 30.0, 30.0}, QuaternionIdentity()},
(WorldEntry){ENTITY_SERGENTE, (Vector3){40.0, 40.0, 40.0}, QuaternionIdentity()},
- (WorldEntry){ENTITY_MARESCIALLO, (Vector3){50.0, 50.0, 50.0}, QuaternionIdentity()}
+ (WorldEntry){ENTITY_MARESCIALLO, (Vector3){50.0, 50.0, 50.0}, QuaternionIdentity()},
+ (WorldEntry){ENTITY_GENERALE, (Vector3){60.0, 60.0, 60.0}, QuaternionIdentity()},
+ (WorldEntry){ENTITY_MUSSOLINI, (Vector3){0.0, 0.0, 150.0}, QuaternionIdentity()}
};
addEntriesToWorld(