This commit is contained in:
@@ -5,6 +5,7 @@ from skan.csr import skeleton_to_csgraph
|
||||
from collections import Counter
|
||||
from PIL import Image
|
||||
import random
|
||||
import config
|
||||
|
||||
from gdpc import Editor
|
||||
|
||||
@@ -141,7 +142,7 @@ class Skeleton:
|
||||
Returns:
|
||||
image: 2D path of the skeleton on top of the heightmap.
|
||||
"""
|
||||
editor = Editor()
|
||||
editor = Editor(host=config.getHost())
|
||||
|
||||
buildArea = editor.getBuildArea()
|
||||
buildRect = buildArea.toRect()
|
||||
|
||||
Reference in New Issue
Block a user