Compare commits
1 Commits
26d3ce9a0e
...
fa1449b412
Author | SHA1 | Date | |
---|---|---|---|
fa1449b412 |
@ -151,5 +151,13 @@ public class WorldGrid : Node2D
|
|||||||
_nextValues[x, y] = TransferHeat(t, D, nx, ny, px, py);
|
_nextValues[x, y] = TransferHeat(t, D, nx, ny, px, py);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (int x = 0; x < Size; x++)
|
||||||
|
{
|
||||||
|
for (int y = 0; y < Size; y++)
|
||||||
|
{
|
||||||
|
_tiles[x, y].value = _nextValues[x, y];
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user