meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
courses:html5_game_development:jouni_ikonen [2013/03/07 15:14] jikonen [2. Atlases] |
courses:html5_game_development:jouni_ikonen [2013/03/07 15:41] (current) jikonen [2. Atlases] |
||
---|---|---|---|
Line 81: | Line 81: | ||
Next quiz asks to load different dimension information from JSON. Thing come really quickly, so I had to go back to videos to understand what we are trying to accomplish (quiz text is not enough). Comments also helped to find JSON parser to clarify the idea. I have to learn to remember TH vs. HT, i.e. widTH, heigHT | Next quiz asks to load different dimension information from JSON. Thing come really quickly, so I had to go back to videos to understand what we are trying to accomplish (quiz text is not enough). Comments also helped to find JSON parser to clarify the idea. I have to learn to remember TH vs. HT, i.e. widTH, heigHT | ||
+ | |||
+ | And the battle goes on. | ||
+ | - how do we go trough all elements | ||
+ | for(var i=0; i<map.tilesets.length;i++) | ||
+ | | ||
+ | 2 hours more spend for Atlases and still few tasks left. Videos introduce pieces of data really fast, without leaving me time to think. | ||
+ | |||