-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/main/java/com/hrznstudio/titanium/client/screen/addon/color/ColorPickerAddon.java
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,10 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
||
package com.hrznstudio.titanium.client.screen.addon.color; | ||
|
||
import com.hrznstudio.titanium.client.screen.addon.BasicScreenAddon; | ||
|
7 changes: 7 additions & 0 deletions
7
src/main/java/com/hrznstudio/titanium/client/screen/addon/color/HuePickerAddon.java
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,10 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
||
package com.hrznstudio.titanium.client.screen.addon.color; | ||
|
||
import com.hrznstudio.titanium.api.client.AssetTypes; | ||
|
7 changes: 7 additions & 0 deletions
7
src/main/java/com/hrznstudio/titanium/client/screen/addon/color/ShadePickerAddon.java
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,10 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
||
package com.hrznstudio.titanium.client.screen.addon.color; | ||
|
||
import com.hrznstudio.titanium.api.client.AssetTypes; | ||
|