Relocate layouts.p

This commit is contained in:
Raffson 2022-12-19 19:08:25 +01:00
parent 68b04b0e46
commit 4b8e7e972e
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -31,7 +31,7 @@ from game.profiling import logged_duration
from game.version import VERSION from game.version import VERSION
LAYOUT_DIR = "resources/layouts/" LAYOUT_DIR = "resources/layouts/"
LAYOUT_DUMP = "Liberation/layouts.p" LAYOUT_DUMP = "Retribution/layouts.p"
LAYOUT_TYPES = { LAYOUT_TYPES = {
GroupRole.AIR_DEFENSE: AntiAirLayout, GroupRole.AIR_DEFENSE: AntiAirLayout,