Home
last modified time | relevance | path

Searched refs:atl_transform (Results 1 – 3 of 3) sorted by last modified time

/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/
H A Dtutorial_atl.rpy157 example atl_transform:
461 show example atl_transform
571 show example atl_transform
/dports/games/renpy/renpy-7.4.11-sdk/renpy/sl2/
H A Dslast.py332 atl_transform = None variable in SLBlock
347 rv.atl_transform = self.atl_transform
400 if self.atl_transform is not None:
403 self.atl_transform.mark_constant()
404 const = self.atl_transform.constant
451 if self.atl_transform is not None:
452 transform = ATLTransform(self.atl_transform, context=context.scope)
H A Dslparser.py267 target.atl_transform = expr