Changes between Version 12 and Version 13 of oid/WorkLog/09-02-04


Ignore:
Timestamp:
Feb 4, 2009, 6:57:01 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oid/WorkLog/09-02-04

    v12 v13  
    141141  $(function(){
    142142    G_MAP = new RedcliffMap(); # 呼叫 RedcliffMap() 產生 GMap2 物件
    143     LoadLocation();            # 呼叫 LoadLocation() 從 location.json 讀檔並畫出歷史古城的位置點
    144     new TilesSelect();
     143    LoadLocation();            # 呼叫 LoadLocation() 從 location.json  讀檔並把資料存進 LOCATION  的 Hash 物件中
     144                               # - 呼叫 LoadElement()  從 element.json   讀檔並把資料存進 ELEMENT   的 Hash 物件中,LOAD_STATES=1
     145                               # - 呼叫 LoadEvent()    從 event.json     讀檔並把資料存進 EVENT     的 Hash 物件中
     146                               #   - 呼叫 LoadBigEvent() 從 big_event.json 讀檔並把資料存進 BIG_EVENT 的 Hash 物件中,LOAD_STATES=2
     147                               #   - 呼叫 LoadPeople()   從 people.json    讀檔並把資料存進 PEOPLE    的 Hash 物件中,LOAD_STATES=3
     148    new TilesSelect();         #
    145149    new TabManager(['events', 'characters', 'vote'], 'characters');
    146150    new Disclaimer();