Skip to content

Commit

Permalink
(agrf) Last commit broke pygorender, this fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Oct 7, 2024
1 parent ebae106 commit 08deeea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion agrf/graphics/voxel.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
import math
import os
import functools
from pygorender import Config, render, hill_positor_1, stairstep, compose, self_compose, produce_empty, discard_layers
from agrf.gorender import (
Config,
render,
hill_positor_1,
stairstep,
compose,
self_compose,
produce_empty,
discard_layers,
)
from agrf.graphics.rotator import unnatural_dimens
from agrf.graphics.spritesheet import spritesheet_template
from copy import deepcopy
Expand Down

0 comments on commit 08deeea

Please sign in to comment.