1
Axe / Re: New Tilemapping Tutorial With Example
« on: December 17, 2011, 12:55:41 pm »
fixed it.
instead of
Also, I have Wabbitemu, just don't know how to upload the screenie to here.
The code I was using was the exact same as the tutorial.
instead of
Code: [Select]
:Pt-Off(40,32,Pic1+8+(θ/4^2*8+8*(θ≠0))+{r1}
:Pt-Off(40,24,Pic1+{r1}
I had to useCode: [Select]
:Pt-Off(40,32,8+(θ/4^2*8+8*(θ≠0))+Y+Pic1
:Pt-Off(40,24,Y+Pic1
and I interchanged all instances of {r1} with YAlso, I have Wabbitemu, just don't know how to upload the screenie to here.
The code I was using was the exact same as the tutorial.