This reverts the package name back to com.opengdteam.opengd due to the new one being invalid for not having at least one '.' (dot) character.
This fixes the issue with the forward declaration of IconType, which was causing compiler errors, by making it an enum class.
This replaces the usage of std::ranges::find with std::find in GameObject::createFromString due to the former being unavailable in the latest release of the NDK (r25).
This fixes an issue with widescreen devices that causes the game to be "more zoomed in".
This reverts the package name back to
com.opengdteam.opengd
due to the new one being invalid for not having at least one '.' (dot) character.This fixes the issue with the forward declaration of IconType, which was causing compiler errors, by making it an enum class.
This replaces the usage of
std::ranges::find
withstd::find
in GameObject::createFromString due to the former being unavailable in the latest release of the NDK (r25).This fixes an issue with widescreen devices that causes the game to be "more zoomed in".