An open API service indexing awesome lists of open source software.

https://github.com/3eif/textforge

Text generator for Asset Forge.
https://github.com/3eif/textforge

asset-forge lua lua-script

Last synced: about 1 year ago
JSON representation

Text generator for Asset Forge.

Awesome Lists containing this project

README

          

# Text Forge
A script that generates text in Asset Forge

## Installation
- Download/clone the script.
- Open Asset Forge.
- Click on `Scripts` in the upper left corner.
- Choose the script called `textforge.lua`.
- To edit the sample text: Open the script in a text editor then modify the `text` variable.

## Documentation
To make a new line add this to the string: `

Here is a list of all the characters that are supported (feel free to add more!):
```
a b c d e f g h i j k l m n o p q r s t u v w x y z
0 1 2 3 4 5 6 7 8 9
. ! ? / [ ] # $ % ^ & * ( ) - _ = + { } | < > : ; ~
```

![picture](https://imgur.com/PFpRmyJ.png)