浏览代码

Update example.md

Björn Ritzl 6 月之前
父节点
当前提交
36d60ae1b4
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      sprite/samplers/example.md

+ 4 - 4
sprite/samplers/example.md

@@ -7,17 +7,17 @@ scripts: multi_sample.script, multi_sample_sprite.fp
 
 The example uses a sprite with a material with two samplers:
 
-![](example/multi_sample_sprite_material.png)
+![](multi_sample_sprite_material.png)
 
 The samplers are assigned to two atlases, `one.atlas` and `two.atlas`:
 
-![](example/multi_sample_collection.png)
+![](multi_sample_collection.png)
 
 Each atlas contains a Defold logo:
 
-![](example/one_atlas.png)
+![](one_atlas.png)
 
-![](example/two_atlas.png)
+![](two_atlas.png)
 
 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.