From 25776ec71cc240cc0a30dd1113ad6bf1e53ddf37 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 4 Dec 2022 00:37:54 +0100 Subject: Extracted battlefield size and moved into Scenario --- campaign/src/scenarios.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'campaign/src') diff --git a/campaign/src/scenarios.cpp b/campaign/src/scenarios.cpp index 06b4659..6fd0403 100644 --- a/campaign/src/scenarios.cpp +++ b/campaign/src/scenarios.cpp @@ -16,6 +16,7 @@ example() { return { "Example", + 12000, { {0, "Anvil", {"ChargeLaser", "ChargeLaser"}}, {0, "Anvil", {"ChargeLaser", "ChargeLaser"}}, -- cgit v1.1