From 3f97bdfea83c75d5a7cecacedb1311d1e7448c1b Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Tue, 22 Nov 2022 00:05:04 -0800 Subject: [PATCH] Fix release script and add missile station --- gamestate.c | 1 + release_all.bat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gamestate.c b/gamestate.c index ea211ad..2d5fba4 100644 --- a/gamestate.c +++ b/gamestate.c @@ -1856,6 +1856,7 @@ void create_initial_world(GameState *gs) create_bomb_station(gs, (V2){-50.0f, 0.0f}, BoxExplosive); 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){100.0f, 100.0f}, BoxMissileLauncher); #endif } diff --git a/release_all.bat b/release_all.bat index 44ba692..e722354 100644 --- a/release_all.bat +++ b/release_all.bat @@ -1,4 +1,4 @@ -vcvars +call vcvars git push call build_release.bat call update_server.bat