Categories:

  • Stickers
      {% set num = 0 %} {% for category in stickerCategories %} {% if num == 0 %}
    • {% else %}
    • {% endif %}
      {{ category.getName() }}
    • {% set num = num + 1 %} {% endfor %}
  • Backgrounds
      {% for category in backgroundCategories %}
    • {{ category.getName() }}
    • {% endfor %}
  • Notes
    • 29

Select an item by clicking it

    {% for product in products %}
  • {% if product.getAmount() > 1 %}
    x{{ product.getAmount() }}
    {% endif %}
  • {% endfor %} {% for box in emptyBoxes %}
  • {% endfor %}

Price:
{% if product.getPrice() > 1 %}{{ product.getPrice() }} credits{% else %}{{ product.getPrice() }} credit{% endif %}
{% if playerDetails.credits > 1 %}You have:
{{ playerDetails.credits }} credits
{% else %}You have:
{{ playerDetails.credits }} credit
{% endif %} Get Credits

Categories:

  • Stickers
  • Backgrounds
  • Widgets
  • Notes

Select an item by clicking it