-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow modification of settings at runtime (#8)
- Loading branch information
1 parent
d7f5f15
commit 8b9f389
Showing
11 changed files
with
204 additions
and
11,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/*.rbxlx | ||
/*.rbxm | ||
/*.rbxmx | ||
/sourcemap.json | ||
|
||
# Roblox Studio lock files | ||
/*.rbxlx.lock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tools] | ||
selene = { source = "Kampfkarren/selene", version = "0.17.0" } | ||
stylua = { source = "JohnnyMorganz/stylua", version = "0.13.1" } | ||
rojo = { source = "rojo-rbx/rojo", version = "7.0.0" } | ||
selene = { source = "Kampfkarren/selene", version = "0.20.0" } | ||
stylua = { source = "JohnnyMorganz/stylua", version = "0.14.2" } | ||
rojo = { source = "rojo-rbx/rojo", version = "7.2.1" } | ||
wally = { source = "upliftgames/wally", version = "0.3.1" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.