Bronya-Rand / DDLCModTemplate2.0

A new template for producing DDLC mods that adhere to Team Salvato's guidelines based off DDLC itself.
58 stars 18 forks source link

use 'Composite' instead of 'LiveComposite?' #37

Closed Elckarow closed 2 years ago

Elckarow commented 2 years ago

LiveComposite is obsolete as of now. Did you keep it for older version of RenPy?

Bronya-Rand commented 2 years ago

LiveComposite is obsolete as of now. Did you keep it for older version of Ren'Py?

You would be right in this case. In order to keep the screen syntax equal for Ren'Py 6 and 7, I had to use LiveComposite instead of Composite as Composite never existed in Ren'Py until Ren'Py 7 was out either in a later itteration or in 7.0 or earlier in the later 6 series. You may switch it to Composite if you wanted to if you use Ren'Py 7 but for now this remains for backwards compatibility.