Skip to content

olcPixelGameEngine v2.06

Compare
Choose a tag to compare
@Moros1138 Moros1138 released this 24 Jul 23:26
· 134 commits to master since this release
60407bc
  • Added GetTextSize() - returns area occupied by multiline string
  • Added GetWindowSize() - returns actual window size
  • Added GetElapsedTime() - returns last calculated fElapsedTime
  • Added GetWindowMouse() - returns actual mouse location in window
  • Added DrawExplicitDecal() - bow-chikka-bow-bow
  • Added DrawPartialDecal(pos, size) - draws a partial decal to dpecified area
  • Added FillRectDecal() - draws a flat shaded rectangle as a decal
  • Added GradientFillRectDecal() - draws a rectangle, with unique colour corners
  • Added Modified DrawCircle() & FillCircle() - Thanks IanM-Matrix1 (#PR121)
  • Minor changes to appease pedants