{"version":3,"sources":["https://lively-kernel.org/lively4/lively4-mpm-debugging/src/mpm-debugger/src/floom/obstacle.js"],"names":["Vector2","Obstacle","x","y","radius","position"],"mappings":";;;;;;AAAOA,U;;;;;;;;;;;;;;;;;;;;AAEN,OAAIC,WAAW,UAASC,CAAT,EAAYC,CAAZ,EAAeC,MAAf,EAAuB;AACrC,SAAKC,QAAL,GAAgB,IAAIL,OAAJ,CAAYE,CAAZ,EAAeC,CAAf,CAAhB;AACA,SAAKC,MAAL,GAAcA,MAAd;AACA,IAHD;;;;;;;;;;;;;;;;sBAKeH,Q","file":"obstacle.js","sourcesContent":["import Vector2 from \"./../external/vector2.js\";\n\n\tvar Obstacle = function(x, y, radius) {\n\t\tthis.position = new Vector2(x, y);\n\t\tthis.radius = radius;\n\t};\n\t\n\texport default Obstacle;\n"]}