Food Update (#2223)
* new food * Changelog * Removed venus requirement so players could craft cheese now * molecular diagrams
This commit is contained in:
parent
0e806878b9
commit
b69645a263
46 changed files with 1656 additions and 111 deletions
|
|
@ -3,13 +3,13 @@ type = fancymenu_layout
|
|||
layout-meta {
|
||||
identifier = drippy_loading_overlay
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1752899622608
|
||||
last_edited_time = 1763246081342
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:5a04ea61-16dc-4ce3-b5f1-db096b50a05a-1752899545176] = [groups:][instances:]
|
||||
[loading_requirement_container_meta:b25d78fb-bad6-4131-9517-ed77003190ca-1763246052248] = [groups:][instances:]
|
||||
}
|
||||
|
||||
customization {
|
||||
|
|
@ -55,6 +55,7 @@ element {
|
|||
nine_slice_texture_border_x = 5
|
||||
nine_slice_texture_border_y = 5
|
||||
image_tint = #FFFFFF
|
||||
restart_animated_on_menu_load = false
|
||||
element_type = image
|
||||
instance_identifier = 22ec4f96-137c-48d9-ac6b-cb4f58e7a7821699231610566
|
||||
appearance_delay = no_delay
|
||||
|
|
@ -89,8 +90,8 @@ element {
|
|||
}
|
||||
|
||||
element {
|
||||
interactable = true
|
||||
source = Tip: Read the Field Guide!!!
|
||||
interactable = false
|
||||
source = {"placeholder":"local","values":{"key":"tfg.gui.menu.field_guide_splash_text"}}
|
||||
source_mode = direct
|
||||
shadow = true
|
||||
scale = 1.0
|
||||
|
|
@ -155,6 +156,140 @@ element {
|
|||
layer_hidden_in_editor = false
|
||||
}
|
||||
|
||||
element {
|
||||
interactable = false
|
||||
source = {"placeholder":"local","values":{"key":"tfg.gui.menu.ram_usage"}} {"placeholder":"usedram"}MB/ {"placeholder":"maxram"}MB
|
||||
source_mode = direct
|
||||
shadow = true
|
||||
scale = 0.8
|
||||
base_color = #b5b5b5
|
||||
text_border = 2
|
||||
line_spacing = 2
|
||||
enable_scrolling = false
|
||||
auto_line_wrapping = true
|
||||
remove_html_breaks = true
|
||||
code_block_single_color = #737373FF
|
||||
code_block_multi_color = #565656FF
|
||||
headline_line_color = #A9A9A9FF
|
||||
separation_line_color = #A9A9A9FF
|
||||
hyperlink_color = #0771FCFF
|
||||
quote_color = #818181FF
|
||||
quote_indent = 8.0
|
||||
quote_italic = false
|
||||
bullet_list_dot_color = #A9A9A9FF
|
||||
bullet_list_indent = 8.0
|
||||
bullet_list_spacing = 3.0
|
||||
parse_markdown = true
|
||||
table_show_header = true
|
||||
table_alternate_row_colors = true
|
||||
table_line_color = #787878FF
|
||||
table_header_background_color = #323232FF
|
||||
table_row_background_color = #282828FF
|
||||
table_alternate_row_color = #3C3C3CFF
|
||||
table_line_thickness = 1.0
|
||||
table_cell_padding = 8.0
|
||||
table_margin = 4.0
|
||||
element_type = text_v2
|
||||
instance_identifier = 86a4db70-075d-42a2-ba17-fa5d4dbaa06e-1763245386549
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in_v2 = no_fading
|
||||
fade_in_speed = 1.0
|
||||
fade_out = no_fading
|
||||
fade_out_speed = 1.0
|
||||
base_opacity = 1.0
|
||||
auto_sizing = false
|
||||
auto_sizing_base_screen_width = 2496
|
||||
auto_sizing_base_screen_height = 1419
|
||||
sticky_anchor = false
|
||||
anchor_point = element
|
||||
anchor_point_element = progress_bar
|
||||
x = 264
|
||||
y = 12
|
||||
width = 192
|
||||
height = 15
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 613c98a6-70ec-4662-9333-43a7f0ab1e14-1751008054758
|
||||
[loading_requirement_container_meta:613c98a6-70ec-4662-9333-43a7f0ab1e14-1751008054758] = [groups:][instances:]
|
||||
enable_parallax = false
|
||||
parallax_intensity_v2 = 0.5
|
||||
invert_parallax = false
|
||||
animated_offset_x = 0
|
||||
animated_offset_y = 0
|
||||
load_once_per_session = false
|
||||
in_editor_color = #FFC800FF
|
||||
layer_hidden_in_editor = false
|
||||
}
|
||||
|
||||
element {
|
||||
interactable = false
|
||||
source = {"placeholder":"local","values":{"key":"tfg.gui.menu.fps_count"}} {"placeholder":"fps"}
|
||||
source_mode = direct
|
||||
shadow = true
|
||||
scale = 0.8
|
||||
base_color = #b5b5b5
|
||||
text_border = 2
|
||||
line_spacing = 2
|
||||
enable_scrolling = false
|
||||
auto_line_wrapping = true
|
||||
remove_html_breaks = true
|
||||
code_block_single_color = #737373FF
|
||||
code_block_multi_color = #565656FF
|
||||
headline_line_color = #A9A9A9FF
|
||||
separation_line_color = #A9A9A9FF
|
||||
hyperlink_color = #0771FCFF
|
||||
quote_color = #818181FF
|
||||
quote_indent = 8.0
|
||||
quote_italic = false
|
||||
bullet_list_dot_color = #A9A9A9FF
|
||||
bullet_list_indent = 8.0
|
||||
bullet_list_spacing = 3.0
|
||||
parse_markdown = true
|
||||
table_show_header = true
|
||||
table_alternate_row_colors = true
|
||||
table_line_color = #787878FF
|
||||
table_header_background_color = #323232FF
|
||||
table_row_background_color = #282828FF
|
||||
table_alternate_row_color = #3C3C3CFF
|
||||
table_line_thickness = 1.0
|
||||
table_cell_padding = 8.0
|
||||
table_margin = 4.0
|
||||
element_type = text_v2
|
||||
instance_identifier = 212f299f-173f-42b0-be66-3c1cc155a7ed-1763245838831
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in_v2 = no_fading
|
||||
fade_in_speed = 1.0
|
||||
fade_out = no_fading
|
||||
fade_out_speed = 1.0
|
||||
base_opacity = 1.0
|
||||
auto_sizing = false
|
||||
auto_sizing_base_screen_width = 2496
|
||||
auto_sizing_base_screen_height = 1419
|
||||
sticky_anchor = false
|
||||
anchor_point = element
|
||||
anchor_point_element = progress_bar
|
||||
x = 264
|
||||
y = 22
|
||||
width = 203
|
||||
height = 15
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 613c98a6-70ec-4662-9333-43a7f0ab1e14-1751008054758
|
||||
[loading_requirement_container_meta:613c98a6-70ec-4662-9333-43a7f0ab1e14-1751008054758] = [groups:][instances:]
|
||||
enable_parallax = false
|
||||
parallax_intensity_v2 = 0.5
|
||||
invert_parallax = false
|
||||
animated_offset_x = 0
|
||||
animated_offset_y = 0
|
||||
load_once_per_session = false
|
||||
in_editor_color = #FFC800FF
|
||||
layer_hidden_in_editor = false
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = f3a70cd2-ecfc-4b6b-91cf-b88673431f32-1710837053334
|
||||
[executable_block:f3a70cd2-ecfc-4b6b-91cf-b88673431f32-1710837053334][type:generic] = [executables:]
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@ type = fancymenu_layout
|
|||
layout-meta {
|
||||
identifier = title_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1759697550520
|
||||
last_edited_time = 1763246321798
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:5de75902-4589-4c02-a443-487a6194d339-1759697516765] = [groups:][instances:]
|
||||
[loading_requirement_container_meta:f89ba56d-3e0b-46b3-bef2-6e7ecabf2ff0-1763246081347] = [groups:][instances:]
|
||||
}
|
||||
|
||||
customization {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue