Note taken on the pastebin suggestions. Would it be possible to glance at my overall project though? I don’t mean to be a burden, but I have a lot of classes that render(I’ve realized this has been a bad decision) and want to refactor my code to a much cleaner point before I continue. If it will make things easier, I’ve located all the classes that render. They are:
jesse.rscl.map.MapManager
jesse.rscl.player.PlayerEquipment
jesse.rscl.player.PlayerInventory
jesse.rscl.player.PlayerSkills
jesse.rscl.player.screens.GameScreen
jesse.rscl.UI.QuestTrackerUI
jesse.rscl.UI.TabBar
jesse.rscl.UIManager
While we’re addressing the issue of rendering and graphics, can anyone suggest me a decent way of providing multi-resolution support? I can only run this game properly on my desktop and not my laptop because the resolution is too large for my laptop.
Thanks again for any help, I know it’s a mess 