|
@@ -7,17 +7,17 @@ scripts: multi_sample.script, multi_sample_sprite.fp
|
|
|
|
|
|
The example uses a sprite with a material with two samplers:
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
The samplers are assigned to two atlases, `one.atlas` and `two.atlas`:
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
Each atlas contains a Defold logo:
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
Note the rename pattern in `two.atlas`. The rename pattern is required so that it is possible to sample from the same location in both atlases.
|
|
|
|