Added scroll to sliders

This commit is contained in:
Ryzerth
2021-02-07 12:30:25 +01:00
parent c26855d07e
commit 9def1843b2
10 changed files with 198 additions and 16 deletions

View File

@ -183,6 +183,8 @@ Then, you need to edit the `root_dev/config` file to point to the modules that w
...
```
Note: You can generate this list automatically by running `find . | grep '\.so' | sed 's/^/"/' | sed 's/$/",/' | sed '/sdrpp_core.so/d'` in the build directory.
You also need to change the location of the resource and module directories, for development, I recommend:
```json
...