ok thanks! Yea otherwise my txt files would be default to ANSI.
can anyone explain some of the values found in this json file? specificially the header stuff. c2array is fine i guess, but what does "size" mean? 13,6,1?
{
"c2array":true,
"size":[13,6,1],
"data":[[
I do see he has 13 cards (Card00 through Card12) but i don't understand what the 6 and 1 represent. below the data line you see this
["Card 00"],
["Content 01 - Card 00"],
["Content 02 - Card 00"],
["Content 03 - Card 00"],
["Content 04 - Card 00"],
["Content 05 - Card 00"]
]
I do see 6 rows although one of them is he header.. not sure if that matters.. but if that is the case then what does the 1 represent in the three numbers "13,6,1"?
Then i follow the idea that DeckCards1 gets completed.. move on.. I see load Json strong "AJAX.LastData" is this a commonly used command to simply put all of the data that was loaded from the CData2.json into an array?
I've never used sprite fonts before. I was just looking to use plain text fields for displaying data, but I think I can see what's going on. trying to rebuild something using this as a guide.