CSharpRedotTools / Template

A template used for quickly setting up new Redot 4 C# games.
MIT License
111 stars 8 forks source link

Canvas Items Stretch Mode Distorts UI Elements #38

Closed valkyrienyanko closed 1 month ago

valkyrienyanko commented 1 month ago

Description

When setting the stretch mode to canvas_items in project settings for 2D projects, UI elements are stretched and distorted. However the game world looks great.

Steps to Reproduce

  1. Open a 2D project in Godot.
  2. Navigate to the project settings and set the stretch mode to canvas_items.
  3. Observe the appearance of UI elements in the game.

Additional Notes