Azurelol / StratusFramework

A gameplay scripting framework for the Unity Engine, written in C#.
Other
17 stars 3 forks source link

Ink Module: Support special characters in the Stratus Ink Module parsing. [???] #2

Closed Azurelol closed 6 years ago

Azurelol commented 6 years ago

The problem was due to not using the right regex sequence (.*).

Azurelol commented 6 years ago

Fixed!

Azurelol commented 6 years ago

While it was working for the ComposedBinaryOperations, it was not for the current presets. This has been fixed by the addition of the ComposeEnclosure, which will now be used by the existing presets!

image