1. Where is the code that displays the fps and temp of an element and stuff in the c++ code? I can't find it.
2. Where's the code for the stuff on the side like newtonian gravity and the side effect?
Yeah thats pretty much it I'm bad at looking for stuff... lol
The hud is in gui/game/GameView.cpp from lines 2087 to 2224.
The option toggles are in the same file at lines 213-230, and in gui/game/QuickOptions.h.
Wow thanks lol I looked at gameview but I was too lazy to check the whole thing... how do you find these things?
I searched "hud" in src and found only a few files