Closed MaxisMaximov closed 3 months ago
index.rs
into sepparate filesmanufacture.rs
into main.rs
, logic stuff into logic.rs
and input into input.rs
.json
file for ease of readsystem.rs
stuff into a configurable .json
file to not recompile everything every time, of course make a failsafe to re/generate the file in case it's wrongOh past me You were so oblivious to how easy and fast it would be
Self explanatory Basically clean up any loops, unnecessary variables, convert to iterators if possible etc.
Basically revamp everything from ground up