try to draw 1000*1000 svg grig

This commit is contained in:
Gnieark 2016-06-29 17:21:46 +02:00
parent fee43385d9
commit 35fc852ee9

View File

@ -23,7 +23,7 @@ foreach($bots as $bot){
</div>
<script>
var botsAvailable = <?php echo json_encode($botsArena); ?>;
var botsAvailable = <?php echo json_encode($botsArr); ?>;
show_bot_panel(0);
</script>