Scribble icon indicating copy to clipboard operation
Scribble copied to clipboard

Efficient, internationalized, multi-effects text renderer for GameMaker

Results 95 Scribble issues
Sort by recently updated
recently updated
newest added

Currently it isn't possible for a typist to 'untype' when its speed value is negative. It would be nice if a negative speed acted as a reverse operation so that...

feature :thought_balloon:

e.g. `לפני Skies of Chaos[r2l]. זו`

bug :sweat_smile:

The feature could work like this: ```gml scribble_element.wrap(maxWidth, [maxHeight], [characterWrap], [lineShift]); ----------------------- Example: scribble("Hello world, how are you?").wrap(40, -1, false, 10); Hello world, how are you? ``` lineShift would shift...

feature :thought_balloon: