Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/rev/679025d1bd38
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 01:02:18 2012
Кодировка:
allpy: 679025d1bd38

allpy

changeset 495:679025d1bd38

blocks/www: add explanation
author boris (netbook) <bnagaev@gmail.com>
date Tue, 22 Feb 2011 18:41:31 +0300
parents 8e4fc3e239e9
children 8cdc987f8ab8
files blocks3d/www/input/blocks.js
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/blocks3d/www/input/blocks.js	Tue Feb 22 10:37:48 2011 +0300
     1.2 +++ b/blocks3d/www/input/blocks.js	Tue Feb 22 18:41:31 2011 +0300
     1.3 @@ -2,9 +2,10 @@
     1.4  /*
     1.5  list of blocks
     1.6  block = {
     1.7 -    start: integer
     1.8 -    end: integer
     1.9 +    int start; (inclusive)
    1.10 +    int end; (inclusive)
    1.11      IDs: list of IDs
    1.12 +    cores: []
    1.13  }
    1.14  */
    1.15