File tree Expand file tree Collapse file tree 11 files changed +41
-82
lines changed 
reliable-change-detection Expand file tree Collapse file tree 11 files changed +41
-82
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ mod learn {
4444        mod  ecs { 
4545            #[ doc = include_str ! ( "../../content/learn/book/ecs/commands/_index.md" ) ]  
4646            mod  commands { } 
47+             #[ doc = include_str ! ( "../../content/learn/book/ecs/detecting-changes/_index.md" ) ]  
48+             mod  detecting_changes { } 
49+             #[ doc = include_str ! ( "../../content/learn/book/ecs/ecs-magic/_index.md" ) ]  
50+             mod  ecs_magic { } 
4751            #[ doc = include_str ! ( "../../content/learn/book/ecs/entities-components/_index.md" ) ]  
4852            mod  entities_components { } 
4953            #[ doc = include_str ! ( "../../content/learn/book/ecs/exclusive-world-access/_index.md" ) ]  
5054            mod  exclusive_world_access { } 
51-             #[ doc = include_str ! ( "../../content/learn/book/ecs/filtering-queries/_index.md" ) ]  
52-             mod  filtering_queries { } 
53-             #[ doc = include_str ! ( "../../content/learn/book/ecs/generic-systems/_index.md" ) ]  
54-             mod  generic_systems { } 
55-             #[ doc = include_str ! ( "../../content/learn/book/ecs/reliable-change-detection/_index.md" ) ]  
56-             mod  reliable_change_detection { } 
55+             #[ doc = include_str ! ( "../../content/learn/book/ecs/queries/_index.md" ) ]  
56+             mod  queries { } 
5757            #[ doc = include_str ! ( "../../content/learn/book/ecs/resources/_index.md" ) ]  
5858            mod  resources { } 
59-             #[ doc = include_str ! ( "../../content/learn/book/ecs/systems-queries /_index.md" ) ]  
60-             mod  system_queries  { } 
59+             #[ doc = include_str ! ( "../../content/learn/book/ecs/systems/_index.md" ) ]  
60+             mod  systems  { } 
6161        } 
6262
6363        #[ doc = include_str ! ( "../../content/learn/book/game-logic/_index.md" ) ]  
Original file line number Diff line number Diff line change 11+++ 
2- title  = " Manipulating entities with commands " 
3- weight  = 4 
2+ title  = " Commands queue up work " 
3+ weight  = 5 
44template  = " book-section.html" 
55page_template  = " book-section.html" 
66insert_anchor_links  = " right" 
77+++ 
8- 
9- TODO: explain what commands are used for
10- 
11- TODO: explain that they only run at the end of the stage, mention that they have exclusive world access
12- 
13- TODO: show how to spawn, despawn and modify entities with commands
Original file line number Diff line number Diff line change 1+ +++ 
2+ title  = " Detecting changes" 
3+ weight  = 6 
4+ template  = " book-section.html" 
5+ page_template  = " book-section.html" 
6+ insert_anchor_links  = " right" 
7+ +++ 
Original file line number Diff line number Diff line change 1+ +++ 
2+ title  = " Understanding the magic" 
3+ weight  = 8 
4+ template  = " book-section.html" 
5+ page_template  = " book-section.html" 
6+ insert_anchor_links  = " right" 
7+ +++ 
Original file line number Diff line number Diff line change 11+++ 
2- title  = " Exclusive `World`  access" 
3- weight  = 8 
2+ title  = " Exclusive world  access" 
3+ weight  = 7 
44template  = " book-section.html" 
55page_template  = " book-section.html" 
66insert_anchor_links  = " right" 
Load Diff This file was deleted. 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 1+ +++ 
2+ title  = " Fetching data with queries" 
3+ weight  = 2 
4+ template  = " book-section.html" 
5+ page_template  = " book-section.html" 
6+ insert_anchor_links  = " right" 
7+ +++ 
Load Diff This file was deleted. 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments