-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonwave.toml
34 lines (26 loc) · 1.12 KB
/
moonwave.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[home]
enabled = true
includeReadme = false
[[home.features]]
title = "Animations Supercharged"
description = "Enjoy properly-managed, and Eager-loaded animations for your swords!"
[[home.features]]
title = "Change How Rays behave"
description = "Atticus allows you to override its default RaycastParams for its hitboxes"
[[home.features]]
title = "Processors"
description = "Enjoy user-definied rules so that you can manage when Atticus' hitbox works and when it doesn't."
[[home.features]]
title = "Critical Attackes Supercharged"
description = "Enjoy critical attackes with their properly-managed state."
[[home.features]]
title = "Detached from Tools"
description = "Atticus, unlike other libraries, can work out of the box for your already-existing tooling system."
[[home.features]]
title = "Automatic or Manual Collision Calculation"
description = "Either let Atticus calculate the best collisions for your hitboxes, or do it yourself with Attachments."
[docusaurus]
tagline = "A modern solution for sword creation on Roblox."
[footer]
style = "dark"
copyright = "Copyright © 2022 Sinlerdev. Built with Moonwave and Docusaurus"