Добавлены все обновления от сообщества, вплоть до #148

This commit is contained in:
2024-09-12 14:28:43 +03:00
parent 98159766c4
commit 487a0e6e16
8841 changed files with 23077 additions and 20175 deletions

View File

@@ -69,7 +69,7 @@ local encoded_directions = {
--- @type Color
local default_color = { r = 0.4, g = 0.4, b = 0.4 }
--- @type FluidSystemData
local default_fluid_system = { color = default_color, order = flib_math.max_uint }
local default_fluid_system = { color = default_color, from_hover = false, order = flib_math.max_uint }
local renderer = {}