libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
524 stars 48 forks source link

Consider changing the title in index.html from "libGDX application" to the project name #151

Closed SonicGDX closed 6 months ago

SonicGDX commented 6 months ago

I can sort of understand why the title in html/webapp/index.html was made constant, but I feel like the biggest reasons to change this are that the (currently - don't know if liftoff will replace it in the near future) official gdx-setup does use the project name as the title (as an aside, another thing I noticed when I tested this was that gdx-setup would allow spaces in the project name while liftoff doesn't) and also because it would be more consistent to use the project name since the other platforms do for their equivalents.

tommyettinger commented 6 months ago

That's a good point... I can't even think of a time I changed that index.html programmatically, except by using Gradle filters to conditionally remove the superdev button. Filters might be the best way here, too...