Ord.io Logo
Ord.io
Inscription

64,529,009

/*🇿ed's Sun v0 */
export class ZedSunV0 {
  constructor(x, y, r, stylist) {
    this.x = x;
    this.y = y;
    this.r = r;
    this.stylist = stylist
  }
  /*draw*/
  draw() {
    this.stylist.art({
      t: "circle",
      l: "sunBG",
      x1: this.x,
      y1: this.y,
      r1: this.r,
      c1: "rgba(255,255,255,.1)"
    });
    this.stylist.art({
      t: "circle",
      l: "sun",
      x1: this.x,
      y1: this.y,
      r1: this.r,
      c1: this.stylist.paintbox.obj2str(this.stylist.paintbox.btc(.6, this.stylist.calendar.night()))
    });
    if (this.stylist.style == 'eternity') {
      this.stylist.art({
        t: "paint",
        l: "sunBG",
        x1: .1,
        y1: .1,
        oct: 1,
        r1: .05
      });
      this.stylist.art({
        t: "blur",
        l: "sunBG",
        r1: 2
      });
      this.stylist.art({
        t: "paint",
        l: "sun",
        x1: .1,
        y1: .1,
        oct: 1,
        r1: .03
      });
      this.stylist.art({
        t: "blur",
        l: "sun",
        r1: 1
      });
    }
    if (this.stylist.style == 'integrity') {
      this.stylist.art({
        t: "paint",
        l: "sunBG",
        x1: .1,
        y1: .1,
        oct: 1,
        r1: .03
      });
      this.stylist.art({
        t: "blur",
        l: "sunBG",
        r1: 2
      });
      this.stylist.art({
        t: "paint",
        l: "sun",
        x1: .1,
        y1: .1,
        oct: 1,
        r1: .03
      });
      this.stylist.art({
        t: "blur",
        l: "sun",
        r1: 1
      });
    }
    if (this.stylist.style == 'serenity') {
      this.stylist.art({
        t: "paint",
        l: "sun",
        x1: .05,
        y1: .5,
        oct: 1,
        r1: .5
      });
      this.stylist.art({
        t: "paint",
        l: "sun",
        x1: .1,
        y1: .01,
        oct: 1,
        r1: .1
      });
      this.stylist.art({
        t: "blur",
        l: "sun",
        r1: 2
      });
    }
  }
}

No replies yet

  • ID

    97d0f...df6i3

  • Owned By
  • File Type

    JAVASCRIPTtext/javascript

  • File Size

    1.118 KB

  • Created

    March 15, 2024, 9:53 PM UTC

    1 year ago

  • Creation Block
  • Creation Transaction
  • Creation Fee

    22,323sats

  • Tags

    No tags yet

Sat

Parent Inscription