Skip to content

Commit 45bed1b

Browse files
committed
Update for icons
1 parent d24bea3 commit 45bed1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

storyteller/storyteller.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ CreateButtons:
341341
set style `position` of ButtonBar to `relative`
342342
set style `margin` of ButtonBar to `0 1em 0.5em 1em`
343343
create HomeButton in ButtonBar
344-
set attribute `src` of HomeButton to `icons/home.png`
344+
set attribute `src` of HomeButton to `https://easycoder.github.io/storyteller/icons/home.png`
345345
on click HomeButton
346346
begin
347347
put `home` into ID
@@ -351,7 +351,7 @@ CreateButtons:
351351

352352
create BackButton in ButtonBar
353353
set style `display` of BackButton to `none`
354-
set attribute `src` of BackButton to `icons/arrow-back.png`
354+
set attribute `src` of BackButton to `https://easycoder.github.io/storyteller/icons/arrow-back.png`
355355
on click BackButton
356356
begin
357357
put the elements of Stack into N
@@ -371,7 +371,7 @@ CreateButtons:
371371

372372
create ForwardButton in ButtonBar
373373
set style `display` of ForwardButton to `none`
374-
set attribute `src` of ForwardButton to `icons/arrow-forward.png`
374+
set attribute `src` of ForwardButton to `https://easycoder.github.io/storyteller/icons/arrow-forward.png`
375375
on click ForwardButton
376376
begin
377377
!trace Stack StackPointer N vertical
@@ -392,7 +392,7 @@ CreateButtons:
392392
end
393393

394394
create InfoButton in ButtonBar
395-
set attribute `src` of InfoButton to `icons/info.png`
395+
set attribute `src` of InfoButton to `https://easycoder.github.io/storyteller/icons/info.png`
396396
on click InfoButton
397397
begin
398398
put `info` into ID

0 commit comments

Comments
 (0)