-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35ab658
commit 44472c6
Showing
28 changed files
with
723 additions
and
189 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[](https://www.codefactor.io/repository/github/bluehuskystudios/scripts) | ||
|
||
# BHStudios Scripts # | ||
|
||
A collection of scripts that [Blue Husky Studios](https://BHStudios.org) uses |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+1.14 KB
assets/v2/general/js/BHStudios General Scripts/org/bh/scripts/components/button/button.kjsm
Binary file not shown.
Binary file added
BIN
+518 Bytes
assets/v2/general/js/BHStudios General Scripts/org/bh/scripts/components/components.kjsm
Binary file not shown.
Binary file added
BIN
+2.01 KB
...ts/v2/general/js/BHStudios General Scripts/org/bh/scripts/components/sidebar/sidebar.kjsm
Binary file not shown.
Binary file added
BIN
+1.86 KB
...l/js/BHStudios General Scripts/org/bh/scripts/components/themeSwatches/themeSwatches.kjsm
Binary file not shown.
Binary file removed
BIN
-1.19 KB
...general/js/BHStudios General Scripts/org/bh/scripts/general/components/button/button.kjsm
Binary file not shown.
Binary file removed
BIN
-541 Bytes
...v2/general/js/BHStudios General Scripts/org/bh/scripts/general/components/components.kjsm
Binary file not shown.
Binary file removed
BIN
-2.03 KB
...neral/js/BHStudios General Scripts/org/bh/scripts/general/components/sidebar/sidebar.kjsm
Binary file not shown.
Binary file modified
BIN
+128 Bytes
(130%)
assets/v2/general/js/BHStudios General Scripts/org/bh/scripts/general/general.kjsm
Binary file not shown.
Binary file added
BIN
+470 Bytes
assets/v2/general/js/BHStudios General Scripts/org/bh/scripts/theming/theming.kjsm
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
assets/v2/general/kt/.idea/inspectionProfiles/Project_Default.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...scripts/general/components/HtmlElement.kt → .../org/bh/scripts/components/HtmlElement.kt
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
2 changes: 1 addition & 1 deletion
2
.../general/components/button/ButtonModel.kt → .../scripts/components/button/ButtonModel.kt
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
4 changes: 2 additions & 2 deletions
4
...al/components/button/ButtonViewWrapper.kt → ...ts/components/button/ButtonViewWrapper.kt
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
4 changes: 2 additions & 2 deletions
4
...onents/sidebar/SidebarButtonController.kt → ...onents/sidebar/SidebarButtonController.kt
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
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
Oops, something went wrong.