Fix clipping sprites for dropped item (same fix for thrown item), fix regression on inventory selection, fix action result menu box (glitched text font)

Fix animation name for Tepotztli, fix centering of unarmed strike
This commit is contained in:
2026-06-08 23:42:50 -07:00
parent 1a7ee21fb5
commit 31fcb275f5
5 changed files with 157 additions and 79 deletions
@@ -96,10 +96,10 @@ transparent_bg = true
handle_input_locally = false
canvas_item_default_texture_filter = 0
canvas_cull_mask = 4293918721
size = Vector2i(128, 128)
size = Vector2i(500, 500)
render_target_update_mode = 4
[node name="Sprite" type="Sprite2D" parent="Sprite3D/SubViewportContainer/SubViewport"]
unique_name_in_owner = true
texture_filter = 1
offset = Vector2(64, 64)
offset = Vector2(250, 250)