Skip to content

Commit a592bd5

Browse files
authored
Merge pull request #199 from easycoder/dev
Fix path errors
2 parents ceebffb + 86ac932 commit a592bd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iwsy/resources/ecs/blocks.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Restart:
7272
create Link in Cell
7373
create AddBlock in Link
7474
set the style of AddBlock to `width:1em;margin-top:0.1em`
75-
set attribute `src` of AddBlock to `resources/icon/plus.png`
75+
set attribute `src` of AddBlock to `/resources/icon/plus.png`
7676
on click AddBlock
7777
begin
7878
set Defaults to object
@@ -117,7 +117,7 @@ Restart:
117117
index ShowBlock to N
118118
create ShowBlock in Link
119119
set the style of ShowBlock to `width:1em;margin:0.1em 0.2em 0 0`
120-
set attribute `src` of ShowBlock to `resources/icon/binoculars.png`
120+
set attribute `src` of ShowBlock to `/resources/icon/binoculars.png`
121121
create EditButton in Cell
122122
set the style of EditButton to `flex:1`
123123
put element N of Blocks into Block

iwsy/resources/ecs/content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Restart:
6666
create Link in Cell
6767
create AddItem in Link
6868
set the style of AddItem to `width:1em;margin-top:0.1em`
69-
set attribute `src` of AddItem to `resources/icon/plus.png`
69+
set attribute `src` of AddItem to `/resources/icon/plus.png`
7070
on click AddItem
7171
begin
7272
set Item to object

0 commit comments

Comments
 (0)