Alright so I've got a platform game where there's multiple variables I need to store. Like, there's the embed .txt file with the tilemap, then the player x and y starting, then the 5 separate enemy x and y starting, then the goal x and y variable.
My question is, is there some way to store all these in a variable type? Like so I can call lvl1 and it does the tilemap and all the starting postitions?
The array is stored in a class. You can use an array like that though? Sorry I'm used to visual Basic where (i'm pretty sure) arrays are a single type.