battleship
This commit is contained in:
parent
4da2b0a5e8
commit
421d3235d0
3
src/arenas/Battleship/style.css
Normal file
3
src/arenas/Battleship/style.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
article p {width: 100%;}
|
||||||
|
article p label {float:left; text-align:right; width:70%}
|
||||||
|
article p select {float: left;}
|
|
@ -12,7 +12,9 @@ $arenas=array(
|
||||||
'id' => "Battleship",
|
'id' => "Battleship",
|
||||||
'url' => "/Battleship",
|
'url' => "/Battleship",
|
||||||
'title' => "bataille Navale",
|
'title' => "bataille Navale",
|
||||||
'metaDescription' => 'Affrontements de bots à la battaille navale'
|
'metaDescription' => 'Affrontements de bots à la battaille navale',
|
||||||
|
'jsFile'=> "js.js",
|
||||||
|
'cssFile'=> "style.css"
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
Loading…
Reference in New Issue
Block a user