ImmuneEntity
Sponsor
I'm trying to test Xk8's ring menu in my game. I copied it over from Enex II, but I can't get it to work. I get this error:
"no implicit conversion from nil to integer"
It occurs on this line of code
Any idea what's wrong? I think I copied all the necessary icons and window skins over correctly...
The reason I had to copy it from Enex II is because I couldn't find it anywhere on the forums.
"no implicit conversion from nil to integer"
It occurs on this line of code
Code:
self.contents.font.size = $fontsize
Any idea what's wrong? I think I copied all the necessary icons and window skins over correctly...
The reason I had to copy it from Enex II is because I couldn't find it anywhere on the forums.