- Timestamp:
 - Feb 3, 2006, 4:40:18 PM (20 years ago)
 - Location:
 - trunk/src
 - Files:
 - 
          
- 2 edited
 
- 
          story_entities/story_entity.cc (modified) (1 diff)
 - 
          world_entities/elements/text_element.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/story_entities/story_entity.cc
r7010 r7021 162 162 if (root->Value() != NULL && !strcmp(root->Value(), "WorldDataFile")) 163 163 { 164 BaseObject::loadParams(root); 165 164 166 LoadParam(root, "description", this, StoryEntity, setDescription) 165 167 .describe("Sets the description of this StoryEntity");  - 
        
trunk/src/world_entities/elements/text_element.cc
r7019 r7021 44 44 this->setSize(20); 45 45 this->setFont("fonts/earth.ttf"); 46 this->setAlignment(TEXT_ALIGN_CENTER); 46 47 47 48 if(root != NULL)  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






