hi, im having some problem with loading in the same textures
when i change one texture, they BOTH change?
but when i loading a different filename it only changes the right one..
why is this?
tex1 = loadtexture("fire.png") tex2 = loadtexture("fire.png") spr1 = createsprite() entitytexture spr1, tex1 spr2 = createsprite() entitytexture spr2, tex2 positionentity spr2,1,0,0 setbuffer texture(tex1) rect 20,20,2,2 setbuffer backbuffer()
when i change one texture, they BOTH change?
but when i loading a different filename it only changes the right one..
why is this?