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.
- Host: GitHub
- URL: https://github.com/3eif/textforge
- Owner: 3eif
- License: mit
- Created: 2020-04-28T17:10:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T13:46:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T23:15:37.757Z (about 1 year ago)
- Topics: asset-forge, lua, lua-script
- Language: Lua
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
. ! ? / [ ] # $ % ^ & * ( ) - _ = + { } | < > : ; ~
```
