TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

SDL versioning and version converting scripts #21

Open TzuChieh opened 5 years ago

TzuChieh commented 5 years ago

This feature should be done as soon as possible, since every change in the SDL syntax can potentially break a bunch of existing scene files.

TzuChieh commented 5 years ago

The syntax will be implemented as magic comments, as they generally do not need to be parsed during scene loading. Other meta information can be added in the same way as version info.

The syntax:

//: <key1>=<value1>
//: <key2>=<value2>
...