Page 1 of 1

[GFX] [2.1.14] graphical glitch in the 6th variation of the leaves/normal layer of the Teflilly

Posted: Fri Aug 07, 2026 6:57 pm
by Ingo-Igel
Since the revision of plants.lua in update 2.1.13, a portion of the 7th variant of the Teflilly plant is slightly visible to the right of the 6th variant.

Image

original line in plants.lua:

Code: Select all

...
variations = gleba_tree_variations("teflilly", 10, 5, nil, 640, 560, util.by_pixel(52, -60), util.by_pixel(52, 60)),
...
posible hotfix:

Code: Select all

...
variations = gleba_tree_variations("teflilly", 10, 5, nil, 615, 560, util.by_pixel(52, -60), util.by_pixel(52, 60)),
...