diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-14 18:31:35 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-14 18:31:35 -0600 |
commit | e94be85251a3905c3750487ecbdba628644a0582 (patch) | |
tree | 1a919f98cefa30db5f8d41a95a90c11874032e4e /src/game.c | |
parent | 34ce13444db7525b2dc37183675ea6e907fea642 (diff) |
More generale laser stuff
Diffstat (limited to 'src/game.c')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ void initGame(Game * game) { WorldEntry entries[2] = { (WorldEntry){ENTITY_ANTIFA, (Vector3){0.0, 0.0, 0.0}, QuaternionIdentity()}, - (WorldEntry){ENTITY_MARESCIALLO, (Vector3){0.0, 0.0, 100.0}, QuaternionIdentity()} + (WorldEntry){ENTITY_GENERALE, (Vector3){0.0, 0.0, 10.0}, QuaternionIdentity()} }; addEntriesToWorld( |