修订版 | 46a26e16c3b4ad074a7c577ea5276ffceb224471 (tree) |
---|---|
时间 | 2017-08-03 18:47:55 |
作者 | HMML <hmml3939@gmai...> |
Commiter | HMML |
Add new theme from Hime!
@@ -0,0 +1,7 @@ | ||
1 | +{ | |
2 | + "schema_version": 1, | |
3 | + "id": 4, | |
4 | + "name": "みつめるみく", | |
5 | + "author": "ひめ", | |
6 | + "url": "https://twitter.com/Milly" | |
7 | +} |
@@ -24,7 +24,7 @@ import java.util.Map; | ||
24 | 24 | |
25 | 25 | |
26 | 26 | public class Theme { |
27 | - public static final int[] BUILTIN_THEMES = {1, 2, 3}; | |
27 | + public static final int[] BUILTIN_THEMES = {1, 2, 3, 4}; | |
28 | 28 | public static final int TYPE_BUILTIN = 1; |
29 | 29 | public static final int TYPE_MIKU_WEATHER = 2; |
30 | 30 | public static final int TYPE_IN_STORAGE = 3; |