C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

Godot 4 Render Cities on TileMap #412

Closed pcen closed 1 year ago

QuintillusCFC commented 1 year ago

One concern visually:

image

The extra space between the 1 and the star is present in base Godot 4 (as a regression from Godot 3.5), so it isn't a concern here. But the vertical spacing issues aren't present in base Godot 4.x.

Base Godot 4:

image

Godot 3:

image

pcen commented 1 year ago

One concern visually:

image

The extra space between the 1 and the star is present in base Godot 4 (as a regression from Godot 3.5), so it isn't a concern here. But the vertical spacing issues aren't present in base Godot 4.x.

Base Godot 4:

image

Godot 3:

image

I just ran the head of this branch on my laptop and I can't reproduce this:

Screenshot 2023-07-31 at 4 15 57 PM

Maybe using pixel offsets isn't the right way to format text

WildWeazel commented 1 year ago

and mine seems to be somewhere in between: image could this be a function of screen resolution, or system UI scaling?