XGProyect / XG-Proyect-v3.x.x

XG Proyect is an OGame clone open-source web application framework designed for creating game clones, particularly those inspired by the popular game OGame, set in a vast and captivating space-themed universe.
https://xgproyect.org
GNU General Public License v3.0
143 stars 97 forks source link

OGame Redesign Formatter Number #589

Closed jonamix-ar closed 6 months ago

jonamix-ar commented 7 months ago

image Estaba modificando un poco el codigo del formatter number y decidi agregar el de Ogame

Es facil de usar

$metal = FormatLib::prettyNumber($this->current_planet['planet_metal']);

Cambiar por $metal = FormatLib::xgNumberGetHumanReadable($this->current_planet['planet_metal'], true);

El true habilita o desabilita si quieres convertirlo o no es para poner la opcion que tiene ogame en las preferencias.