You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skin/README.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,40 +95,49 @@ Elements here change the colors in the multiple areas in the game.
95
95
* ROOMLIST_NORMAL_ROOM : Changes the color for a room that didn't have any of its settings changed from the default ones
96
96
* ROOMLIST_STARTED_ROOM : Changes the color for a room, in the room list, that has already started its duel.
97
97
* ROOMLIST_TEXTS_COLOR : Changes the color for the texts in the room list menu. Examples: the "Server", "Nickname", "show locked rooms" texts
98
-
* The following 32 fields change the color used for the areas in Deck Edit, specifically for the areas where the informations about the deck are displayed. Example, the panel where you see `Monsters 32, Spells 5, Traps 3`.
99
-
* DECK_WINDOW_EXTRA_BOTTOM_LEFT
100
-
* DECK_WINDOW_EXTRA_BOTTOM_RIGHT
98
+
* The following 41 fields change the color used for the areas in Deck Edit, specifically for the areas where the informations about the deck are displayed. Example, the panel where you see `Monsters 32, Spells 5, Traps 3`.
101
99
* DECK_WINDOW_EXTRA_INFO_BOTTOM_LEFT
102
100
* DECK_WINDOW_EXTRA_INFO_BOTTOM_RIGHT
103
101
* DECK_WINDOW_EXTRA_INFO_TOP_LEFT
104
102
* DECK_WINDOW_EXTRA_INFO_TOP_RIGHT
103
+
* DECK_WINDOW_EXTRA_INFO_OUTLINE
104
+
* DECK_WINDOW_EXTRA_BOTTOM_LEFT
105
+
* DECK_WINDOW_EXTRA_BOTTOM_RIGHT
105
106
* DECK_WINDOW_EXTRA_TOP_LEFT
106
107
* DECK_WINDOW_EXTRA_TOP_RIGHT
108
+
* DECK_WINDOW_EXTRA_OUTLINE
107
109
* DECK_WINDOW_HOVERED_CARD_RESULT
108
-
* DECK_WINDOW_MAIN_BOTTOM_LEFT
109
-
* DECK_WINDOW_MAIN_BOTTOM_RIGHT
110
110
* DECK_WINDOW_MAIN_INFO_BOTTOM_LEFT
111
111
* DECK_WINDOW_MAIN_INFO_BOTTOM_RIGHT
112
112
* DECK_WINDOW_MAIN_INFO_TOP_LEFT
113
113
* DECK_WINDOW_MAIN_INFO_TOP_RIGHT
114
+
* DECK_WINDOW_MAIN_INFO_OUTLINE
115
+
* DECK_WINDOW_MAIN_BOTTOM_LEFT
116
+
* DECK_WINDOW_MAIN_BOTTOM_RIGHT
114
117
* DECK_WINDOW_MAIN_TOP_LEFT
115
118
* DECK_WINDOW_MAIN_TOP_RIGHT
116
-
* DECK_WINDOW_SEARCH_RESULT_BOTTOM_LEFT
117
-
* DECK_WINDOW_SEARCH_RESULT_BOTTOM_RIGHT
119
+
* DECK_WINDOW_MAIN_OUTLINE
118
120
* DECK_WINDOW_SEARCH_RESULT_INFO_BOTTOM_LEFT
119
121
* DECK_WINDOW_SEARCH_RESULT_INFO_BOTTOM_RIGHT
120
122
* DECK_WINDOW_SEARCH_RESULT_INFO_TOP_LEFT
121
123
* DECK_WINDOW_SEARCH_RESULT_INFO_TOP_RIGHT
124
+
* DECK_WINDOW_SEARCH_RESULT_INFO_OUTLINE
125
+
* DECK_WINDOW_SEARCH_RESULT_BOTTOM_LEFT
126
+
* DECK_WINDOW_SEARCH_RESULT_BOTTOM_RIGHT
122
127
* DECK_WINDOW_SEARCH_RESULT_TOP_LEFT
123
128
* DECK_WINDOW_SEARCH_RESULT_TOP_RIGHT
124
-
* DECK_WINDOW_SIDE_BOTTOM_LEFT
125
-
* DECK_WINDOW_SIDE_BOTTOM_RIGHT
129
+
* DECK_WINDOW_SEARCH_RESULT_OUTLINE
126
130
* DECK_WINDOW_SIDE_INFO_BOTTOM_LEFT
127
131
* DECK_WINDOW_SIDE_INFO_BOTTOM_RIGHT
128
132
* DECK_WINDOW_SIDE_INFO_TOP_LEFT
129
133
* DECK_WINDOW_SIDE_INFO_TOP_RIGHT
134
+
* DECK_WINDOW_SIDE_INFO_OUTLINE
135
+
* DECK_WINDOW_SIDE_BOTTOM_LEFT
136
+
* DECK_WINDOW_SIDE_BOTTOM_RIGHT
130
137
* DECK_WINDOW_SIDE_TOP_LEFT
131
138
* DECK_WINDOW_SIDE_TOP_RIGHT
139
+
* DECK_WINDOW_SIDE_OUTLINE
140
+
* DECK_WINDOW_HOVERED_CARD_OUTLINE
132
141
* The following 8 fields change the color of the LP bar: LPBAR_1 (home), LPBAR_2 (away)
133
142
* LPBAR_1_BOTTOM_LEFT
134
143
* LPBAR_1_BOTTOM_RIGHT
@@ -149,7 +158,7 @@ Elements here change the colors in the multiple areas in the game.
149
158
* TIMEBAR_2_TOP_LEFT
150
159
* TIMEBAR_2_TOP_RIGHT
151
160
* TIMEBAR_2_OUTLINE
152
-
* The following 11 fields change the color of card properties on the field
161
+
* The following 12 fields change the color of card properties on the field
153
162
* DUELFIELD_CARD_LEVEL
154
163
* DUELFIELD_CARD_TUNER_LEVEL
155
164
* DUELFIELD_CARD_RANK
@@ -161,6 +170,7 @@ Elements here change the colors in the multiple areas in the game.
0 commit comments