
MovableChessboard
Library/Mod to move chessboard around. Provides useful hooks for mods depending on position of the chessboard.Details
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] Debug Information
Added
- Lock chessboard position. All attempts to move the board would be ignored once chessboard position is locked.
- Debug Chessboard's position, rotation, scale, lock status and magnitude of the movement
- API to lock position of the chessboard after it was loaded
Changed
- Only the host of the lobby is able to move the chessboard
[1.0.2] Oopsie update v2
Added
- Creation of config (i forgor to call the bind config function on
Awake();_;)
Changed
- Check for photonView existance, instead of creating 2 photon views (big typo)
[1.0.1] Oopsie update
Added
- "Issues and Suggestions" section to README
- Link to github repository to Thunderstore page
[1.0.0] Initial Release
Added
- Board movement events
- API to move board around at runtime
- Simple controls to incrementally change position of the chessboard