File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,18 @@ body {
181181
182182.player_hp {
183183 position : fixed ;
184- bottom : 70 px ;
184+ bottom : 75 px ;
185185 left : calc (50vw - 250px );
186186 display : block ;
187187}
188188
189+ .player_food {
190+ position : fixed ;
191+ bottom : 75px ;
192+ right : calc (50vw - 245px );
193+ display : block ;
194+ }
195+
189196:root {
190197 --mn : 1 ;
191198 --box : calc (9 * 3 )px;
@@ -239,33 +246,27 @@ body {
239246.xp_bar_empty ,
240247.xp_bar {
241248 position : fixed ;
242- bottom : 61 px ;
243- left : calc (50vw - 250 px );
244- width : 500 px ;
245- height : 14 px ;
249+ bottom : 65 px ;
250+ left : calc (50vw - 275 px );
251+ width : 256 * 3 px ;
252+ height : 3 * 5 px ;
246253 background-image : url (" ../../assets/pack/assets/minecraft/textures/gui/icons.png" );
247254 background-repeat : no-repeat ;
248255 border : 0px ;
249- background-size : 703 px auto ;
256+ background-size : 256 * 3 px auto ;
250257 border : none ;
251258}
252259
253260.xp_bar_empty {
254261 image-rendering : pixelated ;
255- background-position : 0px -176 px ;
262+ background-position : 0px -3 * 64 px ;
256263}
257264
258265.xp_bar {
259266 image-rendering : pixelated ;
260- background-position : 0px -189 px ;
267+ background-position : 0px -3 * 68 px ;
261268}
262269
263- .player_food {
264- position : fixed ;
265- bottom : 70px ;
266- right : calc (50vw - 245px );
267- display : block ;
268- }
269270
270271.inv_window {
271272 z-index : 10 ;
You can’t perform that action at this time.
0 commit comments