impress/app/views/pet_states/_pet_state.html.haml
Emi Matchu 734b7fba1d WIP: Outfit viewers on pet type Rainbow Pool page
Now that we have such a convenient lil outfit viewer component we built
for the item page preview, it's easy peasy to drop it in here too! And
it's all nice and lightweight, since in this case it's basically just.
image tags, with some supporting enhancements.

Anyway, this page has no actual useful styles of its own yet. Gonna
make it look nice and such!
2024-09-26 18:20:05 -07:00

6 lines
112 B
Text

%li
= outfit_viewer pet_state:
= pose_name pet_state.pose
(#{pet_state.id})
- if pet_state.glitched?
👾