Compare commits

...

2 commits

Author SHA1 Message Date
wintea 08f42fe7e5
add stylua.toml 2024-05-09 21:40:49 +02:00
wintea 88ac8df1df
add TODO.md 2024-05-09 21:40:22 +02:00
2 changed files with 24 additions and 0 deletions

19
TODO.md Normal file
View file

@ -0,0 +1,19 @@
# TODOs
## Legend
* `[x]` done
* `[*]` partial
* `[!]` in progress (specify priority with a number if multiple)
* `[?]` improvements needed (specify what)
## UI
- [] coregui buttons
- [] hud over nearby people showing their items
- [?] sidebar designs (not fully set on the current design)
- [x] player list
- [x] currently equipped items list
## Backend
- [] datastores
## Actual logic
- [] sidebar fusion impl
- [] coregui buttons impl
## Uncategorized / chore
- [] custom map layout template

5
stylua.toml Normal file
View file

@ -0,0 +1,5 @@
call_parentheses = "Input"
quote_style = "ForceDouble"
[sort_requires]
enabled = true