* feat: add max interaction distance functionality to Player class and Lua bindings
* feat: add getter and setter for max interaction distance in Player class documentation
* feat: add speed and gravity scale properties with corresponding getters and setters in Player class
* fix: replace deprecated __max and __min with std::max and std::min in setMaxInteractionDistance
* feat: add time scale functionality with getters and setters in World and Engine classes
* remove speed and gravity scale functions from player and world libraries
* remove time scale setting on world open and close
* rename interaction distance functions for consistency
* refactor: update interaction distance functions and remove time scale methods
* refactor: revert classes.lua to dev
* refactor: remove time scale functionality from Engine and World classes
* fix: Now I’ve definitely rolled back `classes.lua`.
* refactor: remove unused player attributes and clean up player class
* Update Player.hpp
removed unused methods from Player.cpp
* add URL support to Label element and XML parsing
* refactor Label URL handling to use getter method in setURL
* implement URL opening confirmation dialog and platform-specific URL handling
* fix: fixed build errors
* remove: delete test link label from worlds.xml
* refactor: remove URL handling from Label class and XML parsing
* refactor: clean up Label class by removing unnecessary whitespace and improving code readability
* refactor: remove unused URL member from Label class
* refactor: remove unused URL attribute from XML UI documentation and related code
* refactor: improve code readability by adding whitespace and formatting adjustments in Label class
* refactor: improve whitespace consistency in Label class and add URL opening functionality in libcore