wootook-reloaded/install/gameplays.php
Gregory PLANCHAT 4bb4693d2e Updated install script
Fixed CSS issues

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-12-05 18:52:05 +01:00

26 lines
848 B
PHP

<?php return array(
'legacies' => array(
'label' => 'Legacies',
'description' => "Conquer planets and grow your outer space empire, fight against other space emperors and master the outer space.",
'modules' => array(
'Wootook_Core' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
'Wootook_Empire' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
'Legacies_Empire' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
/*
'Legacies_Officers' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
*/
)
)
);