ClementSparrow / Pattern-Script

Open Source HTML5 Game Engine based on PuzzleScript
20 stars 2 forks source link

Sprite transformations only accept predefined directional mappings #30

Closed ClementSparrow closed 2 years ago

ClementSparrow commented 2 years ago

It's possible to use things like rot:up:> but not things like:

TAGS

diagonals = UR RD DL LU

MAPPINGS

diagonals => clockwise45
UR RD DL LU -> right down left up

OBJECTS

Obj:diagonals
blue
....0
.....
.....
.....
.....
rot:right:clockwise45

since that last line does not compile

ClementSparrow commented 2 years ago

fixed in commit 81061dd72c4961ad04f7ecbac6dfc39565264482.