Is there a more elegant way to do this if I scaled it up?
Ie I have textures called 01.png, 02.png, 03.png…50.png, show the texture whose name corresponds to the number keys pressed?
Could I do it with an array of textures or something? I guess how do I convert a number input into a texture named as a number?