Skip to content

Site2 util

Isse requested to merge veloren/dev/veloren:isse/site2-util into master
  • By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.

Changes directions in primitive to an enum instead of integer.

Adds the Origin struct which is a wrapper around Painter that renders primitives from an origin and a direction.

Adds a gradient fill.

There is also an example usage of this in a comment in world/src/util/mod.rs

Edited by Isse

Merge request reports