RobotPrototype / RedBit

For Prototyping the robot game
0 stars 0 forks source link

Add background art and display it. #6

Open benjamin-heasly opened 6 years ago

benjamin-heasly commented 6 years ago

I think the background could become part of the style file. Maybe eventually the style file should contain config for all four view layers?

To add just the background for now, maybe we enhance the style file to be like this?

{
  backgroundArt: "Assets/Backgrounds/foo.png",
  tiles: [
    {
      "shape": "rectangle",
      "tileArt": "Assets/Sprites/HDIC2.png",
      "tileSize": 32
    },
    {
      "shape": "beveled",
      "tileArt": "Assets/Sprites/HDIC2.png",
      "tileSize": 32
    },
    ...
  ]
}
RobotPrototype commented 6 years ago

Seems like we're on the same page for this! Style seems like a good umbrella for us to organize regional assets with.

benjamin-heasly commented 6 years ago

There's no word in English for my style.