skshapenode Questions
2
I'm trying to make an SKShapeNode with a very think stroke (like 0.25 pixel). It seems that lineWidth of 1 is the smallest I can go, at least that's what it looks like on screen no mater what value...
Decontrol asked 18/12, 2013 at 14:36
1
Solved
Hi I have drawn skshapenodes connecting the nodes in my graph for my visual a* representation.
for(int x=0; x<64; x++)
{
for(int y=0; y<48; y++)
{
PathFindingNode *node = [[gridToDraw ob...
Foy asked 27/12, 2013 at 20:42
1
Solved
i am trying to understand why SKShapeNode does not have an anchor point ?
Legit asked 21/12, 2013 at 16:59
© 2022 - 2024 — McMap. All rights reserved.