I was wondering if its possibly to place images into data statments.
In my game the player has a different ship per level - so it makes sense to me to get new ships image and ships variables and speed from the same place
something like this?
.shipdata
data fighter.bmp,3,4,5
if it helps answer my question the player is a type that i read data into.
In my game the player has a different ship per level - so it makes sense to me to get new ships image and ships variables and speed from the same place
something like this?
.shipdata
data fighter.bmp,3,4,5
if it helps answer my question the player is a type that i read data into.