ritobanrc / roguelike-game

My second try at creating a rougelike. This time, I'm working with a friend! (yes, even programmers have friends.) Hopefully, this will end up better.
Apache License 2.0
0 stars 0 forks source link

WorldImporter only imports furniture #6

Open ritobanrc opened 7 years ago

ritobanrc commented 7 years ago

For the sake of getting something working, I'm having the world importer only import furniture, for now. I can't see any easy way around this except to have multiple image layers (i.e., a furniture image, a tiletype image, enemies image). For now, I'm just importing the furniture and tiletypes and other things are completely ignored. We may want to scrap this method of storing levels altogether, as players will be able to easily modify them (unless we replace StreamingAssets with resources, which has other problems).

ritobanrc commented 6 years ago

Working on this now.