fix: dragon sprite was getting cut

This commit is contained in:
Gerard Gascón 2025-04-14 23:47:06 +02:00
parent b78167f24d
commit 9f2b78c1bd
3 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
[node name="DragonPopup" type="Window" node_paths=PackedStringArray("dragon", "draggable")]
disable_3d = true
transparent_bg = true
size = Vector2i(108, 88)
size = Vector2i(108, 108)
unresizable = true
borderless = true
always_on_top = true