Title screen should now look good in all resolutions. (#1381)
* - Yeast recipe conflict fix * - Fixed seed oil voiding in barrels. And item weight inconsistency. * - Reduced loading screen logo size by 4MB * - Update Changelog * - Compressed loading screen images to maybe help with ram * - Added default gui scale to make the main menu look better on first launch * - Update Changelog * - Added utility script for adding circuits to existing recipes * fixed changelog conflict Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * - Added harvest baskets * - Fixed baked potato recipe mixing from oven * - Allowed elytras to be repaired regardless of damage * - Fixed sea water barrel recipe * - Gave plants tags to bushes so they can have other uses * - Pushed stubborn models * - updated Changelog * - Changelog typo * - Integrated Ad Astra wood * - Updated changelog * - Treated chipboard composite barrel lang * - Some Tacz fixes * - Jar dupe fix * - tacz data * - updated changelog * - we hate git * - Loading screen and main menu optimizations * - image push * - I think I got the title screen looking good on all resolutions * - Updated Changelog * - Added scale fix to loading screen too * - Fix pixel alignment --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
d068b91bae
commit
d6f9e1770a
3 changed files with 363 additions and 345 deletions
|
|
@ -3,13 +3,24 @@ type = fancymenu_layout
|
|||
layout-meta {
|
||||
identifier = drippy_loading_overlay
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1752822404814
|
||||
last_edited_time = 1752899622608
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:eaa53af5-5510-4a75-9b0a-68ade58a1b7e-1752822391236] = [groups:][instances:]
|
||||
[loading_requirement_container_meta:5a04ea61-16dc-4ce3-b5f1-db096b50a05a-1752899545176] = [groups:][instances:]
|
||||
}
|
||||
|
||||
customization {
|
||||
action = setscale
|
||||
scale = 3.0
|
||||
}
|
||||
|
||||
customization {
|
||||
action = autoscale
|
||||
basewidth = 1920
|
||||
baseheight = 1080
|
||||
}
|
||||
|
||||
menu_background {
|
||||
|
|
@ -58,10 +69,10 @@ element {
|
|||
auto_sizing_base_screen_height = 1419
|
||||
sticky_anchor = false
|
||||
anchor_point = mid-centered
|
||||
x = -200
|
||||
y = -53
|
||||
width = 400
|
||||
height = 66
|
||||
x = -147
|
||||
y = -33
|
||||
width = 294
|
||||
height = 48
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
|
|
@ -180,9 +191,9 @@ vanilla_button {
|
|||
auto_sizing_base_screen_height = 1419
|
||||
sticky_anchor = false
|
||||
anchor_point = vanilla
|
||||
x = 180
|
||||
y = 388
|
||||
width = 472
|
||||
x = 138
|
||||
y = 298
|
||||
width = 364
|
||||
height = 10
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
|
|
@ -237,10 +248,10 @@ vanilla_button {
|
|||
auto_sizing_base_screen_height = 0
|
||||
sticky_anchor = false
|
||||
anchor_point = vanilla
|
||||
x = 180
|
||||
y = 177
|
||||
width = 472
|
||||
height = 118
|
||||
x = 138
|
||||
y = 137
|
||||
width = 364
|
||||
height = 90
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue