|
|
@@ -81,6 +81,7 @@ Here is a list of default loaders used:
|
|
|
| mp3 | `love.audio.newSource` |
|
|
|
| ogg | `love.audio.newSource` |
|
|
|
| wav | `love.audio.newSource` |
|
|
|
+| txt | `love.filesystem.read` |
|
|
|
|
|
|
The loader for `.ttf` files is special. Instead of directly returning an asset, this loader returns a function that accepts a size for the font and returns a new font with the specified size.
|
|
|
|