by leiget » Sun Sep 06, 2015 20:28
Been looking at the code more, and went into the C++ code to look around, and I've just barely started started. I'm trying to customize all of MineTest, just because, and it's been pretty hard finding out how to do simple things like make a menu on the left side of the screen, like in FreeMiner.
I've found that "guiEngine.cpp" has a lot of important stuff, but I'm still not sure how to go about making a button menu on the left side of the screen. It seems that MineTest isn't really made for that, so it looks like I'm going to have to make my own functions, and what not, and try to integrate them into what MineTest already has.