Import item icons and notepad artwork

This commit is contained in:
Alexander Sellite 2026-07-31 16:51:18 -04:00
parent 78a5f0effd
commit 2de96dd7bb
24 changed files with 159 additions and 85 deletions

View file

@ -1202,7 +1202,7 @@ func _apply_cooler_wall_styles() -> void:
func _apply_cooler_notepad_style() -> void:
_detail_bubble.add_theme_stylebox_override(
"panel",
InventoryNotepadType.make_paper_style(false),
InventoryNotepadType.make_layout_style(false),
)
InventoryNotepadType.apply_handwritten_to(_detail_constellation)