@@ -341,7 +341,7 @@ CreateButtons:
341
341
set style `position` of ButtonBar to `relative`
342
342
set style `margin` of ButtonBar to `0 1em 0.5em 1em`
343
343
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`
345
345
on click HomeButton
346
346
begin
347
347
put `home` into ID
@@ -351,7 +351,7 @@ CreateButtons:
351
351
352
352
create BackButton in ButtonBar
353
353
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`
355
355
on click BackButton
356
356
begin
357
357
put the elements of Stack into N
@@ -371,7 +371,7 @@ CreateButtons:
371
371
372
372
create ForwardButton in ButtonBar
373
373
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`
375
375
on click ForwardButton
376
376
begin
377
377
!trace Stack StackPointer N vertical
@@ -392,7 +392,7 @@ CreateButtons:
392
392
end
393
393
394
394
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`
396
396
on click InfoButton
397
397
begin
398
398
put `info` into ID
0 commit comments