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