Updated install script
Fixed CSS issues Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
5acde87794
commit
4bb4693d2e
26 changed files with 917 additions and 330 deletions
26
install/gameplays.php
Normal file
26
install/gameplays.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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'
|
||||
),
|
||||
*/
|
||||
)
|
||||
)
|
||||
);
|
||||
Loading…
Reference in a new issue