tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

texture-rect-ref.yaml (373B)


      1 # Reference for test to ensure external images using the textureRect sampler mode work correctly.
      2 root:
      3  items:
      4    - type: rect
      5      bounds: [0, 0, 50, 50]
      6      color: red
      7    - type: rect
      8      bounds: [50, 0, 50, 50]
      9      color: blue
     10    - type: rect
     11      bounds: [0, 50, 50, 50]
     12      color: green
     13    - type: rect
     14      bounds: [50, 50, 50, 50]
     15      color: white