+ The following is a list of individuals and studios that have supported us through Patreon in the past.
+
+
+ {% set tiers = [
+ { name: "EnvironmentMapEffect", url: "https://www.patreon.com/checkout/MonoGame?rid=9142452" },
+ { name: "Model.Draw", url: "https://www.patreon.com/checkout/MonoGame?rid=9142450" },
+ { name: "DrawUserPrimitives", url: "https://www.patreon.com/checkout/MonoGame?rid=1916865" },
+ { name: "SpriteBatch", url: "https://www.patreon.com/checkout/MonoGame?rid=1867475" },
+ { name: "Cornflower Blue", url: "https://www.patreon.com/checkout/MonoGame?rid=1867471" }
+ ] %}
+
+ {% for tier in tiers %}
+
+ {{tier.name}}
+
+
+
+ {% endfor %}
+
+
+ {% for tier in tiers %}
+