LuposX / LetsCreateGame

My Classmates and Me are trying to create a 2d-game
MIT License
3 stars 1 forks source link

Resizability: #12

Open GloeStoe opened 4 years ago

GloeStoe commented 4 years ago

Adding the oportunity of resizing without conflicts of the graphic. This should only be done with enought time and a good concept.

GloeStoe commented 4 years ago

Using g.scale(x,y); in the beginning of update. First the values x and y need to get calculated

LuposX commented 4 years ago

buttons are with absolute pixel values. Be carefull there