We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rename 'canvas elements' to 'canvas components' for consistency across documentation
Rename 'canvas-elements' to 'canvas-components' in documentation links for consistency
Refactor UI documentation structure and add navigation and storage connection guides
Connect the UI with variables in the game variables
fix
improve
wiki
Updated interface (markdown)
Use Atom for connect the interface with variables in the game storage
Interface with JavaScript Framework
NodeJS
refactor: Improve clarity and consistency in start/interface.md
feat: Add TickerMove class for moving canvas elements The TickerMove class has been added to enable moving canvas elements in both the x and y directions. This class provides options for setting the speed, destination, speed progression, and starting conditions of the movement. The default speed is 0.01, and the movement will start even if the canvas element does not have a texture. This enhancement improves the animation capabilities of the application and allows for more dynamic and interactive visual effects.
refactor: Improve interface documentation and fix typo in code comments
refactor: Update interface documentation and remove duplicate content
Update URL path and route links in code comments
refactor: Update features section with new icons and descriptions
refactor: Update navigation menus to link to 'Getting Started' instead of 'Guide'