gdquest-demos / godot-2d-space-game

A 2D space exploration and mining game made with Godot and our AI framework
MIT License
838 stars 109 forks source link

The map doesn't scale with the viewport #13

Closed NathanLovato closed 4 years ago

NathanLovato commented 4 years ago

Screenshot from 2020-02-25 13-44-01

Possible solution: apply the texture to a TextureRect node set to the Full Rect layout option: it should automatically resize with the viewport and window?

There's another control node dedicated to displaying a viewport as well, that supports that.