Releases: setanarut/kamera
Releases · setanarut/kamera
v2.98.2
v2.98.1
Change log
- Added:
cam.CenterX(),cam.CenterY() - The
platformerdemo has been updated.director_colormhas been removed and merged with thedirectordemo.
Full Changelog: v2.98.0...v2.98.1
v2.98.0
v2.97.3
v2.97.2
Changelog
- Refactoring
- Platformer example improvement
- Update Readme
Full Changelog: v2.97.1...v2.97.2
v2.97.1
v2.97.0
Change Log
v2.97.0
- Fixed a bug where
CenterOffsetwas not added whenShakeEnabledwas true. - Update go.mod deps
Go 1.24.5|Ebitengine v2.8.8 - Update Examples, README
What's Changed
- V2.97.0 by @setanarut in #12
Full Changelog: v2.96.2...v2.97.0
v2.96.2
fixed SetCenter() bug.
BUG: The
SetCenter()method does not set theTempTargetXandTempTargetYvalues when thecam.SmoothTypevalue isSmoothDamporLerp.
Full Changelog: v2.96.1...v2.96.2
v2.96.1
fix: platformer example window size.
Full Changelog: v2.96.0...v2.96.1
v2.96.0
- Removed unnecessary getter/setter methods. (breaking change.)
- All Camera fields were made public so it is possible to serialize the camera to the json file.
- Unnecessary Camera fields have been removed.
Full Changelog: v2.95.2...v2.96.0