22 lines
266 B
Plaintext
22 lines
266 B
Plaintext
|
# Example
|
||
|
|
||
|
Including Aurora in your existing pipeline
|
||
|
|
||
|
```lua
|
||
|
Aurora = {
|
||
|
Settings = {
|
||
|
[TODO:] = ...,
|
||
|
[TODO:] = ...,
|
||
|
[TODO:] = ...
|
||
|
}
|
||
|
}
|
||
|
|
||
|
require([./] "path/to/aurora" [.lua])
|
||
|
```
|
||
|
|
||
|
|
||
|
Using Aurora in the official premake example:
|
||
|
```
|
||
|
|
||
|
|
||
|
```
|