glomadrian / Grav

Configurable animations based on points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot Example ( Question )

IRMobydick opened this issue · comments

How can get robot view?
What is in sample is totally different with image you show in read me.
Is there any chance to get "walla_points_percent_points" that create robot image in read me?
Thanks :)

I restored the points, sorry it was a mistake.
The points array used:

  <integer-array name="walla_points_percent_points">
    <item>10</item>
    <item>60</item>

    <item>8</item>
    <item>30</item>

    <item>25</item>
    <item>10</item>

    <item>45</item>
    <item>90</item>

    <item>51</item>
    <item>15</item>

    <item>70</item>
    <item>6</item>

    <item>75</item>
    <item>70</item>

    <item>80</item>
    <item>45</item>

    <item>95</item>
    <item>30</item>
  </integer-array>

Thank you 👍