Skip to content

kobold_v1.1.1

Compare
Choose a tag to compare
@moiri moiri released this 06 Sep 07:42
· 64 commits to master since this release

Fixed Bugs

  • If parent element of solid has the css attribute overflow:hidden, the character ignores this as long as the parent is not positioned absolute or relative. If the parent has both attributes (position:absolute/relative and overflow:hidden) you need to remove overflow:hidden, introduce a wrapper inside this element with position:static (default) and add the overflow:hidden attribute there.
  • after failing to appear on top of a solid, the character is teleported to the initial position.
  • #31, #32, #33, #35

Changes

  • the y-coordinate of the initial position is now defined as top-border of the document to the bottom border of the character