File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
scratch-vm/src/extensions/scratch3_pasorich Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 SC2Scratch for PaSoRi (PaSoRich)
33 Scratch3.0 Extension to read SmartCard (Felica) by SONY RC-S380 (PaSoRi)
44
5- 20231222 - 2.0(2003 )
5+ 20240106 - 2.0(2004 )
66
77 Web:
88 https://con3.com/sc2scratch/
@@ -71,7 +71,7 @@ let nfcDevices = [];
7171let deviceOpening = false ;
7272let seqNumber = 0 ;
7373
74- const pasorichVersion = 'PaSoRich 2.0(2003 )' ;
74+ const pasorichVersion = 'PaSoRich 2.0(2004 )' ;
7575
7676
7777/**
@@ -278,8 +278,8 @@ class Scratch3PasorichBlocks {
278278 return {
279279 id : Scratch3PasorichBlocks . EXTENSION_ID ,
280280 name : Scratch3PasorichBlocks . EXTENSION_NAME , // 'PaSoRich',
281- extensionURL : Scratch3PasorichBlocks . extensionURL ,
282- blockIconURI : blockIcon ,
281+ menuIconURI : menuIconURI ,
282+ blockIconURI : blockIconURI ,
283283 showStatusButton : false ,
284284 color1 : '#608DD3' ,
285285 color2 : '#608DD3' ,
You can’t perform that action at this time.
0 commit comments