integration #7

Merged
fnicon merged 31 commits from integration into main 2026-03-22 18:07:22 +00:00
Showing only changes of commit 391010b4c4 - Show all commits

View File

@ -234,11 +234,11 @@ end
local magic_n = {
tire_c = 1.0,
floor_c = 1.5,
scale_x = 100000.0,
scale_y = 100000.0,
scale_x = 1000.0,
scale_y = 1000.0,
centrifugal_r = 1.0,
magic_slowdown = 10.0,
magic_boost = 5000.0
magic_boost = 1000.0
}
function system:update(dt)