0 Members and 1 Guest are viewing this topic.
Hello guys i have some sprites that are 16x16 and 32x32 but they are too small
yourRenderWindow.getView().zoom(0.5); // Magnifies everything two times.
Quote from: Xornand on January 12, 2014, 11:21:35 amyourRenderWindow.getView().zoom(0.5); // Magnifies everything two times.This won't work directly because of encapsulation. You have to get the view, modify it, and set it again.