Fix release script and add missile station

main
Cameron Murphy Reikes 2 years ago
parent b45974af1d
commit 3f97bdfea8

@ -1856,6 +1856,7 @@ void create_initial_world(GameState *gs)
create_bomb_station(gs, (V2){-50.0f, 0.0f}, BoxExplosive); create_bomb_station(gs, (V2){-50.0f, 0.0f}, BoxExplosive);
create_hard_shell_station(gs, (V2){0.0f, 100.0f}, BoxGyroscope); create_hard_shell_station(gs, (V2){0.0f, 100.0f}, BoxGyroscope);
create_bomb_station(gs, (V2){0.0f, -100.0f}, BoxCloaking); create_bomb_station(gs, (V2){0.0f, -100.0f}, BoxCloaking);
create_bomb_station(gs, (V2){100.0f, 100.0f}, BoxMissileLauncher);
#endif #endif
} }

@ -1,4 +1,4 @@
vcvars call vcvars
git push git push
call build_release.bat call build_release.bat
call update_server.bat call update_server.bat

Loading…
Cancel
Save