CensoredUsername / unrpyc

A ren'py script decompiler
Other
864 stars 157 forks source link

SL1 missing support for "image" and "on" statements #40

Closed jackmcbarn closed 9 years ago

CensoredUsername commented 9 years ago

I know about it missing support for the on statement, but there's no screen language "image" statement. If you use an image it's the "add" statement which is used, which I'm pretty sure is supported.

jackmcbarn commented 9 years ago

There's an image statement. See https://github.com/renpy/renpy/blob/6.17.7.521/renpy/screenlang.py#L717

CensoredUsername commented 9 years ago

It exists, but it's not documented. typical.

Then again that goes for a lot more things in ren'py.