代码拉取完成,页面将自动刷新
同步操作将从 bailee/lite 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*
Navicat MySQL Data Transfer
Source Server : 本机
Source Server Version : 80020
Source Host : localhost:3306
Source Database : comecode.opensrc
Target Server Type : MYSQL
Target Server Version : 80020
File Encoding : 65001
Date: 2022-11-03 01:56:01
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for material_backdrop
-- ----------------------------
DROP TABLE IF EXISTS `material_backdrop`;
CREATE TABLE `material_backdrop` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`tagId` int unsigned NOT NULL COMMENT '分类ID',
`name` char(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '新背景',
`md5` char(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
`info0` int DEFAULT '960' COMMENT '图片宽',
`info1` int DEFAULT '720' COMMENT '图片高',
`info2` int DEFAULT '2',
`state` tinyint DEFAULT '1' COMMENT '状态:0停用,1正常',
PRIMARY KEY (`id`,`tagId`)
) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of material_backdrop
-- ----------------------------
INSERT INTO `material_backdrop` VALUES ('1', '4', 'Arctic', '67e0db3305b3c8bac3a363b1c428892e.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('2', '3', 'Baseball 1', '825d9b54682c406215d9d1f98a819449.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('3', '3', 'Baseball 2', '7be1f5b3e682813dac1f297e52ff7dca.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('4', '3', 'Basketball 1', 'ae21eac3d1814aee1d37ae82ea287816.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('5', '4', 'Basketball 2', 'a5865738283613a2725b2c9dda6d8c78.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('6', '4', 'Beach Malibu', '050615fe992a00d6af0e664e497ebf53.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('7', '4', 'Beach Rio', '968f0ede6e70e1dbb763d6fd4c5003e0.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('8', '5', 'Bedroom 1', '7aa6bbb2ddc4c10f901e1a50aeac1c7e.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('9', '5', 'Bedroom 2', 'e2f8b0dbd0a65d2ad8bfc21616662a6a.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('10', '5', 'Bedroom 3', '8cc0b88d53345b3e337e8f028a32a4e7.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('11', '4', 'Bench With View', '962201a2b712a302fb087f8f0dcb2076.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('12', '4', 'Blue Sky', 'e7c147730f19d284bcd7b3f00af19bb6.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('13', '4', 'Blue Sky 2', '8eb8790be5507fdccf73e7c1570bbbab.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('14', '4', 'Boardwalk', 'de0e54cd11551566f044e7e6bc588b2c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('15', '4', 'Canyon', 'c7c0b27b959193a0b570a9639cfe8158.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('16', '1', 'Castle 1', 'e1914ed7917267f1c2ef2b48004cade9.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('17', '1', 'Castle 2', '951765ee7f7370f120c9df20b577c22f.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('18', '1', 'Castle 3', '76fa99f67569fcd39b4be74ed38c33f3.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('19', '1', 'Castle 4', '4f45f79af8e8dac3d41eb5a06ade61d4.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('20', '5', 'Chalkboard', 'a8a24b5aa717bbef09dbe31368914427.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('21', '8', 'Circles', 'c9847be305920807c5597d81576dd0c4.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('22', '4', 'City With Water', '1ef98019fc94ea65a1b55d5521285c7a.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('23', '4', 'Colorful City', '04d18ddd1b85f0ea30beb14b8da49f60.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('24', '5', 'Concert', 'c8d90320d2966c08af8cdd1c6a7a93b5.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('25', '4', 'Desert', 'd98a9526a34890cf4bad11b5409eae2a.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('26', '4', 'Farm', '1e8a70bd07f1dcba3383883f3b948266.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('27', '4', 'Field At Mit', '5b0a970202b464915915260c03f05455.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('28', '4', 'Flowers', '25a6ede51a96d4e55de2ffb81ae96f8c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('29', '4', 'Forest', '92968ac16b2f0c3f7835a6dacd172c7b.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('30', '6', 'Galaxy', '5fab1922f254ae9fd150162c3e392bef.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('31', '4', 'Garden-rock', '4f66053598bea0905e1559ab9d5a6e31.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('32', '4', 'Greek Theater', '93d71e8b8a96cc007b8d68f36acd338a.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('33', '5', 'Hall', 'ea86ca30b346f27ca5faf1254f6a31e3.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('34', '4', 'Hay Field', 'da102a69d135973e0fc139131dec785a.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('35', '8', 'Hearts', 'f98526ccb0eec3ac7d6c8f8ab502825e.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('36', '4', 'Hill', '2129c842f28d6881f622fdc3497ff2da.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('37', '4', 'Jungle', 'f4f908da19e2753f3ed679d7b37650ca.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('38', '4', 'Jurassic', '64025bdca5db4938f65597e3682fddcf.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('39', '8', 'Light', '4b98c07876ed8997c3762e75790507b4.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('40', '4', 'Metro', '0b4a15ba028bf205ec051390d6ac4de7.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('41', '6', 'Moon', '0b1d2eaf22d62ef88de80ccde5578fba.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('42', '4', 'Mountain', 'f84989feee2cf462a1c597169777ee3c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('43', '4', 'Mural', 'efb625f7e0b199b15f69e116cd053cea.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('44', '6', 'Nebula', '9b5cdbd596da1b6149f56b794b6394f4.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('45', '6', 'Neon Tunnel', '57d2b13b2f73d3d878c72810c137b0d6.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('46', '4', 'Night City', '6fdc795ff487204f72740567be5f64f9.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('47', '4', 'Night City With Street', '14443ad7907b6479d7562a12b8ae0efb.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('48', '5', 'Party', '108160d0e44d1c340182e31c9dc0758a.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('49', '4', 'Pathway', '5d747ec036755a4b129f0d5b978bc61c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('50', '4', 'Playground', 'e5f794c8756ca0cead5cb7e7fe354c41.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('51', '4', 'Playing Field', '2de108f3098e92f5c5976cf75d38e99d.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('52', '4', 'Pool', '6cab934df643d2fc508cfa90c0c4059b.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('53', '8', 'Rays', '87e963282db9e020e8c4d075891ea12b.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('54', '5', 'Refrigerator', '98f053f9681e872f34fafd783ce72205.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('55', '5', 'Room 1', 'a81668321aa3dcc0fc185d3e36ae76f6.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('56', '5', 'Room 2', '05ae3e3bbea890a6e3552ffe8456775e.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('57', '4', 'Savanna', '9b020b8c7cb6a9592f7303add9441d8f.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('58', '4', 'School', '1dea69ac0f62cf538d368a7bde1372ac.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('59', '4', 'Slopes', '63b6a69594a0a87888b56244bfa2ac1b.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('60', '3', 'Soccer', '04a63154f04b09494354090f7cc2f1b9.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('61', '3', 'Soccer 2', 'b0dc1268cb595aaeef405bce40d1639c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('62', '6', '太空', '84208d9a3718ec3c9fc5a32a792fa1d0.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('63', '6', '太空 City 1', '20344b0edcc498281e4cb80242a72667.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('64', '6', '太空 City 2', '32b2316fd375faa18088f6c57ebb1c8d.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('65', '6', 'Spaceship', '0c450891306fa63ef02aa0fda7fd0ef9.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('66', '2', 'Spotlight', 'd26bf4c3980163d9106625cc2ea6c50d.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('67', '6', 'Stars', '47282ff0f7047c6fab9c94b531abf721.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('68', '8', 'Stripes', 'a6a21f5c08d586e8daaebde37c97fb6f.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('69', '5', 'Theater', 'c2b097bc5cdb6a14ef5485202bc5ee76.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('70', '2', 'Theater 2', '061a78ed83495dd0acd6d62e83e1b972.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('71', '4', 'Tree', 'a23fbf972001c94637b568992f8fd7bd.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('72', '4', '水下 1', 'd3344650f594bcecdf46aa4a9441badd.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('73', '4', '水下 2', '1517c21786d2d0edc2f3037408d850bd.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('74', '4', 'Urban', '1679049718869e1f548e1e8823e29c1c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('75', '4', 'Wall 1', '7e5327c68ff6ddabc48dbfe4717a04fe.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('76', '4', 'Wall 2', '82d867fcd9f1b5f49e29c2f853d55665.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('77', '4', 'Water And Rocks', '0015433a406a53f00b792424b823268c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('78', '4', 'Wetland', 'ef9973bcff6d4cbc558e946028ec7d23.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('79', '4', 'Winter', '5fa9385a60b904672d0e46e9d768bb32.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('80', '1', 'Witch House', '30085b2d27beb5acdbe895d8b3e64b04.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('81', '1', 'Woods', 'f3eb165d6f3fd23370f97079f2e631bf.svg', '240', '180', '1', '1');
INSERT INTO `material_backdrop` VALUES ('82', '4', 'Woods And Bench', '4fcf7ed0de6c6b6e9b52c511b0650e9c.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('83', '8', 'Xy-grid', '9838d02002d05f88dc54d96494fbc202.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('84', '8', 'Xy-grid-20px', '4eec0e1db92b8dea3e5bee25105e8f46.png', '480', '360', '2', '1');
INSERT INTO `material_backdrop` VALUES ('85', '8', 'Xy-grid-30px', '3b8bcabd0ac683b7cb3673208039764b.png', '480', '360', '2', '1');
-- ----------------------------
-- Table structure for material_costume
-- ----------------------------
DROP TABLE IF EXISTS `material_costume`;
CREATE TABLE `material_costume` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`tagId` int unsigned NOT NULL COMMENT '分类ID',
`name` char(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '新造型',
`md5` char(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
`info0` int DEFAULT '480' COMMENT '图片宽',
`info1` int DEFAULT '360' COMMENT '图片高',
`info2` int DEFAULT '2',
`state` tinyint DEFAULT '1' COMMENT '状态:0停用,1正常',
PRIMARY KEY (`id`,`tagId`)
) ENGINE=InnoDB AUTO_INCREMENT=887 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of material_costume
-- ----------------------------
INSERT INTO `material_costume` VALUES ('1', '31', 'Abby-a', '809d9b47347a6af2860e7a3a35bce057.svg', '31', '100', '1', '1');
INSERT INTO `material_costume` VALUES ('2', '31', 'Abby-b', '920f14335615fff9b8c55fccb8971984.svg', '31', '100', '1', '1');
INSERT INTO `material_costume` VALUES ('3', '31', 'Abby-c', '34a175600dc009a521eb46fdbbbeeb67.svg', '32', '100', '1', '1');
INSERT INTO `material_costume` VALUES ('4', '31', 'Abby-d', '45de34b47a2ce22f6f5d28bb35a44ff5.svg', '32', '101', '1', '1');
INSERT INTO `material_costume` VALUES ('5', '31', 'Amon', '60f720956ab1840431dcf0616ce98f14.png', '174', '162', '2', '1');
INSERT INTO `material_costume` VALUES ('6', '35', 'Andie-a', 'b36584db82bdd45014430aa918461ca0.svg', '80', '65', '1', '1');
INSERT INTO `material_costume` VALUES ('7', '35', 'Andie-b', 'b3fc774e753fef520fb544127a48554b.svg', '40', '91', '1', '1');
INSERT INTO `material_costume` VALUES ('8', '35', 'Andie-c', 'ded71c8a0f39852178f1695b622c2d89.svg', '46', '49', '1', '1');
INSERT INTO `material_costume` VALUES ('9', '35', 'Andie-d', 'd92aaf6cf44921905d51ca4a10a4f3d6.svg', '71', '57', '1', '1');
INSERT INTO `material_costume` VALUES ('10', '31', 'Anina Pop Down', 'e3698b76cb0864df2fbaba80e6bd8067.png', '74', '156', '2', '1');
INSERT INTO `material_costume` VALUES ('11', '31', 'Anina Pop Front', '4931a363e3e4efa20230f6ff2991c6b4.png', '68', '270', '2', '1');
INSERT INTO `material_costume` VALUES ('12', '31', 'Anina Pop L Arm', '62c50c90535b64f2ae130a5c680ddcb4.png', '68', '274', '2', '1');
INSERT INTO `material_costume` VALUES ('13', '31', 'Anina Pop Left', 'd86bb27b4f8d7b70c39c96f29c6943b4.png', '238', '266', '2', '1');
INSERT INTO `material_costume` VALUES ('14', '31', 'Anina Pop R Arm', 'ca27e001a263ee6b5852508f39d021db.png', '88', '272', '2', '1');
INSERT INTO `material_costume` VALUES ('15', '31', 'Anina Pop Right', '7bb9c790b02231e1272701167c26b17a.png', '66', '268', '2', '1');
INSERT INTO `material_costume` VALUES ('16', '31', 'Anina Pop Stand', '105f4f3d260dcb8bea02ea9ee5d18cf4.png', '76', '276', '2', '1');
INSERT INTO `material_costume` VALUES ('17', '31', 'Anina R Cross', '3948aad16f8169c013c956dd152a09a6.png', '126', '268', '2', '1');
INSERT INTO `material_costume` VALUES ('18', '31', 'Anina Stance', '84c5e22b4303c7c1fb707125706c9aaa.png', '76', '252', '2', '1');
INSERT INTO `material_costume` VALUES ('19', '31', 'Anina Top Freeze', 'b7693bd6250d4411ee622b67f8025924.png', '110', '268', '2', '1');
INSERT INTO `material_costume` VALUES ('20', '31', 'Anina Top L Step', 'ed90e8b7a05c1552194af597ac0637cd.png', '228', '274', '2', '1');
INSERT INTO `material_costume` VALUES ('21', '31', 'Anina Top R Step', '2d208a34e74fdce9dab9d4c585dcfa2b.png', '248', '272', '2', '1');
INSERT INTO `material_costume` VALUES ('22', '31', 'Anina Top Stand', 'db6c03113f71b91f22a9f3351f90e5bf.png', '74', '280', '2', '1');
INSERT INTO `material_costume` VALUES ('23', '36', 'Apple', '3826a4091a33e4d26f87a2fac7cf796b.svg', '31', '31', '1', '1');
INSERT INTO `material_costume` VALUES ('24', '39', 'Arrow1-a', 'be8fcd10da0b082f8d4775088ef7bd52.svg', '28', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('25', '39', 'Arrow1-b', '65b8e977641885010a10a46512fb95b4.svg', '28', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('26', '39', 'Arrow1-c', 'dafcdfda65af14e172809984710f31a9.svg', '23', '28', '1', '1');
INSERT INTO `material_costume` VALUES ('27', '39', 'Arrow1-d', '70ffa0bae8693418459f21f370584f6d.svg', '23', '28', '1', '1');
INSERT INTO `material_costume` VALUES ('28', '31', 'Avery Walking-a', 'dc6a584704c09a3fbafb9825635a9fd4.svg', '50', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('29', '31', 'Avery Walking-b', '448e54fb14b13d492885fc247e76b7f4.svg', '50', '102', '1', '1');
INSERT INTO `material_costume` VALUES ('30', '31', 'Avery Walking-c', '3a935fe75ac999e22b93d06b3081a271.svg', '48', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('31', '31', 'Avery Walking-d', '8f439476a738251043d488d7a4bc6870.svg', '50', '101', '1', '1');
INSERT INTO `material_costume` VALUES ('32', '31', 'Avery-a', 'f52bde34d8027aab14b53f228fe5cc14.svg', '39', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('33', '31', 'Avery-b', '944385ea927e8f9d72b9e19620487999.svg', '39', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('34', '39', 'Ball-a', '3c6241985b581284ec191f9d1deffde8.svg', '22', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('35', '39', 'Ball-b', 'ad7dc51cafd73e8279073e33b0eab335.svg', '22', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('36', '39', 'Ball-c', 'f221a2edf87aff3615c0c003e616b31b.svg', '22', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('37', '39', 'Ball-d', 'db144b2a19f4f1ab31e30d58f00447dc.svg', '22', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('38', '39', 'Ball-e', '1c44b7494dec047371f74c705f1d99fc.svg', '22', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('39', '33', 'Ballerina-a', '5197d3778baf55da6b81b3ada1e10021.svg', '31', '49', '1', '1');
INSERT INTO `material_costume` VALUES ('40', '33', 'Ballerina-b', '4ccb1752a43f48aafe490c9c08e58c27.svg', '29', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('41', '33', 'Ballerina-c', 'fc02bf591dd3d91eeeb50c7424d08274.svg', '59', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('42', '33', 'Ballerina-d', '5aae21aee33c3f1ae943af5ea11254bf.svg', '36', '77', '1', '1');
INSERT INTO `material_costume` VALUES ('43', '39', 'Balloon1-a', 'd7974f9e15000c16222f94ee32d8227a.svg', '32', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('44', '39', 'Balloon1-b', 'a2516ac2b8d7a348194908e630387ea9.svg', '31', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('45', '39', 'Balloon1-c', '63e5aea255610f9fdf0735e1e9a55a5c.svg', '31', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('46', '36', 'Bananas', 'e5d3d3eb61797f5999732a8f5efead24.svg', '39', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('47', '39', 'Baseball', '74e08fc57820f925c7689e7b754c5848.svg', '28', '28', '1', '1');
INSERT INTO `material_costume` VALUES ('48', '35', 'Basketball', '6b0b2aaa12d655e96b5b34e92d9fbd4f.svg', '23', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('49', '32', 'Bat-a', '4e4ced87ed37ee66c758bba077e0eae6.svg', '80', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('50', '32', 'Bat-b', 'bc6dd12fc9e407c7774959cdf427f8b5.svg', '39', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('51', '32', 'Bat-c', '60f5bfce5d9b11bfcd199a6aa5454b3f.svg', '68', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('52', '32', 'Bat-d', '698c2a48e774f9959d57c9618b156c20.svg', '29', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('53', '35', 'Batter-a', '9d193bef6e3d6d8eba6d1470b8bf9351.svg', '46', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('54', '35', 'Batter-b', 'fdfde4bcbaca0f68e83fdf3f4ef0c660.svg', '16', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('55', '35', 'Batter-c', 'bd4fc003528acfa847e45ff82f346eee.svg', '94', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('56', '35', 'Batter-d', '592ee9ab2aeefe65cb4fb95fcd046f33.svg', '70', '102', '1', '1');
INSERT INTO `material_costume` VALUES ('57', '39', 'Beachball', '5198b5a03ebae60698e0906f59a5fc15.svg', '34', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('58', '30', 'Bear-a', 'deef1eaa96d550ae6fc11524a1935024.svg', '100', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('59', '30', 'Bear-b', '6f303e972f33fcb7ef36d0d8012d0975.svg', '94', '190', '1', '1');
INSERT INTO `material_costume` VALUES ('60', '30', 'Bear-walk-a', '6d4d06e3f4cd0c9455b777b9a40782b6.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('61', '30', 'Bear-walk-b', '7453709bef16e33e6f989aee14d7fc07.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('62', '30', 'Bear-walk-c', '6d50c5fe63ab5f77d10144a68ca535a6.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('63', '30', 'Bear-walk-d', 'e531b307381c2aa148be4ccc36db0333.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('64', '30', 'Bear-walk-e', '0a38a860f2e573b8dc5b09f390d30fbd.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('65', '30', 'Bear-walk-f', 'f36c80d2e731be95df7ec6d07f89fa00.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('66', '30', 'Bear-walk-g', 'd2a5f124f988def1d214e6d0813a48f3.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('67', '30', 'Bear-walk-h', '36d06aa23c684fc996952adb0e76e6b4.svg', '130', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('68', '30', 'Beetle', '46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg', '43', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('69', '34', 'Bell1', '8c0234fe1bfd36f5a72e975fbbc18bfd.svg', '59', '69', '1', '1');
INSERT INTO `material_costume` VALUES ('70', '35', 'Ben-a', '2cd77b8a9961e7ad4da905e7731b7c1b.svg', '54', '69', '1', '1');
INSERT INTO `material_costume` VALUES ('71', '35', 'Ben-b', '165d993c30dfdb9e829d0d98867d7826.svg', '54', '69', '1', '1');
INSERT INTO `material_costume` VALUES ('72', '35', 'Ben-c', '9f9f88aea3457084d8d734040b0b9067.svg', '73', '71', '1', '1');
INSERT INTO `material_costume` VALUES ('73', '35', 'Ben-d', 'acc208e29f0422c2bcffa3b8873abc63.svg', '44', '71', '1', '1');
INSERT INTO `material_costume` VALUES ('74', '39', 'Bowl-a', 'd147f16e3e2583719c073ac5b55fe3ca.svg', '30', '15', '1', '1');
INSERT INTO `material_costume` VALUES ('75', '37', 'Bowtie', '4b032ba44b8077439e73815542e7ed23.svg', '15', '8', '1', '1');
INSERT INTO `material_costume` VALUES ('76', '36', 'Bread', '585de1550446d4420f8a10fdecac995b.svg', '37', '12', '1', '1');
INSERT INTO `material_costume` VALUES ('77', '32', 'Broom', '556288a1c996345c751a3dc88b570cfa.svg', '135', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('78', '39', 'Building-a', 'e8c9508b1f6a0a432e09c10ef9ada67c.svg', '40', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('79', '39', 'Building-b', 'a8c977a3b85ffe8c8b453c9d668989b8.svg', '46', '-11', '1', '1');
INSERT INTO `material_costume` VALUES ('80', '39', 'Building-c', 'e4764cfc384a499f92da3ea745bcebe2.svg', '25', '17', '1', '1');
INSERT INTO `material_costume` VALUES ('81', '39', 'Building-d', 'd1fcce0aac589a17324943a3b759fc2a.svg', '59', '-10', '1', '1');
INSERT INTO `material_costume` VALUES ('82', '39', 'Building-e', 'bb47a3d5d03a34937557c558c6cb5d18.svg', '36', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('83', '39', 'Building-f', '80b120b7152ed72fded84fef485f4f79.svg', '41', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('84', '39', 'Building-g', '4212ff1769c169bfa0db043b18fdade8.svg', '64', '-65', '1', '1');
INSERT INTO `material_costume` VALUES ('85', '39', 'Building-h', '8f64966be60d332b345598819c67a8b6.svg', '33', '136', '1', '1');
INSERT INTO `material_costume` VALUES ('86', '39', 'Building-i', 'fcedb6b25a2db6de28b39130f978b0bf.svg', '31', '-12', '1', '1');
INSERT INTO `material_costume` VALUES ('87', '39', 'Building-j', '148034b1557cc3dae39953e43ab50ff0.svg', '29', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('88', '30', 'Butterfly1-a', 'fe98df7367e314d9640bfaa54fc239be.svg', '65', '49', '1', '1');
INSERT INTO `material_costume` VALUES ('89', '30', 'Butterfly1-b', '49c9f952007d870a046cff93b6e5e098.svg', '65', '49', '1', '1');
INSERT INTO `material_costume` VALUES ('90', '30', 'Butterfly1-c', '34b76c1835c6a7fc2c47956e49bb0f52.svg', '65', '49', '1', '1');
INSERT INTO `material_costume` VALUES ('91', '30', 'Butterfly2-a', '372ae0abd2e8e50a20bc12cb160d8746.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('92', '30', 'Butterfly2-b', 'e96f4c6913107c9b790d37bb65507c14.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('93', '39', 'Button1', '21fb7fa07eac4794fded0be4e18e20a2.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('94', '39', 'Button2-a', 'af4cd54e776031bc9cc54ddd6892f97b.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('95', '39', 'Button2-b', '329bf3d86050ceaea2b27e2c5d2baec1.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('96', '39', 'Button3-a', '5021f6b7d166873ef0711c4d4a351912.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('97', '39', 'Button3-b', 'a3b357ea21773bcb3545a227ee877e9a.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('98', '39', 'Button4-a', '71ced7c192168c7b221d16b4eaff440e.svg', '35', '34', '1', '1');
INSERT INTO `material_costume` VALUES ('99', '39', 'Button4-b', '7d34ad26633abbc752c9cd93ace0a81f.svg', '35', '34', '1', '1');
INSERT INTO `material_costume` VALUES ('100', '39', 'Button5-a', '94957f2f79e8970d8b2cd0f74a0c1ffc.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('101', '39', 'Button5-b', 'a4bb9a9e06e65337798471035719985a.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('102', '36', 'Cake-a', '862488bf66b67c5330cae9235b853b6e.svg', '64', '50', '1', '1');
INSERT INTO `material_costume` VALUES ('103', '36', 'Cake-b', 'dfe9c5d40da0dcc386fad524c36d3579.svg', '64', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('104', '31', 'Calvrett Jumping', '452683db3ad7a882f5ab9de496441592.png', '168', '216', '2', '1');
INSERT INTO `material_costume` VALUES ('105', '31', 'Calvrett Thinking', '728ec1ebc275b53809023a36c66eeaa3.png', '106', '170', '2', '1');
INSERT INTO `material_costume` VALUES ('106', '35', 'Casey-a', 'e5a47371f3e9f853b36560cda35344b6.svg', '75', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('107', '35', 'Casey-b', 'e09e5ef2bdeb69163a543f3216c1f54c.svg', '60', '74', '1', '1');
INSERT INTO `material_costume` VALUES ('108', '35', 'Casey-c', '50bd5162671b8a30fcfa3082a9e79ec4.svg', '57', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('109', '35', 'Casey-d', 'ebc3de539e02801d420268eb189c5a47.svg', '71', '74', '1', '1');
INSERT INTO `material_costume` VALUES ('110', '31', 'Cassy-a', '6cb3686db1fa658b6541cc9fa3ccfcc7.png', '104', '192', '2', '1');
INSERT INTO `material_costume` VALUES ('111', '31', 'Cassy-b', 'f801cec764da5ef6374e1d557296d14e.png', '140', '192', '2', '1');
INSERT INTO `material_costume` VALUES ('112', '31', 'Cassy-c', '63483bbf72fc55719918a335e1a16426.png', '74', '188', '2', '1');
INSERT INTO `material_costume` VALUES ('113', '31', 'Cassy-d', 'aca39a47cf3affd8a83d3287d2856c29.png', '94', '180', '2', '1');
INSERT INTO `material_costume` VALUES ('114', '30', 'Cat 2', '7499cf6ec438d0c7af6f896bc6adc294.svg', '87', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('115', '30', 'Cat Flying-a', 'a1ab94c8172c3b97ed9a2bf7c32172cd.svg', '55', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('116', '30', 'Cat Flying-b', '6667936a2793aade66c765c329379ad0.svg', '44', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('117', '30', 'Cat-a', 'bcf454acf82e4504149f7ffe07081dbc.svg', '48', '50', '1', '1');
INSERT INTO `material_costume` VALUES ('118', '30', 'Cat-b', '0fb9be3e8397c983338cb71dc84d0b25.svg', '46', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('119', '31', 'Catcher-a', '895cdda4f2bd9d6f50ff07188e7ce395.svg', '41', '51', '1', '1');
INSERT INTO `material_costume` VALUES ('120', '31', 'Catcher-b', 'a31e30677637ae4de975d40b6d822853.svg', '41', '47', '1', '1');
INSERT INTO `material_costume` VALUES ('121', '31', 'Catcher-c', '99af13802e9bfd7b4a4bfb8ead825c0c.svg', '60', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('122', '31', 'Catcher-d', '8aa875f077c405e2045f5ab60705e712.svg', '86', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('123', '32', 'Centaur-a', 'd722329bd9373ad80625e5be6d52f3ed.svg', '110', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('124', '32', 'Centaur-b', '2373556e776cad3ba4d6ee04fc34550b.svg', '110', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('125', '32', 'Centaur-c', 'd7aa990538915b7ef1f496d7e8486ade.svg', '110', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('126', '32', 'Centaur-d', 'c00ffa6c5dd0baf9f456b897ff974377.svg', '110', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('127', '31', 'Champ99-a', '7b073f47fbd9421e0d60daacc157f506.png', '248', '306', '2', '1');
INSERT INTO `material_costume` VALUES ('128', '31', 'Champ99-b', 'd6ae13605610aa008d48b0c8b25a57d3.png', '164', '290', '2', '1');
INSERT INTO `material_costume` VALUES ('129', '31', 'Champ99-c', '26fdff424232926001d20041c3d5673b.png', '152', '270', '2', '1');
INSERT INTO `material_costume` VALUES ('130', '31', 'Champ99-d', 'a28ffc2b129fb359ff22c79c48341267.png', '188', '260', '2', '1');
INSERT INTO `material_costume` VALUES ('131', '31', 'Champ99-e', '56f3220fa82d99dcfc7d27d433ed01e4.png', '190', '248', '2', '1');
INSERT INTO `material_costume` VALUES ('132', '31', 'Champ99-f', '68453506ae4b6b60a3fc6817ba39d492.png', '114', '250', '2', '1');
INSERT INTO `material_costume` VALUES ('133', '31', 'Champ99-g', '20318b14a332fd618ec91e7c1de8be9a.png', '132', '258', '2', '1');
INSERT INTO `material_costume` VALUES ('134', '31', 'Character1-a', '03bc23a9fa12c1244c83a07a81f20bfd.svg', '49', '124', '1', '1');
INSERT INTO `material_costume` VALUES ('135', '31', 'Character1-b', 'f26b130c2c58b812be21d1a9745863a1.svg', '54', '122', '1', '1');
INSERT INTO `material_costume` VALUES ('136', '31', 'Character1-c', 'cc0be722cf93eef63726bd606ab11c5c.svg', '54', '126', '1', '1');
INSERT INTO `material_costume` VALUES ('137', '31', 'Character1-d', '6be261800647c53becb1f93ed31ed13e.svg', '54', '123', '1', '1');
INSERT INTO `material_costume` VALUES ('138', '31', 'Character1-e', '6f78ce6a87d114162ed9fbef30f9a0fd.svg', '65', '120', '1', '1');
INSERT INTO `material_costume` VALUES ('139', '31', 'Character1-f', '527ba82c5e82f43c8fca0be905dbe20a.svg', '54', '126', '1', '1');
INSERT INTO `material_costume` VALUES ('140', '31', 'Character1-g', '1e303bb57aac0cb4678e85de4251f3f4.svg', '54', '125', '1', '1');
INSERT INTO `material_costume` VALUES ('141', '31', 'Character1-h', '0f18f9e90d0ed68ebec23da087eb2603.svg', '54', '126', '1', '1');
INSERT INTO `material_costume` VALUES ('142', '31', 'Character1-i', '5e2f620e5687a36e1954414054c69ccc.svg', '59', '124', '1', '1');
INSERT INTO `material_costume` VALUES ('143', '31', 'Character1-j', '1044a68cc743f83564e36a6bca16830b.svg', '57', '127', '1', '1');
INSERT INTO `material_costume` VALUES ('144', '31', 'Character1-k', 'b37d0e0d46f07cb2cbdc5285e176bf62.svg', '55', '122', '1', '1');
INSERT INTO `material_costume` VALUES ('145', '31', 'Character1-l', '984043e1e7c544999c31f952d1d43a56.svg', '56', '124', '1', '1');
INSERT INTO `material_costume` VALUES ('146', '31', 'Character1-m', '6d5ddfc69f9c6a3f1d2ded1428237931.svg', '56', '126', '1', '1');
INSERT INTO `material_costume` VALUES ('147', '31', 'Character2-a', '7084b3baab935de819cc5ab46f7cecf8.svg', '47', '127', '1', '1');
INSERT INTO `material_costume` VALUES ('148', '31', 'Character2-b', 'df7cbf2913bcea721df2e0360644f193.svg', '44', '125', '1', '1');
INSERT INTO `material_costume` VALUES ('149', '31', 'Character2-c', 'e0eacf1e575adc559c41e3a81a892168.svg', '47', '123', '1', '1');
INSERT INTO `material_costume` VALUES ('150', '31', 'Character2-d', 'e8b44b0e904fd4bb7430c26b743f1520.svg', '44', '128', '1', '1');
INSERT INTO `material_costume` VALUES ('151', '31', 'Character2-e', '67d425b11544caa0fe9228f355c6485b.svg', '48', '122', '1', '1');
INSERT INTO `material_costume` VALUES ('152', '31', 'Character2-f', 'db3f436fcb6fb28828a4c932b60feb5e.svg', '48', '126', '1', '1');
INSERT INTO `material_costume` VALUES ('153', '31', 'Character2-g', '93e035270675f933b94ee951d7e475e3.svg', '47', '125', '1', '1');
INSERT INTO `material_costume` VALUES ('154', '31', 'Character2-h', 'f4f2778df2840de5a6449a49f3efb599.svg', '44', '128', '1', '1');
INSERT INTO `material_costume` VALUES ('155', '31', 'Character2-i', '1cf73a791959e07b5bafe18474f93b78.svg', '48', '126', '1', '1');
INSERT INTO `material_costume` VALUES ('156', '31', 'Character2-j', 'bf0d808f7bf0c11c338b4fea0a735874.svg', '48', '128', '1', '1');
INSERT INTO `material_costume` VALUES ('157', '36', 'Cheesy Puffs', '82772a61ec74974e84c686c61ea0b7d5.png', '87', '72', '2', '1');
INSERT INTO `material_costume` VALUES ('158', '30', 'Chick-a', '80abbc427366bca477ccf1ef0faf240a.svg', '32', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('159', '30', 'Chick-b', '5e23c8c28ffd390df7deb2414be37781.svg', '32', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('160', '30', 'Chick-c', '77911bbe5e11ede35871e8002a26356d.svg', '21', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('161', '39', 'City Bus-a', 'e9694adbff9422363e2ea03166015393.svg', '106', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('162', '39', 'City Bus-b', '7d7e26014a346b894db8ab1819f2167f.svg', '106', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('163', '39', 'Cloud', 'c9630e30e59e4565e785a26f58568904.svg', '71', '45', '1', '1');
INSERT INTO `material_costume` VALUES ('164', '39', 'Cloud-a', '9f5958f46d21e33d3f6d7caffbe0daa9.svg', '76', '19', '1', '1');
INSERT INTO `material_costume` VALUES ('165', '39', 'Cloud-b', '9105d7dd90b5f2a4b85a1e71aff8703f.svg', '101', '20', '1', '1');
INSERT INTO `material_costume` VALUES ('166', '39', 'Cloud-c', '0188b2c7c85176b462881c6bca7a7748.svg', '97', '9', '1', '1');
INSERT INTO `material_costume` VALUES ('167', '39', 'Cloud-d', '9f2eccce13e3e5fd212efd59ff1d96a0.svg', '87', '21', '1', '1');
INSERT INTO `material_costume` VALUES ('168', '39', 'Convertible', '5b883f396844ff5cfecd7c95553fa4fb.png', '180', '44', '2', '1');
INSERT INTO `material_costume` VALUES ('169', '39', 'Convertible 3', '621817ef84ad81f5690fac95adab2ede.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('170', '30', 'Crab-a', 'f7cdd2acbc6d7559d33be8675059c79e.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('171', '30', 'Crab-b', '49839aa1b0feed02a3c759db5f8dee71.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('172', '32', 'Crystal-a', 'ecd1e7805b37db4caf207b7eef2b7a42.svg', '15', '15', '1', '1');
INSERT INTO `material_costume` VALUES ('173', '32', 'Crystal-b', '0a7b872042cecaf30cc154c0144f002b.svg', '12', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('174', '31', 'Dan-a', '307250744e230fb15e7062238bf2634c.png', '72', '196', '2', '1');
INSERT INTO `material_costume` VALUES ('175', '31', 'Dan-b', '89b55d049f4b3811676311df00681385.png', '94', '200', '2', '1');
INSERT INTO `material_costume` VALUES ('176', '31', 'Dani-a', '6518333c95cf96a9aaf73a4a948e002f.svg', '37', '141', '1', '1');
INSERT INTO `material_costume` VALUES ('177', '31', 'Dani-b', '2cba86439098a7e0daa46e0ff8a59f7c.svg', '86', '141', '1', '1');
INSERT INTO `material_costume` VALUES ('178', '31', 'Dani-c', 'b5f989e21b56af371209369c331b821e.svg', '37', '138', '1', '1');
INSERT INTO `material_costume` VALUES ('179', '31', 'Dee-a', '43bd4c241a94b3aea883472d7dab5afc.svg', '52', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('180', '31', 'Dee-b', 'e4c6ada3509f7033d14bac2c0eea49dc.svg', '33', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('181', '31', 'Dee-c', '1de3bbee2771b0ff16c4658d5ad98b0b.svg', '36', '102', '1', '1');
INSERT INTO `material_costume` VALUES ('182', '31', 'Dee-d', '320a892c86e9b039ba9d6d50a4897276.svg', '33', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('183', '31', 'Dee-e', 'c57c4593701165cdea6de9b014c7c06d.svg', '32', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('184', '31', 'Devin-a', '5f614017dba0ce6bff063f6c62041035.svg', '39', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('185', '31', 'Devin-b', '9d7414a719d6cc5e0e9071ede200a29c.svg', '40', '96', '1', '1');
INSERT INTO `material_costume` VALUES ('186', '31', 'Devin-c', '5ab51aeaa296e955e75a7a3c103ebb99.svg', '32', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('187', '31', 'Devin-d', 'bfc7c20b64f86d4b207780f3da695fa4.svg', '41', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('188', '30', 'Dinosaur1-a', '45b02fbd582c15a50e1953830b59b377.svg', '98', '92', '1', '1');
INSERT INTO `material_costume` VALUES ('189', '30', 'Dinosaur1-b', '7f89417968116ada83d4ddaad22403b3.svg', '98', '47', '1', '1');
INSERT INTO `material_costume` VALUES ('190', '30', 'Dinosaur1-c', '22d94ee5daf557284465425a61186234.svg', '81', '91', '1', '1');
INSERT INTO `material_costume` VALUES ('191', '30', 'Dinosaur1-d', 'af158d368bf3da576369be1130e18acd.svg', '99', '91', '1', '1');
INSERT INTO `material_costume` VALUES ('192', '30', 'Dinosaur2-a', '7799f2848136d11f48ca5f3105d336ef.svg', '63', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('193', '30', 'Dinosaur2-b', 'd926c5758d130fcfd9a7ae7dac47e47d.svg', '76', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('194', '30', 'Dinosaur2-c', '0e43f8e573bf232505b207b92efac2ac.svg', '64', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('195', '30', 'Dinosaur2-d', 'e606ba27dfe94daf3d8e3fdf599e37cf.svg', '73', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('196', '30', 'Dinosaur3-a', 'd85ec1b97f73564ef26fec73d5056c68.svg', '113', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('197', '30', 'Dinosaur3-b', 'e731d1f1ebf4bc0ea55b850ffe5a5f96.svg', '113', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('198', '30', 'Dinosaur3-c', 'ae98efa1c3c3700602e1344db86aaf72.svg', '47', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('199', '30', 'Dinosaur3-d', 'cf4fb77a4e9839f83d3fa5fc0982ccd3.svg', '113', '65', '1', '1');
INSERT INTO `material_costume` VALUES ('200', '30', 'Dinosaur3-e', '5381feb0fc1b50ddc2793342daddffef.svg', '41', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('201', '30', 'Dinosaur4-a', 'a98e3f93853513e7c00bab4c61752312.svg', '60', '52', '1', '1');
INSERT INTO `material_costume` VALUES ('202', '30', 'Dinosaur4-b', 'ac99ef62e3e018b8db550bb2a187cbe9.svg', '87', '52', '1', '1');
INSERT INTO `material_costume` VALUES ('203', '30', 'Dinosaur4-c', 'c63cca929380152b978d8671fe6003f7.svg', '59', '52', '1', '1');
INSERT INTO `material_costume` VALUES ('204', '30', 'Dinosaur4-d', '723bd1559f8baae4184fa24a6513362b.svg', '89', '88', '1', '1');
INSERT INTO `material_costume` VALUES ('205', '31', 'Diver1', 'a24f23a0f5d77cfb59721ef8f6bfe5c7.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('206', '31', 'Diver2', 'ef8136a42b7d20961756e551bc87b37f.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('207', '31', 'Dm Freeze', 'a4b5d644d9abdbcab236acf19b2a2e81.png', '220', '234', '2', '1');
INSERT INTO `material_costume` VALUES ('208', '31', 'Dm Pop Down', '729812366245c0dafd456339c9d94e08.png', '64', '74', '2', '1');
INSERT INTO `material_costume` VALUES ('209', '31', 'Dm Pop Front', '70da166596bb484eae1bfbaad5c03d54.png', '92', '234', '2', '1');
INSERT INTO `material_costume` VALUES ('210', '31', 'Dm Pop L Arm', '3cdebabdb41f6c3e84561cf3ea87bac3.png', '90', '238', '2', '1');
INSERT INTO `material_costume` VALUES ('211', '31', 'Dm Pop Left', '32ec7b5332cfebd1cfed7f6b79c76e67.png', '204', '250', '2', '1');
INSERT INTO `material_costume` VALUES ('212', '31', 'Dm Pop R Arm', '50faf1630ea383c0b8c77f70a9329797.png', '80', '240', '2', '1');
INSERT INTO `material_costume` VALUES ('213', '31', 'Dm Pop Right', '19bd7995d37e3baade673b2fe7cb982b.png', '78', '238', '2', '1');
INSERT INTO `material_costume` VALUES ('214', '31', 'Dm Pop Stand', '05529eb3c09294bd15f57c6f10d5894e.png', '100', '244', '2', '1');
INSERT INTO `material_costume` VALUES ('215', '31', 'Dm Stance', 'dafbdfe454c5ec7029b5c1e07fcabc90.png', '106', '238', '2', '1');
INSERT INTO `material_costume` VALUES ('216', '31', 'Dm Top L Leg', '344384a6a3f1bdf494cc7af31e928d36.png', '230', '240', '2', '1');
INSERT INTO `material_costume` VALUES ('217', '31', 'Dm Top R Leg', '12db59633a1709a2c39534d35263791f.png', '218', '232', '2', '1');
INSERT INTO `material_costume` VALUES ('218', '31', 'Dm Top Stand', 'a22da98e5e63de7b2883355afd0184f0.png', '82', '244', '2', '1');
INSERT INTO `material_costume` VALUES ('219', '30', 'Dog1-a', '35cd78a8a71546a16c530d0b2d7d5a7f.svg', '83', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('220', '30', 'Dog1-b', 'd5a72e1eb23a91df4b53c0b16493d1e6.svg', '83', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('221', '30', 'Dog2-a', '66b435d333f34d02d5ae49a598bcc5b3.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('222', '30', 'Dog2-b', '6afc06388d69f99e28d883126f9b2734.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('223', '30', 'Dog2-c', '4708bff29b3a295a03ac1d5e2d16ec75.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('224', '36', 'Donut', '316a67c9e966fd015b4538f54be456db.svg', '72', '14', '1', '1');
INSERT INTO `material_costume` VALUES ('225', '35', 'Dorian-a', 'a9a064a1f28c9e22b594dcea1d46025b.svg', '60', '65', '1', '1');
INSERT INTO `material_costume` VALUES ('226', '35', 'Dorian-b', '7d20ec98603857c031c1f4ad2bd8ea51.svg', '60', '65', '1', '1');
INSERT INTO `material_costume` VALUES ('227', '35', 'Dorian-c', '8f2be2387efcbb5d4878886adaa2a88e.svg', '77', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('228', '35', 'Dorian-d', '603d3dd151984c0eaa2822f70a234c28.svg', '77', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('229', '30', 'Dot-a', '106461f60e34ce231b323e2dd2d9f05b.svg', '52', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('230', '30', 'Dot-b', '21482022f9930400302bc8ec70643717.svg', '65', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('231', '30', 'Dot-c', '9e5a6cc6970ce4932a09affba70a45b0.svg', '50', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('232', '30', 'Dot-d', 'fb047c94113ee4c6664305a338525e6a.svg', '56', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('233', '30', 'Dove-a', '0f83ab55012a7affd94e38250d55a0a0.svg', '86', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('234', '30', 'Dove-b', '778a699a044a0a8c10f44c3194e21ef2.svg', '88', '57', '1', '1');
INSERT INTO `material_costume` VALUES ('235', '32', 'Dragon-a', '12ead885460d96a19132e5970839d36d.svg', '124', '106', '1', '1');
INSERT INTO `material_costume` VALUES ('236', '32', 'Dragon-b', '3f672475ad4ca5d1f9331cffd4223140.svg', '152', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('237', '32', 'Dragon-c', 'e0aa0083fa0b97da97600d4dbb2055e5.svg', '124', '105', '1', '1');
INSERT INTO `material_costume` VALUES ('238', '32', 'Dragon1-a', '0db3c240e7205693dcb17de23d368b4b.svg', '65', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('239', '32', 'Dragon1-b', 'cc6c18538fea63c53d1363a384b243b4.svg', '84', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('240', '30', 'Dragonfly-a', '5cdfe67af929e3fb095e83c9c4b0bd78.svg', '108', '52', '1', '1');
INSERT INTO `material_costume` VALUES ('241', '30', 'Dragonfly-b', '17b864c1ddd4b349a6c4bd5709167307.svg', '108', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('242', '37', 'Dress-a', 'ddbea537af6012ebac18d16d65c07479.svg', '57', '83', '1', '1');
INSERT INTO `material_costume` VALUES ('243', '37', 'Dress-b', '4e22e6fd72500f0a25b959283bfd0a32.svg', '58', '83', '1', '1');
INSERT INTO `material_costume` VALUES ('244', '37', 'Dress-c', 'c5fb135d89573570010b0d96c94bcec6.svg', '49', '83', '1', '1');
INSERT INTO `material_costume` VALUES ('245', '34', 'Drum-a', 'ce6971317035091341ec40571c9056e9.svg', '43', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('246', '34', 'Drum-b', '47531b5675be696d0540eb120d5d0678.svg', '43', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('247', '34', 'Drum-cymbal-a', '78398692e6fa226568df0374c4358da4.svg', '30', '74', '1', '1');
INSERT INTO `material_costume` VALUES ('248', '34', 'Drum-cymbal-b', '08355ec8cc4b3263f502adfdea993cda.svg', '30', '74', '1', '1');
INSERT INTO `material_costume` VALUES ('249', '34', 'Drum-highhat-a', '15b2a31a57d0cd911ad0b1c265dcf59e.svg', '33', '73', '1', '1');
INSERT INTO `material_costume` VALUES ('250', '34', 'Drum-highhat-b', '866b3a49ee2a45998940e2d737c4c502.svg', '33', '73', '1', '1');
INSERT INTO `material_costume` VALUES ('251', '34', 'Drum-kit', 'baf6344b6f55b074786a383c1097697d.svg', '58', '78', '1', '1');
INSERT INTO `material_costume` VALUES ('252', '34', 'Drum-kit-b', '3f4fb4836338c55f883607c403b2b25e.svg', '58', '78', '1', '1');
INSERT INTO `material_costume` VALUES ('253', '34', 'Drum-snare-a', 'c42bb05aab3cacddcd88712e33ab8df0.svg', '21', '32', '1', '1');
INSERT INTO `material_costume` VALUES ('254', '34', 'Drum-snare-b', '28298d93f5282041267a92bd67308107.svg', '34', '48', '1', '1');
INSERT INTO `material_costume` VALUES ('255', '34', 'Drums Conga-a', '2b2eacfce0fb1af023e6ca0f5ef6defe.svg', '65', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('256', '34', 'Drums Conga-b', 'bdad2f140cfbd021f38241fc9acc7fd2.svg', '66', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('257', '30', 'Duck', 'c9837d0454f5f0f73df290af2045359b.svg', '61', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('258', '39', 'Earth', '7405b5efa96995bae6853667f8cd145e.svg', '55', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('259', '39', 'Easel-a', 'a4b3714322c11b350f09a75921ae606b.svg', '69', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('260', '39', 'Easel-b', '6a736beddc7844538be390c18b7c4361.svg', '69', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('261', '39', 'Easel-c', 'caec09682a7fcdffef4647e8355ba004.svg', '68', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('262', '36', 'Egg-a', 'f8ee449298c1446cb0ef281923a4e57a.svg', '18', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('263', '36', 'Egg-b', 'fbc629c3b062423e8c09cfacfb1e65f8.svg', '23', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('264', '36', 'Egg-c', '0d127490af16f8a4ca5ce3212b2391c2.svg', '28', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('265', '36', 'Egg-d', 'b0b6e88ec64b842398200bab562b53e3.svg', '19', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('266', '36', 'Egg-e', '41535b4742f40e2630746b0c4bec98f2.svg', '20', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('267', '36', 'Egg-f', 'bb0505b802140a8cc200c9f8bfce4503.svg', '31', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('268', '30', 'Elephant-a', 'b59873e9558c1c456200f50e5ab34770.svg', '107', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('269', '30', 'Elephant-b', '2c9b5e0125d95b8bc511f6bb09b5ea2f.svg', '95', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('270', '32', 'Elf-a', 'e92abad171396a3198455df8557802e5.svg', '50', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('271', '32', 'Elf-b', '92ff640b911a8348d2734c0e38bba68c.svg', '50', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('272', '32', 'Elf-c', '524406c2b1fe253c1565ff516309817e.svg', '50', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('273', '32', 'Elf-d', '808c6fa2eb1cba0de1d17b18c6f41279.svg', '50', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('274', '32', 'Elf-e', 'ec458328a85f89f06866e2337076ac0a.svg', '50', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('275', '32', 'Fairy-a', '40d726e17bfd2ffeb8c0aa5393ee1c77.svg', '85', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('276', '32', 'Fairy-b', 'bea920473027f43e04c44e588c6cc39a.svg', '85', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('277', '32', 'Fairy-c', 'd4f6163a1610243f55dd9cf1c9875c61.svg', '85', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('278', '32', 'Fairy-d', '902350bba0d4b4612db1e2e902b6f201.svg', '85', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('279', '32', 'Fairy-e', 'decd31f829032b1d4dcf5efdbd362cb9.svg', '85', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('280', '30', 'Fish-a', 'a9b3d163756621f8395592ad77fb9369.svg', '63', '45', '1', '1');
INSERT INTO `material_costume` VALUES ('281', '30', 'Fish-b', '7a0c31c0087f342867d4754f8dc57541.svg', '63', '45', '1', '1');
INSERT INTO `material_costume` VALUES ('282', '30', 'Fish-c', '4a3478b3cdc3e8688a671be88c2775fd.svg', '63', '45', '1', '1');
INSERT INTO `material_costume` VALUES ('283', '30', 'Fish-d', '886e0bb732453eb8d3a849b4eab54943.svg', '63', '45', '1', '1');
INSERT INTO `material_costume` VALUES ('284', '39', 'Fishbowl-a', '17c53cf0296f24722ba5b001d513e58f.svg', '28', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('285', '39', 'Fishbowl-b', 'b3db01c5cda32fe3ea0b48dde5fa8130.svg', '28', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('286', '36', '食物 Truck-a', 'a77f9693f87288d023a4632cf019776e.svg', '120', '123', '1', '1');
INSERT INTO `material_costume` VALUES ('287', '36', '食物 Truck-b', 'f4150de2297a63c3efd125c8e12dd7cc.svg', '120', '100', '1', '1');
INSERT INTO `material_costume` VALUES ('288', '36', '食物 Truck-c', 'e850e3c93de767519f7f78b38f16ed1d.svg', '120', '91', '1', '1');
INSERT INTO `material_costume` VALUES ('289', '31', 'Football Running', '7ee31371b2eafba57cc5a78fc1a787fe.png', '92', '200', '2', '1');
INSERT INTO `material_costume` VALUES ('290', '31', 'Football Standing', 'c717def72c8bd98749284d31b51d7097.png', '74', '200', '2', '1');
INSERT INTO `material_costume` VALUES ('291', '36', 'Fortune Cookie', 'c56dcaa1fa4e3c9740142b93d5982850.png', '60', '62', '2', '1');
INSERT INTO `material_costume` VALUES ('292', '30', 'Fox-a', '9dd59a4514b5373d4f665db78e145636.svg', '86', '44', '1', '1');
INSERT INTO `material_costume` VALUES ('293', '30', 'Fox-b', '2c256eacbb753be361e8e52a0eefde77.svg', '44', '50', '1', '1');
INSERT INTO `material_costume` VALUES ('294', '30', 'Fox-c', 'dd398ed81edb60c91ad4805f4437d2fa.svg', '48', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('295', '32', 'Frank-a', '10d39bb7e31647a465e747cd243b8cd0.svg', '97', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('296', '32', 'Frank-b', 'e56e930cc0229d1042a673e7503209c5.svg', '105', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('297', '32', 'Frank-c', '26da9617218493f4f42a1592f21afee8.svg', '159', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('298', '32', 'Frank-d', 'd16b76a634f7367ce7d6112401a78e57.svg', '106', '107', '1', '1');
INSERT INTO `material_costume` VALUES ('299', '30', 'Frog', '390845c11df0924f3b627bafeb3f814e.svg', '48', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('300', '30', 'Frog 2-a', 'f2246c13e4540472c484119bc314d954.svg', '101', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('301', '30', 'Frog 2-b', 'd9f69469090784d8dd68d94c0fd78a50.svg', '101', '58', '1', '1');
INSERT INTO `material_costume` VALUES ('302', '30', 'Frog 2-c', '0717f446c991aac7df2fe4d6590354e7.svg', '96', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('303', '36', 'Fruit Platter', '6c3252378da3334f63eebddbed3fae91.png', '148', '78', '2', '1');
INSERT INTO `material_costume` VALUES ('304', '36', 'Fruitsalad', '2e6ef315101433b78e38719e8cc630c2.svg', '30', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('305', '32', 'Ghost-a', 'f522b08c5757569ad289d67bce290cd0.svg', '37', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('306', '32', 'Ghost-b', 'd1d89391f1d9c74557e504456d58a002.svg', '41', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('307', '32', 'Ghost-c', '634744e3f98bee53e9cb477a63aa9b21.svg', '61', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('308', '32', 'Ghost-d', '40ba3a0b5b3899a655fd8867229d4ee3.svg', '78', '69', '1', '1');
INSERT INTO `material_costume` VALUES ('309', '39', 'Gift-a', '0fdd104de718c5fc4a65da429468bdbd.svg', '33', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('310', '39', 'Gift-b', '6cbeda5d391c6d107f0b853222f344d9.svg', '33', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('311', '32', 'Giga Walk1', '3afad833094d8dff1c4ff79edcaa13d0.svg', '70', '107', '1', '1');
INSERT INTO `material_costume` VALUES ('312', '32', 'Giga Walk2', 'd27716e022fb5f747d7b09fe6eeeca06.svg', '71', '107', '1', '1');
INSERT INTO `material_costume` VALUES ('313', '32', 'Giga Walk3', 'db55131bf54f96e8986d9b30730e42ce.svg', '71', '107', '1', '1');
INSERT INTO `material_costume` VALUES ('314', '32', 'Giga-a', '92161a11e851ecda94cbbb985018fed6.svg', '72', '96', '1', '1');
INSERT INTO `material_costume` VALUES ('315', '32', 'Giga-b', 'bc706a7648342aaacac9050378b40c43.svg', '72', '96', '1', '1');
INSERT INTO `material_costume` VALUES ('316', '32', 'Giga-c', '337b338b2b10176221e638ac537854e6.svg', '73', '96', '1', '1');
INSERT INTO `material_costume` VALUES ('317', '32', 'Giga-d', 'db15886cfdcb5e2f4459e9074e3990a1.svg', '73', '96', '1', '1');
INSERT INTO `material_costume` VALUES ('318', '30', 'Giraffe-a', '43e89629fb9df7051eaf307c695424fc.svg', '87', '132', '1', '1');
INSERT INTO `material_costume` VALUES ('319', '30', 'Giraffe-b', 'ef1fca2ae13d49d9dd2c6cfc211a687c.svg', '82', '132', '1', '1');
INSERT INTO `material_costume` VALUES ('320', '30', 'Giraffe-c', 'cfd93a103479993aee4d680655e39d8d.svg', '86', '132', '1', '1');
INSERT INTO `material_costume` VALUES ('321', '36', 'Glass Water-a', 'cbf21cf1b057852f91135d27ebbf11ce.svg', '39', '48', '1', '1');
INSERT INTO `material_costume` VALUES ('322', '36', 'Glass Water-b', 'ca70c69ef1f797d353581a3f76116ae3.svg', '39', '48', '1', '1');
INSERT INTO `material_costume` VALUES ('323', '37', 'Glasses-a', '705035328ac53d5ce1aa5a1ed1c2d172.svg', '33', '13', '1', '1');
INSERT INTO `material_costume` VALUES ('324', '37', 'Glasses-b', 'f2a02d0e7431147b8a4a282e02a8e6a4.svg', '35', '14', '1', '1');
INSERT INTO `material_costume` VALUES ('325', '37', 'Glasses-c', '9e2f75d3a09f3f10d554ba8380c3ae52.svg', '34', '12', '1', '1');
INSERT INTO `material_costume` VALUES ('326', '37', 'Glasses-e', 'acd85b36e6b8d93ba4194ee2ea334207.svg', '39', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('327', '35', 'Goalie-a', 'a554f2a9b49a09ec67d1fd7ecfbcddcd.svg', '59', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('328', '35', 'Goalie-b', '59eedd0a23c3c983d386a0c125991c7f.svg', '59', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('329', '35', 'Goalie-c', 'f2e7ba53f3a28c4359cb0d3e3cb4001a.svg', '62', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('330', '35', 'Goalie-d', '63f2955298d59dd22dc7b7c6a9c521e2.svg', '63', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('331', '35', 'Goalie-e', 'eb096e2b4234f5f8ee1f2c44429eaa1a.svg', '59', '69', '1', '1');
INSERT INTO `material_costume` VALUES ('332', '32', 'Goblin-a', '3f08380f25062b8055a1800f5dad14bd.svg', '40', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('333', '32', 'Goblin-b', 'b8604b8039d6b633015aaf17d74d5d5b.svg', '40', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('334', '32', 'Goblin-c', '2add9ef4eaa25f8915406dcfd8bafc9f.svg', '40', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('335', '32', 'Goblin-d', 'afb9fe328adae617ee3375366fca02e7.svg', '40', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('336', '32', 'Gobo-a', 'f505a4e9eab5e40e2669a4462dba4c90.svg', '47', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('337', '32', 'Gobo-b', '5c0896569305ab177d87caa31aad2a72.svg', '47', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('338', '32', 'Gobo-c', '9d8021c216fb92cc708e1e96f3ed2b52.svg', '47', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('339', '30', 'Grasshopper-a', 'e7210a370837dd1e4ebc1a56a973b7f6.svg', '103', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('340', '30', 'Grasshopper-b', '529644c5ecdca63adafd87777e341ad7.svg', '114', '118', '1', '1');
INSERT INTO `material_costume` VALUES ('341', '30', 'Grasshopper-c', 'cf2ac769df444137b4c1eec472fa4b92.svg', '34', '170', '1', '1');
INSERT INTO `material_costume` VALUES ('342', '30', 'Grasshopper-d', 'a7c638b8aa86f2a758830f8c2b0e4cf5.svg', '70', '100', '1', '1');
INSERT INTO `material_costume` VALUES ('343', '30', 'Grasshopper-e', 'd4f3dfe69be6537e73544381408a820d.svg', '56', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('344', '30', 'Grasshopper-f', '93550d8abde130ad149904c4448f8b65.svg', '22', '54', '1', '1');
INSERT INTO `material_costume` VALUES ('345', '39', 'Green Flag', '2bbfd072183a67db5eddb923fe0726b3.svg', '70', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('346', '32', 'Griffin-a', 'a31166d45903206b52cb0f0a0cb687b5.svg', '127', '109', '1', '1');
INSERT INTO `material_costume` VALUES ('347', '32', 'Griffin-b', '102f6200c13bd60afa9538c712776fb0.svg', '127', '76', '1', '1');
INSERT INTO `material_costume` VALUES ('348', '32', 'Griffin-c', '157d3665cebcd41fa814b9217af99476.svg', '127', '109', '1', '1');
INSERT INTO `material_costume` VALUES ('349', '32', 'Griffin-d', 'b8c8745820a341afec08e77f4a254551.svg', '144', '69', '1', '1');
INSERT INTO `material_costume` VALUES ('350', '34', 'Guitar-a', '8704489dcf1a3ca93c5db40ebe5acd38.svg', '47', '83', '1', '1');
INSERT INTO `material_costume` VALUES ('351', '34', 'Guitar-b', 'e0423f4743f39456dade16fa1223d6b0.svg', '47', '83', '1', '1');
INSERT INTO `material_costume` VALUES ('352', '34', 'Guitar-electric1-a', '57c6d7dc148576cb2f36e53dea49260a.svg', '42', '85', '1', '1');
INSERT INTO `material_costume` VALUES ('353', '34', 'Guitar-electric1-b', '677aed0b1168caf4b3ec565b9104dbe0.svg', '42', '85', '1', '1');
INSERT INTO `material_costume` VALUES ('354', '34', 'Guitar-electric2-a', 'bb88e6a8a08a4034cc155b1137743ca1.svg', '38', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('355', '34', 'Guitar-electric2-b', '83db2d0e342257e534ccdf0ec17bf668.svg', '38', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('356', '31', 'Hannah-a', 'b983d99560313e38b4b3cd36cbd5f0d1.png', '138', '126', '2', '1');
INSERT INTO `material_costume` VALUES ('357', '31', 'Hannah-b', 'd0c3b4b24fbf1152de3ebb68f6b875ae.png', '48', '160', '2', '1');
INSERT INTO `material_costume` VALUES ('358', '31', 'Hannah-c', '5fdce07935156bbcf943793fa84e826c.png', '170', '130', '2', '1');
INSERT INTO `material_costume` VALUES ('359', '30', 'Hare-a', '7269593d83b6f9eae512997f541a7417.svg', '29', '50', '1', '1');
INSERT INTO `material_costume` VALUES ('360', '30', 'Hare-b', 'c8dbb4302dd489a201938c203018c2f0.svg', '57', '35', '1', '1');
INSERT INTO `material_costume` VALUES ('361', '30', 'Hare-c', '85a3b8c151e10576fa531a4293fdac00.svg', '40', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('362', '31', 'Harper-a', '3a0973a042ee16e816c568651316d5d4.svg', '54', '143', '1', '1');
INSERT INTO `material_costume` VALUES ('363', '31', 'Harper-b', 'e407fa0ed992393d12d0a108c11e2fa6.svg', '54', '134', '1', '1');
INSERT INTO `material_costume` VALUES ('364', '31', 'Harper-c', '98ce6e6bb99f8ba116f127fdf2e739fd.svg', '56', '138', '1', '1');
INSERT INTO `material_costume` VALUES ('365', '37', 'Hat-a', 'c632719725400c604fcadf0858ce2b2c.svg', '37', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('366', '37', 'Hat-b', '0aed53a86d92ec2283068000ac97a60b.svg', '39', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('367', '37', 'Hat-c', '13e382ae3f05a9a23e0b64ca23230438.svg', '40', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('368', '37', 'Hat-d', '6349e36da9897a2f89bdbf5c77dbdacb.svg', '45', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('369', '30', 'Hatchling-a', '55f7d457eb0af78cb309ca47497c490f.svg', '15', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('370', '30', 'Hatchling-b', '0e5c295a043d5e183a98046e4f734b72.svg', '16', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('371', '30', 'Hatchling-c', 'f27d557be70a9522fae4392bfd4f5249.svg', '38', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('372', '36', 'Heart Code', '288976865e8c5db717d859e915606d82.svg', '73', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('373', '39', 'Heart Face', '989770846f8cd1628b48bbe91d0a7d0d.svg', '59', '52', '1', '1');
INSERT INTO `material_costume` VALUES ('374', '36', 'Heart Love', '51248e76be2aa7a0f0ed77bc94af1b3a.svg', '73', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('375', '39', 'Heart Purple', 'e24731f5cf2759c2f289921bebb86ea2.svg', '66', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('376', '39', 'Heart Red', 'c77e640f6e023e7ce1e376da0f26e1eb.svg', '65', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('377', '36', 'Heart Smile', '5fa8c4693cf8cba8cdbcbed72f4f58aa.svg', '73', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('378', '36', 'Heart Sweet', '3ee430ba825f41ae9913453d4932fb8b.svg', '73', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('379', '30', 'Hedgehog-a', '3b0e1717859808cecf1a45e2a32dc201.svg', '71', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('380', '30', 'Hedgehog-b', '42bac40ca828133600e0a9f7ba019adb.svg', '71', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('381', '30', 'Hedgehog-c', '3251533232e7f44315512149c7f76214.svg', '71', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('382', '30', 'Hedgehog-d', '93c2d7a0abefaf26ee50d5038ac5bf61.svg', '71', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('383', '30', 'Hedgehog-e', '1fcbba4a2252e96c52d2d8aa8e593e51.svg', '61', '45', '1', '1');
INSERT INTO `material_costume` VALUES ('384', '30', 'Hen-a', 'b02a33e32313cc9a75781a6fafd07033.svg', '60', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('385', '30', 'Hen-b', 'd055896a473bb12f4ec67af1fdb9c652.svg', '63', '50', '1', '1');
INSERT INTO `material_costume` VALUES ('386', '30', 'Hen-c', 'c9a4570a2d0ae09b9feeeb5607e4b9c7.svg', '56', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('387', '30', 'Hen-d', '6c9e05f568862dbcea0a1652a210239b.svg', '51', '77', '1', '1');
INSERT INTO `material_costume` VALUES ('388', '30', 'Hippo1-a', '911901dc568b56c15fe81819bc2af653.svg', '69', '65', '1', '1');
INSERT INTO `material_costume` VALUES ('389', '30', 'Hippo1-b', '5764a2c650f225bc27cc0e6c5db401ea.svg', '69', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('390', '39', 'Home Button', '1ebdcb9f033fa6658259b52da376b7ac.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('391', '30', 'Horse-a', 'ad458251c5bf5b375870829f1762fa47.svg', '119', '83', '1', '1');
INSERT INTO `material_costume` VALUES ('392', '30', 'Horse-b', '0e0fa871bea01c2dfb70e9955dc098be.svg', '103', '97', '1', '1');
INSERT INTO `material_costume` VALUES ('393', '31', 'Jaime Walking-a', 'd6cc9814f7a6640e4c2b1a4276987dc5.png', '106', '172', '2', '1');
INSERT INTO `material_costume` VALUES ('394', '31', 'Jaime Walking-b', '7fb579a98d6db257f1b16109d3c4609a.png', '52', '176', '2', '1');
INSERT INTO `material_costume` VALUES ('395', '31', 'Jaime Walking-c', '5883bdefba451aaeac8d77c798d41eb0.png', '88', '170', '2', '1');
INSERT INTO `material_costume` VALUES ('396', '31', 'Jaime Walking-d', '4b9d2162e30dbb924840575ed35fddb0.png', '46', '174', '2', '1');
INSERT INTO `material_costume` VALUES ('397', '31', 'Jaime Walking-e', '63e56d28cc3e3d9b735e1f1d51248cc0.png', '84', '172', '2', '1');
INSERT INTO `material_costume` VALUES ('398', '31', 'Jaime-a', '3ddc912edef87ae29121f57294fa0cb5.png', '76', '154', '2', '1');
INSERT INTO `material_costume` VALUES ('399', '31', 'Jaime-b', '5a683f4536abca0f83a77bc341df4c9a.png', '68', '154', '2', '1');
INSERT INTO `material_costume` VALUES ('400', '35', 'Jamal-a', '3c8d5e688450ad1e6bf024a32c55bcda.svg', '55', '49', '1', '1');
INSERT INTO `material_costume` VALUES ('401', '35', 'Jamal-b', '2408318e743873c7254db1623441b9c5.svg', '75', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('402', '35', 'Jamal-c', '693748d763c8da4b119a5e4bee6a1768.svg', '54', '102', '1', '1');
INSERT INTO `material_costume` VALUES ('403', '35', 'Jamal-d', '92692e0c0f376797274392484ba74133.svg', '54', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('404', '36', 'Jar-a', '33b537168f3c2eb3dafeb739c22f38a6.svg', '20', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('405', '36', 'Jar-b', 'e0f5ac773987470ff2467e3e01b9ab23.svg', '20', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('406', '30', 'Jellyfish-a', '4e259b7c08f05145fc7800b33e4f356e.svg', '99', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('407', '30', 'Jellyfish-b', '5944a1e687fa31589517825b2144a17b.svg', '99', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('408', '30', 'Jellyfish-c', '00c99df84f8385038461d6c42a5465ab.svg', '99', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('409', '30', 'Jellyfish-d', '3158299771b3d34ed2c50a00fbab715e.svg', '99', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('410', '31', 'Jo Pop Down', 'a55fbb529c10f70bcb374aef8a63571b.png', '68', '74', '2', '1');
INSERT INTO `material_costume` VALUES ('411', '31', 'Jo Pop Front', '3d3ea804243800981acabc7caba10939.png', '70', '228', '2', '1');
INSERT INTO `material_costume` VALUES ('412', '31', 'Jo Pop L Arm', 'a9fbc01a4124d555da12630312e46197.png', '108', '258', '2', '1');
INSERT INTO `material_costume` VALUES ('413', '31', 'Jo Pop Left', 'ea812b4c2b2405aa2b73158023298f71.png', '196', '226', '2', '1');
INSERT INTO `material_costume` VALUES ('414', '31', 'Jo Pop R Arm', 'aabfedff0d11243386b6b0941e0f72e9.png', '108', '260', '2', '1');
INSERT INTO `material_costume` VALUES ('415', '31', 'Jo Pop Right', '01dd2f553c7262329ebaba2516e3a2b1.png', '66', '242', '2', '1');
INSERT INTO `material_costume` VALUES ('416', '31', 'Jo Pop Stand', '75ee2383fd83992b401c8a0730521d94.png', '78', '262', '2', '1');
INSERT INTO `material_costume` VALUES ('417', '31', 'Jo Stance', '6f68790ee3eb9bdccf8749305186b0dd.png', '94', '240', '2', '1');
INSERT INTO `material_costume` VALUES ('418', '31', 'Jo Top L Cross', '2e2a6534d33883fdd2f8471a1adbebb7.png', '84', '268', '2', '1');
INSERT INTO `material_costume` VALUES ('419', '31', 'Jo Top L Leg', 'a12f40b18067bb31746f9cf461de88aa.png', '208', '268', '2', '1');
INSERT INTO `material_costume` VALUES ('420', '31', 'Jo Top R Cross', 'c2d5519e8a0f2214ff757117038c28dc.png', '144', '270', '2', '1');
INSERT INTO `material_costume` VALUES ('421', '31', 'Jo Top R Leg', 'efaa8eb6c8cf7dc35d4d37d546ebd333.png', '218', '262', '2', '1');
INSERT INTO `material_costume` VALUES ('422', '31', 'Jo Top Stand', '0ed4a09c41871d150c51119c1bceded2.png', '68', '260', '2', '1');
INSERT INTO `material_costume` VALUES ('423', '35', 'Jordyn-a', 'db4d97cbf24e2b8af665bfbf06f67fa0.svg', '51', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('424', '35', 'Jordyn-b', 'a7cc1e5f02b58ecc8095cfc18eef0289.svg', '51', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('425', '35', 'Jordyn-c', '768c4601174f0dfcb96b3080ccc3a192.svg', '68', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('426', '35', 'Jordyn-d', '00c8c464c19460df693f8d5ae69afdab.svg', '40', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('427', '31', 'Kai-a', '6e007fde15e49c66ee7996561f80b452.png', '68', '160', '2', '1');
INSERT INTO `material_costume` VALUES ('428', '31', 'Kai-b', 'c1e1149f6d7e308e3e4eba14ccc8a751.png', '82', '158', '2', '1');
INSERT INTO `material_costume` VALUES ('429', '32', 'Key', '680d3e4dce002f922b32447fcf29743d.svg', '42', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('430', '34', 'Keyboard-a', '0ad880b5e829578832c8927b3f6ef7f8.svg', '72', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('431', '34', 'Keyboard-b', '6efd23c91dab070526feacdf72e2d3da.svg', '72', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('432', '31', 'Kia-a', 'e56e480c994572323d88355b8733e1a3.svg', '38', '133', '1', '1');
INSERT INTO `material_costume` VALUES ('433', '31', 'Kia-b', 'b3d0a248adbc26b0d0826e042a81670a.svg', '33', '133', '1', '1');
INSERT INTO `material_costume` VALUES ('434', '31', 'Kia-c', 'db6cd6b145bb6d8dc299475af7423d6e.svg', '55', '133', '1', '1');
INSERT INTO `material_costume` VALUES ('435', '31', 'Kiran-a', '7c0bedab5404830a5147cc4a2d46e997.svg', '67', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('436', '31', 'Kiran-b', 'b0566e0eed7b5216b92d61468d21ecee.svg', '67', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('437', '31', 'Kiran-c', '78bd6de23d4929aef678ddf0f3f5c276.svg', '67', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('438', '31', 'Kiran-d', '2928e9fbd5ca08e326192b3a41bea691.svg', '67', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('439', '31', 'Kiran-e', '7912b6f378bd781f62683e003c574dbe.svg', '77', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('440', '31', 'Kiran-f', '7f0bc123819fc2666321b6cd38069bdb.svg', '62', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('441', '31', 'Knight', '188325c56b79ff3cd58497c970ba87a6.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('442', '30', 'Ladybug2', '169c0efa8c094fdedddf8c19c36f0229.svg', '41', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('443', '30', 'Ladybug2-a', '457200f8dec8fea00d22473e9bd9175e.svg', '49', '28', '1', '1');
INSERT INTO `material_costume` VALUES ('444', '30', 'Ladybug2-b', '3f48228829b77fc47d6d89b5729b2957.svg', '49', '28', '1', '1');
INSERT INTO `material_costume` VALUES ('445', '39', 'Laptop', 'cd2d1f72275e676df5f82be74ae91dfa.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('446', '31', 'Lb Pop Down', '563f86443cb102b9241cebb62eb2d81a.png', '56', '90', '2', '1');
INSERT INTO `material_costume` VALUES ('447', '31', 'Lb Pop Front', 'cdd52259075b75628001672d375e4985.png', '66', '272', '2', '1');
INSERT INTO `material_costume` VALUES ('448', '31', 'Lb Pop L Arm', 'b508808c087adb55ce156f5cfbdac61b.png', '100', '262', '2', '1');
INSERT INTO `material_costume` VALUES ('449', '31', 'Lb Pop Left', '525285312925e1e6b4e237a119b61305.png', '198', '266', '2', '1');
INSERT INTO `material_costume` VALUES ('450', '31', 'Lb Pop R Arm', '0725440743391e7c622bb5df6a94e1d4.png', '78', '258', '2', '1');
INSERT INTO `material_costume` VALUES ('451', '31', 'Lb Pop Right', '0a2461b3b9a4b8603e75565d78b1d4d7.png', '76', '264', '2', '1');
INSERT INTO `material_costume` VALUES ('452', '31', 'Lb Pop Stand', '5f176ef763be18f7c342dc2e2de7bf16.png', '66', '268', '2', '1');
INSERT INTO `material_costume` VALUES ('453', '31', 'Lb Stance', '71dde8c43985815bffb5a5ed5632af58.png', '54', '244', '2', '1');
INSERT INTO `material_costume` VALUES ('454', '31', 'Lb Top L Cross', '645d6e2674452009df7a9a844a604791.png', '148', '258', '2', '1');
INSERT INTO `material_costume` VALUES ('455', '31', 'Lb Top L Leg', '63d099e94aa8a973dcfa4c5d8b4a3e7a.png', '234', '286', '2', '1');
INSERT INTO `material_costume` VALUES ('456', '31', 'Lb Top R Cross', '4423159d81378ada5ffd7f053d7ef471.png', '174', '256', '2', '1');
INSERT INTO `material_costume` VALUES ('457', '31', 'Lb Top R Leg', '79ca528d13ffb557a236f0a35a0eb486.png', '244', '250', '2', '1');
INSERT INTO `material_costume` VALUES ('458', '31', 'Lb Top Stand', 'e68d899e178309ff3eae3e1de8a8ec28.png', '70', '248', '2', '1');
INSERT INTO `material_costume` VALUES ('459', '39', 'Lightning', '0ddd3a05a330925bcd2d048908ed40b8.svg', '21', '83', '1', '1');
INSERT INTO `material_costume` VALUES ('460', '39', 'Line', 'e85305b47cfd92d971704dcb7ad6e17b.svg', '239', '7', '1', '1');
INSERT INTO `material_costume` VALUES ('461', '30', 'Lion-a', 'e88e83c8b3ca80c54540b5f0c5a0cc03.svg', '95', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('462', '30', 'Lion-b', 'f0d9ab3d82bbade6e279dc1c81e2e6db.svg', '94', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('463', '30', 'Lion-c', '91c64c5361d906fd36d5813ae27b85a8.svg', '95', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('464', '30', 'Llama', 'c97824f20a45adfa3ff362f82247a025.svg', '72', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('465', '30', 'Llama-b', '1f3aaeb598e121ad817143800d8c4a32.svg', '92', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('466', '30', 'Llama-c', 'ac80d75745315f052f7f7b4e62e4a850.svg', '73', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('467', '31', 'Luca-a', '90fa2ad340edc6e6ba963710feef940e.svg', '44', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('468', '31', 'Luca-b', '18dfad514602a4907502c7c84861b24e.svg', '41', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('469', '31', 'Luca-c', '963cb82687acaf5de53a22b287192723.svg', '50', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('470', '32', 'Magicwand', '89aa5332042d7bbf8368293a4efeafa4.svg', '41', '18', '1', '1');
INSERT INTO `material_costume` VALUES ('471', '31', 'Marian-a', 'e9577a1eb098905dd386135bb38c0398.png', '109', '226', '2', '1');
INSERT INTO `material_costume` VALUES ('472', '31', 'Marian-b', '3d2ecee35eab8c37d1c3eadfe50ce447.png', '109', '226', '2', '1');
INSERT INTO `material_costume` VALUES ('473', '31', 'Marian-c', '221e9999b20ecc21b37c68fcdf09ab02.png', '71', '226', '2', '1');
INSERT INTO `material_costume` VALUES ('474', '31', 'Marian-d', '64206b46c411e40926569cf3f5e587be.png', '139', '219', '2', '1');
INSERT INTO `material_costume` VALUES ('475', '31', 'Marian-e', '16893c6136292ae36e13dc72cc55719b.png', '70', '212', '2', '1');
INSERT INTO `material_costume` VALUES ('476', '35', 'Max-a', '5180649cfd62831c52f8994ce644d6ac.svg', '70', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('477', '35', 'Max-b', '9669ce16eb6c6df6f26686598a59711d.svg', '71', '64', '1', '1');
INSERT INTO `material_costume` VALUES ('478', '35', 'Max-c', '7b3d1324382032f87384ef2c8c618156.svg', '46', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('479', '35', 'Max-d', '6b91183a4ad162e4950d95828a85144d.svg', '37', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('480', '32', 'Mermaid-a', '88a3b6b2f0b3ffa25cab97bc619f8386.svg', '92', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('481', '32', 'Mermaid-b', 'f903049308e2171178d889f5c4a7d466.svg', '92', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('482', '32', 'Mermaid-c', '2a6274017350fab67ebec9157420ae96.svg', '150', '115', '1', '1');
INSERT INTO `material_costume` VALUES ('483', '32', 'Mermaid-d', '65419296861b1c7ee59075af0f949d67.svg', '150', '115', '1', '1');
INSERT INTO `material_costume` VALUES ('484', '34', 'Microphone-a', 'd4d80e94e2cc759b8ca1d7b58f2a9052.svg', '40', '88', '1', '1');
INSERT INTO `material_costume` VALUES ('485', '34', 'Microphone-b', 'c96578ffb9e314fee097862d69fde0af.svg', '40', '88', '1', '1');
INSERT INTO `material_costume` VALUES ('486', '36', 'Milk-a', 'aa5f1501805aa68d3ad74623f59e6135.svg', '32', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('487', '36', 'Milk-b', '0f683f65c737bbcbb916df0895d8436e.svg', '42', '64', '1', '1');
INSERT INTO `material_costume` VALUES ('488', '36', 'Milk-c', '1fa49d62f8028a375470e7bac451e666.svg', '47', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('489', '36', 'Milk-d', '4d3eabd3ef848b61c3120d796c274733.svg', '45', '64', '1', '1');
INSERT INTO `material_costume` VALUES ('490', '36', 'Milk-e', '6ec300ae45758eff12e9d47cf4f0d2a0.svg', '35', '45', '1', '1');
INSERT INTO `material_costume` VALUES ('491', '31', 'Monet-a', '4c6b016c55c4348b6dce29ba99e7ede4.svg', '64', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('492', '31', 'Monet-b', '137bbc522701a96908667d1b1730d041.svg', '64', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('493', '31', 'Monet-c', '138e6591f3317222521963ef3ce9a057.svg', '64', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('494', '31', 'Monet-d', '740276a8aa9ddd12dd4b30f369975d66.svg', '82', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('495', '31', 'Monet-e', '5b67cb843dcc9dabdc580b9e35e95659.svg', '65', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('496', '30', 'Monkey-a', '254926ee81bfa82f2db7009a80635061.svg', '68', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('497', '30', 'Monkey-b', 'de0405b0576ade1282bdfcd198922baa.svg', '68', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('498', '30', 'Monkey-c', 'ec6d62f0ff64bb5440ffdc662b6e46fa.svg', '68', '99', '1', '1');
INSERT INTO `material_costume` VALUES ('499', '39', 'Motorcycle-a', 'b73447c2577b8f77b5e2eb1da6d6445a.svg', '51', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('500', '39', 'Motorcycle-b', '6e960b3c6a60ebe192e36b235c50ae03.svg', '51', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('501', '39', 'Motorcycle-c', 'a70bdd403ace1f1ece2f2af0fbc3c720.svg', '51', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('502', '39', 'Motorcycle-d', 'c6f8179ff3e8f8ab08b01d50343eefc4.svg', '51', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('503', '30', 'Mouse1-a', 'c5f76b65e30075c12d49ea8a8f7d6bad.svg', '50', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('504', '30', 'Mouse1-b', '8a7da35c473972f88896ca73b7df2188.svg', '65', '21', '1', '1');
INSERT INTO `material_costume` VALUES ('505', '36', 'Muffin-a', 'afa34381db44e699d61f774911aab448.svg', '85', '48', '1', '1');
INSERT INTO `material_costume` VALUES ('506', '36', 'Muffin-b', 'bd0581902cd6cc13888520776bf1620c.svg', '85', '48', '1', '1');
INSERT INTO `material_costume` VALUES ('507', '32', 'Nano-a', 'a62e560863c0e49b12e5d57e13d084f1.svg', '61', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('508', '32', 'Nano-b', 'd12aead3e3c2917e7eba8b2b90a7afd2.svg', '61', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('509', '32', 'Nano-c', '8f2f4a70e87262ef478ce60567b6208a.svg', '61', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('510', '32', 'Nano-d', 'a4e2034751fa650fd5fd69432c110104.svg', '61', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('511', '30', 'Neigh Pony', '592816f56409d582603c485cbefcbbb8.svg', '74', '78', '1', '1');
INSERT INTO `material_costume` VALUES ('512', '31', 'Noor-a', '4cf233c6540e434aded60608ba316ce3.svg', '38', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('513', '31', 'Noor-b', '975585ca9461f0730a285fc96df73425.svg', '41', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('514', '31', 'Noor-c', 'c1792bbd5970034b4595ff7e742d6e47.svg', '50', '130', '1', '1');
INSERT INTO `material_costume` VALUES ('515', '30', 'Octopus-a', 'e22d9b633feffc1d026980a1f21e07d7.svg', '88', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('516', '30', 'Octopus-b', '9b5a2cd287229bf36ffcc176ed72cc0c.svg', '88', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('517', '30', 'Octopus-c', '7d33a531087188b29deae879f23f76bc.svg', '88', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('518', '30', 'Octopus-d', 'f582f162c4438d82c9e2a0a87a3e02ce.svg', '88', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('519', '30', 'Octopus-e', '5d6e17d6260134d0402ba487a419d7c3.svg', '88', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('520', '36', 'Orange', 'd0a55aae1decb57152b454c9a5226757.svg', '19', '18', '1', '1');
INSERT INTO `material_costume` VALUES ('521', '36', 'Orange2-a', '27286ca08451bc512e1d611965dad061.svg', '49', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('522', '36', 'Orange2-b', 'b823f73a31e61fd362574e2c24dfc0c2.svg', '49', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('523', '31', 'Outfielder-a', '10578b06f97b9fdc34f622e9e682c144.svg', '42', '78', '1', '1');
INSERT INTO `material_costume` VALUES ('524', '31', 'Outfielder-b', 'd0a8837867d39444a824b734d4cd5554.svg', '42', '74', '1', '1');
INSERT INTO `material_costume` VALUES ('525', '31', 'Outfielder-c', '9f31c772f88a5f32fe857d57b3bcb04c.svg', '67', '97', '1', '1');
INSERT INTO `material_costume` VALUES ('526', '31', 'Outfielder-d', '175ddc7ed99cc5b72909098046d8f558.svg', '130', '114', '1', '1');
INSERT INTO `material_costume` VALUES ('527', '30', 'Owl-a', 'a518f70b65ec489e709795209b43207a.svg', '24', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('528', '30', 'Owl-b', '236bb6b33e7db00834bcea89b03b8a5e.svg', '44', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('529', '30', 'Owl-c', '806139207066cb5eaef727d54c1bb4ec.svg', '109', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('530', '39', 'Paddle', '15864fac7d38bb94c1ec3a199de96c26.svg', '44', '7', '1', '1');
INSERT INTO `material_costume` VALUES ('531', '30', 'Panther-a', '0e7c244f54b27058f8b17d9e0d3cee12.svg', '125', '81', '1', '1');
INSERT INTO `material_costume` VALUES ('532', '30', 'Panther-b', '4a762fd04901407544d8858adac2b3fa.svg', '125', '81', '1', '1');
INSERT INTO `material_costume` VALUES ('533', '30', 'Panther-c', 'a7aee991f51636574625c1300f035bdd.svg', '125', '81', '1', '1');
INSERT INTO `material_costume` VALUES ('534', '37', 'Pants-a', 'ef8b1576f183222a4c2d373a7bc194cc.svg', '34', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('535', '37', 'Pants-b', 'ac9c7259873e472c2c1a99339c694f16.svg', '35', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('536', '30', 'Parrot-a', '082f371c206f07d20e53595a9c69cc22.svg', '86', '106', '1', '1');
INSERT INTO `material_costume` VALUES ('537', '30', 'Parrot-b', '036fad20b674197358f8c0b2dc64e17e.svg', '49', '31', '1', '1');
INSERT INTO `material_costume` VALUES ('538', '37', 'Party Hat-a', '1d14be44e4aa99a471115cd874204690.svg', '24', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('539', '37', 'Party Hat-b', '8b43413906cf1ba1343580d3ca062048.svg', '40', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('540', '37', 'Party Hat-e', 'abefb98344ece228afeb462f46d6b750.svg', '52', '44', '1', '1');
INSERT INTO `material_costume` VALUES ('541', '39', 'Pencil-a', 'b3d6eae85f285dd618bf9dcf609b9454.svg', '49', '54', '1', '1');
INSERT INTO `material_costume` VALUES ('542', '39', 'Pencil-b', 'f017876452a24d118fc0b1753caefad9.svg', '48', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('543', '30', 'Penguin-a', 'dad5b0d82cb6e053d1ded2ef537a9453.svg', '36', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('544', '30', 'Penguin-b', 'c434b674f2da18ba13cdfe51dbc05ecc.svg', '26', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('545', '30', 'Penguin-c', '6d11aedea7f316215aaa0d08617f4c31.svg', '35', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('546', '30', 'Penguin2-a', '428772307d90f4b347d6cc3c0d8e76ef.svg', '54', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('547', '30', 'Penguin2-b', 'd485f5620d2dde69a6aa1cda7c897d12.svg', '54', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('548', '30', 'Penguin2-c', '280d2aa13f0c6774cc8828dc177aaf60.svg', '48', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('549', '30', 'Penguin2-d', '780467f3d173dcb37fd65834841babc6.svg', '48', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('550', '32', 'Pico Walk1', 'c8f58f31cabf4acabb3f828730061276.svg', '54', '71', '1', '1');
INSERT INTO `material_costume` VALUES ('551', '32', 'Pico Walk2', '52a60eccb624530fd3a24fc41fbad6e5.svg', '54', '71', '1', '1');
INSERT INTO `material_costume` VALUES ('552', '32', 'Pico Walk3', '702bd644d01ea8eda2ea122daeea7d74.svg', '54', '70', '1', '1');
INSERT INTO `material_costume` VALUES ('553', '32', 'Pico Walk4', '22fb16ae7cc18187a7adaf2852f07884.svg', '54', '70', '1', '1');
INSERT INTO `material_costume` VALUES ('554', '32', 'Pico-a', 'e7ce31db37f7abd2901499db2e9ad83a.svg', '55', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('555', '32', 'Pico-b', 'a7597b1f0c13455d335a3d4fe77da528.svg', '55', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('556', '32', 'Pico-c', 'bcc0e8a5dda3a813608902b887c87bb4.svg', '55', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('557', '32', 'Pico-d', 'd6dfa2efe58939af4c85755feb3c0375.svg', '55', '66', '1', '1');
INSERT INTO `material_costume` VALUES ('558', '31', 'Pitcher-a', 'bceae719ba1ec230afec56f14a1e4d52.svg', '42', '74', '1', '1');
INSERT INTO `material_costume` VALUES ('559', '31', 'Pitcher-b', '049132404cb2cb157830aaf18aee6a24.svg', '75', '97', '1', '1');
INSERT INTO `material_costume` VALUES ('560', '31', 'Pitcher-c', 'fc955dec7f1e97f1ddd9f8245a80907e.svg', '69', '98', '1', '1');
INSERT INTO `material_costume` VALUES ('561', '31', 'Pitcher-d', 'ae8aa57ce6e5729d30d8b785bec97774.svg', '84', '57', '1', '1');
INSERT INTO `material_costume` VALUES ('562', '39', 'Planet2', '50cde8a4a737da0eba1ab73eb263f836.svg', '72', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('563', '30', 'Polar Bear-a', 'd050a3394b61ade080f7963c40192e7d.svg', '104', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('564', '30', 'Polar Bear-b', '11d00a06abd2c882672464f4867e90b6.svg', '87', '47', '1', '1');
INSERT INTO `material_costume` VALUES ('565', '30', 'Polar Bear-c', '5d7cd81aad80100368b8b77bf09ad576.svg', '104', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('566', '32', 'Potion-a', 'd922ffdfe38fd30fd8787810c6bce318.svg', '15', '21', '1', '1');
INSERT INTO `material_costume` VALUES ('567', '32', 'Potion-b', '0eceab4561534dde827bf68233f47441.svg', '15', '28', '1', '1');
INSERT INTO `material_costume` VALUES ('568', '32', 'Potion-c', 'f8500e9530bf1136c6386f2a329519dd.svg', '15', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('569', '31', 'Prince', 'ada9c5ce11245c467c780bceb665c42d.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('570', '32', 'Princess-a', 'e59f55c86ea557bdbd88302012ce8db5.svg', '75', '150', '1', '1');
INSERT INTO `material_costume` VALUES ('571', '32', 'Princess-b', 'ba37f578cc6cabce6fe4d2864c9eb96f.svg', '75', '150', '1', '1');
INSERT INTO `material_costume` VALUES ('572', '32', 'Princess-c', '39157d5d3280ab0b273260170d5436c2.svg', '75', '150', '1', '1');
INSERT INTO `material_costume` VALUES ('573', '32', 'Princess-d', '23330150c0a09180083b597cbfeca99a.svg', '75', '150', '1', '1');
INSERT INTO `material_costume` VALUES ('574', '32', 'Princess-e', '0721f5238a2bcde49d05f72ca9d21d9b.svg', '75', '150', '1', '1');
INSERT INTO `material_costume` VALUES ('575', '30', 'Pufferfish-a', 'b8aa1bd46eacc054c695b89167c3ad28.svg', '69', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('576', '30', 'Pufferfish-b', '1b4f39763c9848cc840522b95cc6d8ae.svg', '69', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('577', '30', 'Pufferfish-c', '2266c6bb2c3a8fb80783518a08852b4a.svg', '69', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('578', '30', 'Pufferfish-d', 'e73e71718306f6c7085305dba142c315.svg', '69', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('579', '30', 'Puppy Back', '05630bfa94501a3e5d61ce443a0cea70.png', '234', '94', '2', '1');
INSERT INTO `material_costume` VALUES ('580', '30', 'Puppy Right', '2768d9e44a0aab055856d301bbc2b04e.png', '107', '103', '2', '1');
INSERT INTO `material_costume` VALUES ('581', '30', 'Puppy Side', 'c4aeb5c39b39ef57a3f18ace54cf7db1.png', '104', '114', '2', '1');
INSERT INTO `material_costume` VALUES ('582', '30', 'Puppy Sit', 'c7817052ed9e78057f877d0d56b5c6a6.png', '87', '112', '2', '1');
INSERT INTO `material_costume` VALUES ('583', '30', 'Rabbit-a', '970f886bfa454e1daa6d6c30ef49a972.svg', '84', '84', '1', '1');
INSERT INTO `material_costume` VALUES ('584', '30', 'Rabbit-b', '1ca3f829a2c9f7fa4d1df295fe5f787c.svg', '84', '84', '1', '1');
INSERT INTO `material_costume` VALUES ('585', '30', 'Rabbit-c', '49169d752f20d27fb71022b16044d759.svg', '84', '84', '1', '1');
INSERT INTO `material_costume` VALUES ('586', '30', 'Rabbit-d', '90677c6f16380ef077d6115f6a6371ff.svg', '84', '84', '1', '1');
INSERT INTO `material_costume` VALUES ('587', '30', 'Rabbit-e', '137976ec71439e2f986caeaa70e4c932.svg', '84', '84', '1', '1');
INSERT INTO `material_costume` VALUES ('588', '34', 'Radio-a', '828f0762d028605f6fe52f9287555b74.svg', '52', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('589', '34', 'Radio-b', 'e96676f038fc523b40392dc1676552dc.svg', '51', '84', '1', '1');
INSERT INTO `material_costume` VALUES ('590', '39', 'Rainbow', '033979eba12e4572b2520bd93a87583e.svg', '72', '36', '1', '1');
INSERT INTO `material_costume` VALUES ('591', '35', 'Referee-a', '46dde2baba61a7e48463ae8e58441470.svg', '44', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('592', '35', 'Referee-b', '7eeca5313c2e7d455482badff3079f64.svg', '44', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('593', '35', 'Referee-c', '5948c4160089fcc0975a867221ff2256.svg', '55', '62', '1', '1');
INSERT INTO `material_costume` VALUES ('594', '35', 'Referee-d', '1cd641a48499db84636d983916b62a83.svg', '50', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('595', '30', 'Reindeer', '60993a025167e7886736109dca5d55e2.svg', '39', '70', '1', '1');
INSERT INTO `material_costume` VALUES ('596', '31', 'Retro Robot A', '35070c1078c4eec153ea2769516c922c.svg', '55', '85', '1', '1');
INSERT INTO `material_costume` VALUES ('597', '31', 'Retro Robot B', 'd139f89665962dcaab4cb2b246359ba1.svg', '50', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('598', '31', 'Retro Robot C', '53398a713b144ecda6ec32fb4a8d28e1.svg', '70', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('599', '31', 'Ripley-a', 'e751d0a781694897f75046eb2810e9a5.svg', '57', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('600', '31', 'Ripley-b', '3ab169f52ea3783270d28ef035a5a7c5.svg', '57', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('601', '31', 'Ripley-c', '043373c51689f3df8bf50eb12c4e3d39.svg', '57', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('602', '31', 'Ripley-d', '8e173178d886d1cb272877e8923d651b.svg', '85', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('603', '31', 'Ripley-e', 'f798adaf44e8891c5e2f1b2a82a613b2.svg', '56', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('604', '31', 'Ripley-f', '90feaffe3d0c4d31287d57bd1bc64afa.svg', '58', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('605', '31', 'Robot-a', '89679608327ad572b93225d06fe9edda.svg', '58', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('606', '31', 'Robot-b', '36d1098b880dbe47e58d93e7b2842381.svg', '55', '96', '1', '1');
INSERT INTO `material_costume` VALUES ('607', '31', 'Robot-c', '4f5441207afc9bc075b0b404dbba8b59.svg', '62', '96', '1', '1');
INSERT INTO `material_costume` VALUES ('608', '31', 'Robot-d', '10060b3b58c77345cfe92288a46e5c20.svg', '59', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('609', '39', 'Rocketship-a', '525c06ceb3a351244bcd810c9ba951c7.svg', '63', '92', '1', '1');
INSERT INTO `material_costume` VALUES ('610', '39', 'Rocketship-b', '10f83786e5ee34f40ee43b49bba89ee2.svg', '54', '92', '1', '1');
INSERT INTO `material_costume` VALUES ('611', '39', 'Rocketship-c', 'a6ff2f1344a18cc0a4bcc945e00afaf4.svg', '58', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('612', '39', 'Rocketship-d', '5682c68af2cc8aea791f0373e9ed03d8.svg', '65', '91', '1', '1');
INSERT INTO `material_costume` VALUES ('613', '39', 'Rocketship-e', '49ee475c516a444d8a512724063b8b98.svg', '57', '85', '1', '1');
INSERT INTO `material_costume` VALUES ('614', '39', 'Rocks', '55426ccbb5c49b1526e53586943f3ec3.svg', '59', '15', '1', '1');
INSERT INTO `material_costume` VALUES ('615', '30', 'Rooster-a', '0ae345deb1c81ec7f4f4644c26ac85fa.svg', '59', '70', '1', '1');
INSERT INTO `material_costume` VALUES ('616', '30', 'Rooster-b', 'bd5f701c99aa6512bac7b87c51e7cd46.svg', '58', '70', '1', '1');
INSERT INTO `material_costume` VALUES ('617', '30', 'Rooster-c', '6490360bd5d6efd2b646fb24c19df6b1.svg', '54', '72', '1', '1');
INSERT INTO `material_costume` VALUES ('618', '31', 'Ruby-a', 'c30210e8f719c3a4d2c7cc6917a39300.png', '54', '172', '2', '1');
INSERT INTO `material_costume` VALUES ('619', '31', 'Ruby-b', 'fc15fdbcc535473f6140cab28197f3be.png', '76', '142', '2', '1');
INSERT INTO `material_costume` VALUES ('620', '39', 'Sailboat', 'ca241a938a2c44a0de6b91230012ff39.png', '224', '182', '2', '1');
INSERT INTO `material_costume` VALUES ('621', '31', 'Sam', '8208e99159b36c957fb9fbc187e51bc7.png', '117', '159', '2', '1');
INSERT INTO `material_costume` VALUES ('622', '31', 'Sasha-a', 'e26bf53469cafd730ca150e745ceeafc.svg', '48', '132', '1', '1');
INSERT INTO `material_costume` VALUES ('623', '31', 'Sasha-b', 'a0b8890ce458aebed5e7002e1897508e.svg', '40', '132', '1', '1');
INSERT INTO `material_costume` VALUES ('624', '31', 'Sasha-c', '89bb25e1465eb9481d267e4f9df592af.svg', '56', '131', '1', '1');
INSERT INTO `material_costume` VALUES ('625', '34', 'Saxophone-a', '4414c51bdd03f60f40a1210e1d55cf57.svg', '47', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('626', '34', 'Saxophone-b', '459a64bebb7a788395c70e5369ab4746.svg', '47', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('627', '37', 'Scarf-a', '213db212d5d0c602f85cb248719ce785.svg', '54', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('628', '37', 'Scarf-b', '05b06ab8d2c6e2110896d70bb60a9fd7.svg', '54', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('629', '39', 'Scarf-c', '4a85e4e6232f12abf9802bec4aa419b3.svg', '30', '44', '1', '1');
INSERT INTO `material_costume` VALUES ('630', '30', 'Shark-a', '6c8008ae677ec51af8da5023fa2cd521.svg', '150', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('631', '30', 'Shark-b', 'b769db8fcbbf2609f0552db62ec1f94a.svg', '150', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('632', '30', 'Shark2-a', '8a8d551e951087050cfa88fc64f9b4db.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('633', '30', 'Shark2-b', '6182a0628eadf2d16624864bea964432.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('634', '30', 'Shark2-c', '7f4440b268358417aa79ccef06877c57.svg', '77', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('635', '37', 'Shirt-a', '43e916bbe0ba7cecd08407d25ac3d104.svg', '46', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('636', '37', 'Shoes-a', 'f89f1656251248f1591aa67ae946c047.svg', '40', '13', '1', '1');
INSERT INTO `material_costume` VALUES ('637', '37', 'Shoes-b', '71b5a444d482455e9956cfd52d20526a.svg', '40', '31', '1', '1');
INSERT INTO `material_costume` VALUES ('638', '37', 'Shoes-c', '724d9a8984279949ce452fc9b2e437a6.svg', '45', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('639', '37', 'Shoes-d', '1e813a1618f38212a6febaa7e6b8d712.svg', '44', '32', '1', '1');
INSERT INTO `material_costume` VALUES ('640', '37', 'Shorts-a', 'ea78ad682811f9c42731ec648ec7af3c.svg', '35', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('641', '37', 'Shorts-b', 'd5fc56b7247f079e5821d74d3e91e7a6.svg', '43', '36', '1', '1');
INSERT INTO `material_costume` VALUES ('642', '37', 'Shorts-c', '4d5f7a13ed20dc4f8fd194a7eb3f625f.svg', '35', '29', '1', '1');
INSERT INTO `material_costume` VALUES ('643', '31', 'Singer1', 'd6ff94dc7e24200c28015ee5d6373140.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('644', '32', 'Skeleton-a', 'c4d755c672a0826caa7b6fb767cc3f9b.svg', '59', '100', '1', '1');
INSERT INTO `material_costume` VALUES ('645', '32', 'Skeleton-b', 'f4a00b2bd214b1d8412a2e89b2030354.svg', '69', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('646', '32', 'Skeleton-d', '67108e6b1d0f41aba2f94f81114ebf59.svg', '51', '100', '1', '1');
INSERT INTO `material_costume` VALUES ('647', '32', 'Skeleton-e', '3cfff37072a4138b977ba406c290b419.svg', '55', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('648', '30', 'Snake-a', 'f0e6ebdbdc8571b42f8a48cc2aed3042.svg', '142', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('649', '30', 'Snake-b', '42519e0ee19d75def88a514d3c49ce37.svg', '142', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('650', '30', 'Snake-c', 'a0acb49efdf60b20cea0833eeedd44a1.svg', '142', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('651', '39', 'Snowflake', '083735cc9cd0e6d8c3dbab5ab9ee5407.svg', '104', '103', '1', '1');
INSERT INTO `material_costume` VALUES ('652', '32', 'Snowman', '0f109df620f935b94cb154101e6586d4.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('653', '35', 'Soccer Ball', '5d973d7a3a8be3f3bd6e1cd0f73c32b5.svg', '23', '22', '1', '1');
INSERT INTO `material_costume` VALUES ('654', '34', 'Speaker', '697f6becae5321f77990636564ef0c97.svg', '53', '79', '1', '1');
INSERT INTO `material_costume` VALUES ('655', '30', 'Squirrel', 'b86efb7f23387300cf9037a61f328ab9.png', '158', '146', '2', '1');
INSERT INTO `material_costume` VALUES ('656', '39', 'Star', '551629f2a64c1f3703e57aaa133effa6.svg', '22', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('657', '30', 'Starfish-a', '69dca6e42d45d3fef89f81de40b11bef.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('658', '30', 'Starfish-b', 'be2ca55a5688670302e7c3f79d5040d1.svg', '53', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('659', '39', 'Stop', '1e2c3987e4cdb1f317b1773662719b13.svg', '25', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('660', '36', 'Strawberry-a', '2fa57942dc7ded7eddc4d41554768d67.svg', '31', '47', '1', '1');
INSERT INTO `material_costume` VALUES ('661', '36', 'Strawberry-b', '662279c12965d2913a060a55aebec496.svg', '43', '47', '1', '1');
INSERT INTO `material_costume` VALUES ('662', '36', 'Strawberry-c', '10ed1486ff4bab3eebb3b8ae55d81ccd.svg', '43', '47', '1', '1');
INSERT INTO `material_costume` VALUES ('663', '36', 'Strawberry-d', 'aa4eae20c750900e4f63e6ede4083d81.svg', '41', '47', '1', '1');
INSERT INTO `material_costume` VALUES ('664', '36', 'Strawberry-e', 'f5008785e74590689afca4b578d108a4.svg', '32', '36', '1', '1');
INSERT INTO `material_costume` VALUES ('665', '39', 'Sun', '406808d86aff20a15d592b308e166a32.svg', '54', '54', '1', '1');
INSERT INTO `material_costume` VALUES ('666', '37', 'Sunglasses-a', 'c95a05c3bed665027d267d93454c428a.svg', '37', '14', '1', '1');
INSERT INTO `material_costume` VALUES ('667', '37', 'Sunglasses-b', 'dc568ae1f8b9b6544f0634ef975a7098.svg', '29', '10', '1', '1');
INSERT INTO `material_costume` VALUES ('668', '39', 'Tabla-a', 'af071d9d714c5c622e2bb07133698ce3.svg', '79', '67', '1', '1');
INSERT INTO `material_costume` VALUES ('669', '39', 'Tabla-b', '992d6359be830d977559dad91b04f698.svg', '86', '73', '1', '1');
INSERT INTO `material_costume` VALUES ('670', '36', 'Taco', '383ea1ef802bc2706670536cfa8271b7.svg', '78', '48', '1', '1');
INSERT INTO `material_costume` VALUES ('671', '36', 'Taco-wizard', 'c97113d17afeaac9f461ea0ec257ef26.svg', '125', '82', '1', '1');
INSERT INTO `material_costume` VALUES ('672', '36', 'Takeout-a', '40f63eb18230c4defa9051830beffb0f.svg', '33', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('673', '36', 'Takeout-b', 'e03cd6e668e0eeddb2da98a095e2f30f.svg', '33', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('674', '36', 'Takeout-c', '24cc271fd6cf55f25b71e78faf749a98.svg', '33', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('675', '36', 'Takeout-d', '2b32d6a4a724c38bfaeb494d30827f19.svg', '40', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('676', '36', 'Takeout-e', '9202a59888545c56c864bacb700c4297.svg', '41', '35', '1', '1');
INSERT INTO `material_costume` VALUES ('677', '31', 'Tatiana-a', '5cf65a9f942ca92c93915527ff9db1e6.svg', '60', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('678', '31', 'Tatiana-b', '91fb7d056beaf553ccec03d61d72c545.svg', '49', '61', '1', '1');
INSERT INTO `material_costume` VALUES ('679', '31', 'Tatiana-c', 'e207fd3f99e1db8c5d66f49446f27e37.svg', '60', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('680', '31', 'Tatiana-d', 'e2ea6bbc6066574d4836e808a1c5f849.svg', '49', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('681', '31', 'Taylor-a', 'ae2eaae0882543dc276c8e7d56ff2e7b.svg', '59', '52', '1', '1');
INSERT INTO `material_costume` VALUES ('682', '31', 'Taylor-b', 'e0082f49fc5d0d83d7fad6124ba82bb1.svg', '48', '53', '1', '1');
INSERT INTO `material_costume` VALUES ('683', '31', 'Taylor-c', 'ae2eaae0882543dc276c8e7d56ff2e7b.svg', '59', '52', '1', '1');
INSERT INTO `material_costume` VALUES ('684', '31', 'Taylor-d', 'a504d785629f2d1ca6b87e80b334d5e8.svg', '48', '50', '1', '1');
INSERT INTO `material_costume` VALUES ('685', '31', 'Ten80 Pop Down', 'fea7045c09073700b88fae8d4d257cd1.png', '74', '188', '2', '1');
INSERT INTO `material_costume` VALUES ('686', '31', 'Ten80 Pop Front', '86602007ae2952236d47d7fd587a56b6.png', '72', '266', '2', '1');
INSERT INTO `material_costume` VALUES ('687', '31', 'Ten80 Pop L Arm', 'ce2141ce97921ddc333bc65ff5bec27d.png', '100', '280', '2', '1');
INSERT INTO `material_costume` VALUES ('688', '31', 'Ten80 Pop Left', '3c9a7eac1d696ae74ee40c6efa8fa4dd.png', '184', '266', '2', '1');
INSERT INTO `material_costume` VALUES ('689', '31', 'Ten80 Pop R Arm', '279bd5499329f98a68cf92c68014e198.png', '74', '278', '2', '1');
INSERT INTO `material_costume` VALUES ('690', '31', 'Ten80 Pop Right', '548bdf23904e409c1fcc0992f44d0b4c.png', '78', '276', '2', '1');
INSERT INTO `material_costume` VALUES ('691', '31', 'Ten80 Pop Stand', '377b8521c436f4f39ed2100fa1cb7c2f.png', '92', '280', '2', '1');
INSERT INTO `material_costume` VALUES ('692', '31', 'Ten80 Stance', 'f60f99278455c843b7833fb7615428dd.png', '70', '278', '2', '1');
INSERT INTO `material_costume` VALUES ('693', '31', 'Ten80 Top Freeze', '8313a2229d555bbdb8ce92dffed067ad.png', '54', '258', '2', '1');
INSERT INTO `material_costume` VALUES ('694', '31', 'Ten80 Top L Step', 'e51942bb4651e616549cfce1ad36ff83.png', '144', '266', '2', '1');
INSERT INTO `material_costume` VALUES ('695', '31', 'Ten80 Top R Cross', 'e06ac61e96e3a5abf4ca0863816f5d28.png', '206', '252', '2', '1');
INSERT INTO `material_costume` VALUES ('696', '31', 'Ten80 Top R Step', '580fba92f23d5592200eb5a9079dc38f.png', '200', '270', '2', '1');
INSERT INTO `material_costume` VALUES ('697', '31', 'Ten80 Top Stand', 'b2f75ac1cd84615efaea6a7d7a4ee205.png', '74', '274', '2', '1');
INSERT INTO `material_costume` VALUES ('698', '39', 'Tennisball', '34fa36004be0340ec845ba6bbeb5e5d5.png', '30', '30', '2', '1');
INSERT INTO `material_costume` VALUES ('699', '32', 'Tera-a', '18f9a11ecdbd3ad8719beb176c484d41.svg', '49', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('700', '32', 'Tera-b', '365d4de6c99d71f1370f7c5e636728af.svg', '49', '64', '1', '1');
INSERT INTO `material_costume` VALUES ('701', '32', 'Tera-c', '2daca5f43efc2d29fb089879448142e9.svg', '49', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('702', '32', 'Tera-d', '5456a723f3b35eaa946b974a59888793.svg', '49', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('703', '30', 'Toucan-a', '9eef2e49b3bbf371603ae783cd82db3c.svg', '80', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('704', '30', 'Toucan-b', '72952d831d0b67c9d056b44a4bc3d0ae.svg', '80', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('705', '30', 'Toucan-c', 'b6345d7386021ee85bb17f8aa4950eed.svg', '80', '63', '1', '1');
INSERT INTO `material_costume` VALUES ('706', '35', 'Trampoline', '8fa3c6fcff2f25f5fe7842d68dcfe5cf.png', '200', '82', '2', '1');
INSERT INTO `material_costume` VALUES ('707', '39', 'Tree1', 'd04b15886635101db8220a4361c0c88d.svg', '77', '126', '1', '1');
INSERT INTO `material_costume` VALUES ('708', '39', 'Trees-a', '551b3fae8eab06b49013f54009a7767a.svg', '49', '94', '1', '1');
INSERT INTO `material_costume` VALUES ('709', '39', 'Trees-b', '04758bd432a8b1cab527bddf14432147.svg', '36', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('710', '31', 'Trisha-a', '55d31103bc86447c6a727b4f0664a5ea.svg', '81', '57', '1', '1');
INSERT INTO `material_costume` VALUES ('711', '31', 'Trisha-b', 'c31dc8487a841f644889784ff437e2c5.svg', '63', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('712', '31', 'Trisha-c', '55d31103bc86447c6a727b4f0664a5ea.svg', '81', '57', '1', '1');
INSERT INTO `material_costume` VALUES ('713', '31', 'Trisha-d', '2d06023ec09ec312ab49055530511134.svg', '63', '55', '1', '1');
INSERT INTO `material_costume` VALUES ('714', '36', 'Truck-a', 'aaa05abc5aa182a0d7bfdc6db0f3207a.svg', '173', '48', '1', '1');
INSERT INTO `material_costume` VALUES ('715', '36', 'Truck-b', '63b00424bdabc3459e5bc554c6c21e06.svg', '173', '58', '1', '1');
INSERT INTO `material_costume` VALUES ('716', '36', 'Truck-c', 'ce077e6db3573062017f94c2e4a8caea.svg', '173', '57', '1', '1');
INSERT INTO `material_costume` VALUES ('717', '34', 'Trumpet-a', '47a1ec267505be96b678df30b92ec534.svg', '57', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('718', '34', 'Trumpet-b', '9a5c211622d6d2fed600c1809fccd21d.svg', '55', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('719', '32', 'Unicorn', '1439d51d9878276362b123c9045af6b5.svg', '91', '95', '1', '1');
INSERT INTO `material_costume` VALUES ('720', '32', 'Unicorn 2', 'dcbeac8e856c9ddd6c457376be6573c8.svg', '75', '75', '1', '1');
INSERT INTO `material_costume` VALUES ('721', '32', 'Unicorn Running-a', '4709966d11b37e8a11d24c800e8b2859.svg', '118', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('722', '32', 'Unicorn Running-b', 'fa5fe4596494a43db8c7957d2254aee3.svg', '120', '89', '1', '1');
INSERT INTO `material_costume` VALUES ('723', '32', 'Unicorn Running-c', 'f00efa25fc97f2cce2499771d6a5f809.svg', '121', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('724', '32', 'Unicorn Running-d', 'e111350b8bedefffee0d5e7e2490d446.svg', '120', '87', '1', '1');
INSERT INTO `material_costume` VALUES ('725', '32', 'Unicorn Running-e', '8feaeec435125227c675dd95f69ff835.svg', '119', '90', '1', '1');
INSERT INTO `material_costume` VALUES ('726', '32', 'Unicorn Running-f', '1fb3d038e985c01899881bc5bb373c16.svg', '117', '86', '1', '1');
INSERT INTO `material_costume` VALUES ('727', '32', 'Wand', 'c021f0c7e3086a11336421dd864b7812.svg', '12', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('728', '31', 'Wanda', '0b008dabac95126132ab4e0c56d25400.svg', '49', '68', '1', '1');
INSERT INTO `material_costume` VALUES ('729', '36', 'Watermelon-a', '21d1340478e32a942914a7afd12b9f1a.svg', '40', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('730', '36', 'Watermelon-b', '1ed1c8b78eae2ee7422074d7f883031d.svg', '23', '28', '1', '1');
INSERT INTO `material_costume` VALUES ('731', '36', 'Watermelon-c', '677738282686d2dcce35d731c3ddc043.svg', '21', '16', '1', '1');
INSERT INTO `material_costume` VALUES ('732', '37', 'Winter Hat', '2672323e34d6dc82fda8fc3b057fa5aa.svg', '35', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('733', '32', 'Witch', 'cb88688822815fb14d59a45fcc239da8.svg', '74', '59', '1', '1');
INSERT INTO `material_costume` VALUES ('734', '32', 'Witch-a', '44cbaf358d2d8e66815e447c25a4b72e.svg', '65', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('735', '32', 'Witch-b', 'b10fb75f426397e10c878fda19d92009.svg', '65', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('736', '32', 'Witch-c', '668c9dc76ba6a07bebabf5aed4623566.svg', '65', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('737', '32', 'Witch-d', 'a7e48fc790511fbd46b30b1cdcdc98fc.svg', '65', '140', '1', '1');
INSERT INTO `material_costume` VALUES ('738', '31', 'Wizard Girl', '4be145d338d921b2d9d6dfd10cda4a6c.svg', '80', '91', '1', '1');
INSERT INTO `material_costume` VALUES ('739', '37', 'Wizard Hat', '398e447e36465c2521fdb3a6917b0c65.svg', '34', '60', '1', '1');
INSERT INTO `material_costume` VALUES ('740', '32', 'Wizard-a', '91d495085eb4d02a375c42f6318071e7.svg', '87', '150', '1', '1');
INSERT INTO `material_costume` VALUES ('741', '32', 'Wizard-b', '55ba51188af86ca16ef30267e874c1ed.svg', '79', '144', '1', '1');
INSERT INTO `material_costume` VALUES ('742', '32', 'Wizard-c', 'df943c9894ee4b9df8c5893ce30c2a5f.svg', '87', '150', '1', '1');
INSERT INTO `material_costume` VALUES ('743', '32', 'Wizard-toad-a', 'ca3bb4d397ecf6cda3edc48340af908b.svg', '87', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('744', '32', 'Wizard-toad-b', '4041d5a2d1869e81268b9b92b49013a3.svg', '87', '80', '1', '1');
INSERT INTO `material_costume` VALUES ('745', '30', 'Zebra-a', '0e3bc5073305b7079b5e9a8c7b7d7f9b.svg', '97', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('746', '30', 'Zebra-b', 'f3e322a25b9f79801066056de6f33fb1.svg', '96', '56', '1', '1');
INSERT INTO `material_costume` VALUES ('747', '38', 'Block-a', 'ef3b01f6fc1ffa1270fbbf057f7ded42.svg', '28', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('748', '38', 'Block-b', '1dc05fbaa37a6b41ffff459d0a776989.svg', '29', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('749', '38', 'Block-c', '43090c4b423c977041542ce12017fda0.svg', '35', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('750', '38', 'Block-d', '1fb3db31500d6f7da662e825157920fa.svg', '31', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('751', '38', 'Block-e', '240aacc04444cef3b2ef8cfaf0dae479.svg', '25', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('752', '38', 'Block-f', 'd88d750ce848d7dbeeca3f02249350e2.svg', '23', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('753', '38', 'Block-g', '989c76ae7f8c2e42ebeacdda961061ca.svg', '28', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('754', '38', 'Block-h', '93426b2f313d1bdedff368d94fc989d6.svg', '27', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('755', '38', 'Block-i', 'f911b18605f59c75adf4d83e07811fd8.svg', '19', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('756', '38', 'Block-j', '8580c990ac918577550165447f870542.svg', '25', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('757', '38', 'Block-k', 'd93a9fd4bfb5bc1e9790945fa756b748.svg', '24', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('758', '38', 'Block-l', '579c90cbaf847e9adf4faf37f340b32d.svg', '26', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('759', '38', 'Block-m', '6c5cf1fd0673f441b04e15e799685831.svg', '35', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('760', '38', 'Block-n', '9eba5dd44d65e1d421c40686fecde906.svg', '28', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('761', '38', 'Block-o', '8bbbde09c13a06015e554ab36fa178c0.svg', '32', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('762', '38', 'Block-p', '0f920b99ac49421cf28e55c8d863bdc5.svg', '18', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('763', '38', 'Block-q', '67f8e80eabaec4883eb9c67c9527004a.svg', '26', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('764', '38', 'Block-r', '9d0432c5575451e251990d89845f8d00.svg', '22', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('765', '38', 'Block-s', '83c7486b08e78d099b4e776aaa2783fe.svg', '13', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('766', '38', 'Block-t', '6c1b26611ec0483f601a648f59305aff.svg', '25', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('767', '38', 'Block-u', 'd02f77994789f528f0aaa7f211690151.svg', '28', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('768', '38', 'Block-v', '0654cfcb6234406837336e90be7e419c.svg', '35', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('769', '38', 'Block-w', '2b3145ae89c32793c4fcea9a6bcc6075.svg', '47', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('770', '38', 'Block-x', 'a73f354dc045bbbc5a491d9367192a80.svg', '25', '32', '1', '1');
INSERT INTO `material_costume` VALUES ('771', '38', 'Block-y', 'e13e79f106d32a3176dbcf5c1b35827d.svg', '26', '33', '1', '1');
INSERT INTO `material_costume` VALUES ('772', '38', 'Block-z', 'c57d371b291d43675f46601518098572.svg', '24', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('773', '38', 'Glow-0', '64b59074f24d0e2405a509a45c0dadba.svg', '29', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('774', '38', 'Glow-1', '9f75c26aa6c56168a3e5a4f598de2c94.svg', '24', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('775', '38', 'Glow-2', 'e8d8bf59db37b5012dd643a16a636042.svg', '28', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('776', '38', 'Glow-3', '57f7afe3b9888cca56803b73a62e4227.svg', '33', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('777', '38', 'Glow-4', 'b8209e1980475b30ff11e60d7633446d.svg', '31', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('778', '38', 'Glow-5', 'aacb5b3cec637f192f080138b4ccd8d2.svg', '30', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('779', '38', 'Glow-6', '84d9f26050c709e6b98706c22d2efb3d.svg', '30', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('780', '38', 'Glow-7', '6194b9a251a905d0001a969990961724.svg', '31', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('781', '38', 'Glow-8', '55e95fb9c60fbebb7d20bba99c7e9609.svg', '31', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('782', '38', 'Glow-9', '0f53ee6a988bda07cba561d38bfbc36f.svg', '28', '36', '1', '1');
INSERT INTO `material_costume` VALUES ('783', '38', 'Glow-A', 'fd470938cce54248aaf240b16e845456.svg', '36', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('784', '38', 'Glow-B', 'a699fa024889b681d8b8b6c5c86acb6d.svg', '32', '35', '1', '1');
INSERT INTO `material_costume` VALUES ('785', '38', 'Glow-C', '51b8a7dd7a8cddc5bc30e35824cc557a.svg', '27', '35', '1', '1');
INSERT INTO `material_costume` VALUES ('786', '38', 'Glow-D', 'a3a66e37de8d7ebe0505594e036ef6d1.svg', '33', '35', '1', '1');
INSERT INTO `material_costume` VALUES ('787', '38', 'Glow-E', '80382a5db3fa556276068165c547b432.svg', '34', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('788', '38', 'Glow-F', '67239f7d47f7b92bc38e2d8b275d54ab.svg', '35', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('789', '38', 'Glow-G', '56839bc48957869d980c6f9b6f5a2a91.svg', '32', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('790', '38', 'Glow-H', 'd6016c6494153cd5735ee4b6a1b05277.svg', '35', '46', '1', '1');
INSERT INTO `material_costume` VALUES ('791', '38', 'Glow-I', '9077988af075c80cc403b1d6e5891528.svg', '21', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('792', '38', 'Glow-J', '6c359eff57abf5bb6db55894d08757c3.svg', '29', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('793', '38', 'Glow-K', 'e932898d1e6fe3950a266fccaba0c3e6.svg', '38', '36', '1', '1');
INSERT INTO `material_costume` VALUES ('794', '38', 'Glow-L', 'dcee9202cf20e0395971f1ee73c45d37.svg', '33', '35', '1', '1');
INSERT INTO `material_costume` VALUES ('795', '38', 'Glow-M', '26f81aa5990bf2371acaa8d76fe1e87f.svg', '42', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('796', '38', 'Glow-N', 'd55a04ada14958eccc4aef446a4dad57.svg', '37', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('797', '38', 'Glow-O', '64b59074f24d0e2405a509a45c0dadba.svg', '29', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('798', '38', 'Glow-P', 'c6edc2603ad4db3aa0b29f80e3e38cff.svg', '32', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('799', '38', 'Glow-Q', 'e4ae18bf8b92ae375ce818d754588c76.svg', '33', '43', '1', '1');
INSERT INTO `material_costume` VALUES ('800', '38', 'Glow-R', 'bb11b49e19c68452331e78d51081ab42.svg', '35', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('801', '38', 'Glow-S', '6fd994b41bcf776fbf1f1521a879f1af.svg', '27', '40', '1', '1');
INSERT INTO `material_costume` VALUES ('802', '38', 'Glow-T', 'd687543649a676a14f408b5890d45f05.svg', '35', '38', '1', '1');
INSERT INTO `material_costume` VALUES ('803', '38', 'Glow-U', 'cb8ef2244400a57ba08e918cb4fe8bba.svg', '37', '37', '1', '1');
INSERT INTO `material_costume` VALUES ('804', '38', 'Glow-V', 'c6edc1ac2c5979f389598537cfb28096.svg', '35', '42', '1', '1');
INSERT INTO `material_costume` VALUES ('805', '38', 'Glow-W', '2e0c2bb46c4ca3cf97779f749b1556f6.svg', '45', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('806', '38', 'Glow-X', '0b98a63dcc55251072a95a6c6bf7f6f2.svg', '40', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('807', '38', 'Glow-Y', '532494c9b5e6709f9982c00a48ce6870.svg', '38', '41', '1', '1');
INSERT INTO `material_costume` VALUES ('808', '38', 'Glow-Z', '2d94d83dcc9ee3a107e5ea7ef0dddeb0.svg', '30', '39', '1', '1');
INSERT INTO `material_costume` VALUES ('809', '38', 'story-A-1', '4b1beecd9a8892df0918242b2b5fbd4c.svg', '23', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('810', '38', 'story-A-2', '7a6fdf5e26fc690879f8e215bfdec4d5.svg', '23', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('811', '38', 'story-A-3', '3c46f5192d2c29f957381e0100c6085d.svg', '22', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('812', '38', 'story-B-1', 'a09376e1eacf17be3c9fbd268674b9f7.svg', '20', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('813', '38', 'story-B-2', '5f8301434ce176ab328f5b658ee1ec05.svg', '19', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('814', '38', 'story-B-3', '22817ed2e4253787c78d7b696bbefdc1.svg', '18', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('815', '38', 'story-C-1', '5e61610cbba50ba86f18830f61bbaecb.svg', '22', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('816', '38', 'story-C-2', 'f6ff602902affbae2f89b389f08df432.svg', '22', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('817', '38', 'story-C-3', '6bd5cb8bc3e4df5e055f4c56dd630855.svg', '20', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('818', '38', 'story-D-1', '130cc4b9ad8dd8936d22c51c05ac6860.svg', '25', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('819', '38', 'story-D-2', 'b28d76f648ad24932a18cb40c8d76bc5.svg', '25', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('820', '38', 'story-D-3', 'dd713e3bf42d7a4fd8d2f12094db1c63.svg', '22', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('821', '38', 'story-E-1', '3005df22798da45f1daf1de7421bb91d.svg', '20', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('822', '38', 'story-E-2', 'add5c5a8eec67eb010b5cbd44dea5c8d.svg', '20', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('823', '38', 'story-E-3', '4e903ac41a7e16a52efff8477f2398c7.svg', '18', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('824', '38', 'story-F-1', '83565581ecc9f7d4010efd8683a99393.svg', '18', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('825', '38', 'story-F-2', '4a3ae31dd3dd3b96239a0307cfdaa1b6.svg', '18', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('826', '38', 'story-F-3', 'd4ec9a1827429f4e2f3dc239dcc15b95.svg', '16', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('827', '38', 'story-G-1', '85144902cc61fe98dca513b74276d7d8.svg', '23', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('828', '38', 'story-G-2', '648cfdd48a7f748e6198194669ba1909.svg', '23', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('829', '38', 'story-G-3', '8fb61932544adbe8c95b067ad1351758.svg', '21', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('830', '38', 'story-H-1', 'eec286b1cfea3f219a5b486931abedd2.svg', '24', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('831', '38', 'story-H-2', '70520daa9f82a2347c8a8fa9e7fe1a6e.svg', '24', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('832', '38', 'story-H-3', '99aae97a2b49904db7eeb813fa968582.svg', '22', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('833', '38', 'story-I-1', '2c156e20da1ad4e8e397a89ad8fb1c26.svg', '9', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('834', '38', 'story-I-2', '1bceea90292a51a7177abf581f28bf2c.svg', '9', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('835', '38', 'story-I-3', '9cad752323aa81dfa8d8cf009057b108.svg', '7', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('836', '38', 'story-J-1', '2838de5d131785c985eb0eab25ec63af.svg', '14', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('837', '38', 'story-J-2', '7d7d6f257a6bf3668a0befa4199f16a0.svg', '14', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('838', '38', 'story-J-3', 'd5b58ddd6f6b4fdcfdfd86d102853935.svg', '12', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('839', '38', 'story-K-1', '0cb908dbc38635cc595e6060afc1b682.svg', '24', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('840', '38', 'story-K-2', 'ecf86afea23fd95e27d4e63659adbfa6.svg', '24', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('841', '38', 'story-K-3', '17ef8f63a2a8f47258bd62cf642fd8d6.svg', '21', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('842', '38', 'story-L-1', '935c7cf21c35523c0a232013a6399a49.svg', '19', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('843', '38', 'story-L-2', '0fc3ac08468935694255ef8a461d4d26.svg', '19', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('844', '38', 'story-L-3', 'ec4d85a60c32c7637de31dbf503266a0.svg', '17', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('845', '38', 'story-M-1', '9bf9e677da34528433d3c1acb945e2df.svg', '30', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('846', '38', 'story-M-2', '42e5468fa164e001925d5a49d372f4b1.svg', '30', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('847', '38', 'story-M-3', '643896fcad0a1bf6eb9f3f590094687c.svg', '27', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('848', '38', 'story-N-1', 'c2f77473dd16d1a3713218b05390a688.svg', '26', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('849', '38', 'story-N-2', '80c8f32282b697097933837905a6f257.svg', '26', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('850', '38', 'story-N-3', '40ffad793f4042a5fe7b3aaa6bc175ae.svg', '24', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('851', '38', 'story-O-1', '40bf3880b678beeda8cf708a51a4402d.svg', '25', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('852', '38', 'story-O-2', '0bdd31ea2b3b78d0c39022795a49c69a.svg', '24', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('853', '38', 'story-O-3', '43a89fc1442627ca48b1dc631c517942.svg', '22', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('854', '38', 'story-P-1', '1a41f74cd76d7202d8b22ffc7729e03f.svg', '20', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('855', '38', 'story-P-2', '377eac55366670a03c469705c6689f09.svg', '20', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('856', '38', 'story-P-3', '9cf707e83af27c47e74adb77496ffca5.svg', '17', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('857', '38', 'story-Q-1', '84a6dc992bce018a1eac9be0173ad917.svg', '25', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('858', '38', 'story-Q-2', 'efc27a91c30d6a511be4245e36684192.svg', '25', '30', '1', '1');
INSERT INTO `material_costume` VALUES ('859', '38', 'story-Q-3', '01acd1076994a4379a3fc9e034bc05fc.svg', '22', '29', '1', '1');
INSERT INTO `material_costume` VALUES ('860', '38', 'story-R-1', '4f217b14a161fcd9590614b0733100ea.svg', '22', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('861', '38', 'story-R-2', '3c3f44aba3eff8856472e06b333a7201.svg', '22', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('862', '38', 'story-R-3', '5c1d38d02ae9c4df7851a6e9d52f25b4.svg', '20', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('863', '38', 'story-S-1', '47b9f910048ce4db93bdfbcd2638e19a.svg', '16', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('864', '38', 'story-S-2', '5a113fcacd35ababbf23c5a9289433d1.svg', '16', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('865', '38', 'story-S-3', 'fd2a94481c3ef0c223784b2f3c6df874.svg', '14', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('866', '38', 'story-T-1', '001a2186db228fdd9bfbf3f15800bb63.svg', '22', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('867', '38', 'story-T-2', 'b61e1ac30aa2f35d4fd8c23fab1f76ea.svg', '22', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('868', '38', 'story-T-3', '66b22b0ff0a5c1c205a701316ab954cf.svg', '20', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('869', '38', 'story-U-1', 'cfb334b977b8f2a39aa56b1e0532829e.svg', '24', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('870', '38', 'story-U-2', '51dd73c840ba3aca0f9770e13cb14fb3.svg', '24', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('871', '38', 'story-U-3', 'f6b7b4da5362fdac29d84f1fbf19e3f4.svg', '21', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('872', '38', 'story-V-1', 'f27e7a4216665a6eab43fe9b4b5ec934.svg', '25', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('873', '38', 'story-V-2', '43a8993221848f90e9f37664e7832b4a.svg', '25', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('874', '38', 'story-V-3', 'd5c20886e3eb0ca0f5430c9482b1d832.svg', '22', '23', '1', '1');
INSERT INTO `material_costume` VALUES ('875', '38', 'story-W-1', '396e27d20d1a49edaa106ba6d667cedd.svg', '37', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('876', '38', 'story-W-2', 'f21ba826cd88c376e868f079d6df273c.svg', '37', '25', '1', '1');
INSERT INTO `material_costume` VALUES ('877', '38', 'story-W-3', '528df57da4490f6da8c75da06a1367f5.svg', '34', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('878', '38', 'story-X-1', 'db0c1a6499169aac6639a1a0076658ce.svg', '22', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('879', '38', 'story-X-2', 'ca4e3e84788bdeea42dd5ed952d5a66c.svg', '22', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('880', '38', 'story-X-3', '04be1176e562eff16f1159f69945a82e.svg', '20', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('881', '38', 'story-Y-1', '59275f907633ce02074f787e5767bfde.svg', '22', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('882', '38', 'story-Y-2', '093a9410933f7d01f459f08bcb01735b.svg', '22', '27', '1', '1');
INSERT INTO `material_costume` VALUES ('883', '38', 'story-Y-3', 'd7fabe2652c93dd1bf91d9064cf5a348.svg', '20', '24', '1', '1');
INSERT INTO `material_costume` VALUES ('884', '38', 'story-Z-1', '34825a171f7b35962484fa53e99ff632.svg', '19', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('885', '38', 'story-Z-2', '23c24dbee23b1545afa8ee15ed339327.svg', '19', '26', '1', '1');
INSERT INTO `material_costume` VALUES ('886', '38', 'story-Z-3', '665db4c356d7e010fa8d71cc291834e3.svg', '17', '23', '1', '1');
-- ----------------------------
-- Table structure for material_sound
-- ----------------------------
DROP TABLE IF EXISTS `material_sound`;
CREATE TABLE `material_sound` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`tagId` int unsigned DEFAULT NULL,
`name` char(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '新声音',
`md5` char(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '内容',
`format` char(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '' COMMENT '声音格式',
`rate` int DEFAULT '44100' COMMENT 'format="adpcm"时,rate为22050,其他的为 44100',
`sampleCount` int DEFAULT '0',
`state` tinyint DEFAULT '1' COMMENT '状态:0停用,1正常',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=354 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
-- ----------------------------
-- Records of material_sound
-- ----------------------------
INSERT INTO `material_sound` VALUES ('1', '43', 'A Bass', 'c04ebf21e5e19342fa1535e4efcdb43b.wav', '', '44100', '56320', '1');
INSERT INTO `material_sound` VALUES ('2', '43', 'A Elec Bass', '5cb46ddd903fc2c9976ff881df9273c9.wav', '', '44100', '11840', '1');
INSERT INTO `material_sound` VALUES ('3', '43', 'A Elec Guitar', 'fa5f7fea601e9368dd68449d9a54c995.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('4', '43', 'A Elec Piano', '0cfa8e84d6a5cd63afa31d541625a9ef.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('5', '43', 'A Guitar', 'ee753e87d212d4b2fb650ca660f1e839.wav', '', '44100', '63744', '1');
INSERT INTO `material_sound` VALUES ('6', '43', 'A Minor Ukulele', '69d25af0fd065da39c71439174efc589.wav', '', '44100', '36534', '1');
INSERT INTO `material_sound` VALUES ('7', '43', 'A Piano', '0727959edb2ea0525feed9b0c816991c.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('8', '43', 'A Sax', '420991e0d6d99292c6d736963842536a.wav', '', '44100', '12944', '1');
INSERT INTO `material_sound` VALUES ('9', '43', 'A Trombone', '863ccc8ba66e6dabbce2a1261c22be0f.wav', 'adpcm', '22050', '17273', '1');
INSERT INTO `material_sound` VALUES ('10', '43', 'A Trumpet', 'd2dd6b4372ca17411965dc92d52b2172.wav', '', '44100', '27822', '1');
INSERT INTO `material_sound` VALUES ('11', '48', 'Afro String', '3477ccfde26047eeb93ff43a21ac7d3d.wav', '', '44100', '39228', '1');
INSERT INTO `material_sound` VALUES ('12', '41', 'Alert', 'f62e3bfccab9c23eee781473c94a009c.wav', 'adpcm', '22050', '22353', '1');
INSERT INTO `material_sound` VALUES ('13', '41', 'Alien Creak1', '0377a7476136e5e8c780c64a4828922d.wav', '', '44100', '32180', '1');
INSERT INTO `material_sound` VALUES ('14', '41', 'Alien Creak2', '21f82b7f1a83c501539c5031aea4fa8c.wav', '', '44100', '33200', '1');
INSERT INTO `material_sound` VALUES ('15', '43', 'B Bass', 'e31dcaf7bcdf58ac2a26533c48936c45.wav', '', '44100', '51584', '1');
INSERT INTO `material_sound` VALUES ('16', '43', 'B Elec Bass', '5a0701d0a914223b5288300ac94e90e4.wav', '', '44100', '12416', '1');
INSERT INTO `material_sound` VALUES ('17', '43', 'B Elec Guitar', '81f142d0b00189703d7fe9b1f13f6f87.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('18', '43', 'B Elec Piano', '9cc77167419f228503dd57fddaa5b2a6.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('19', '43', 'B Guitar', '2ae2d67de62df8ca54d638b4ad2466c3.wav', '', '44100', '59008', '1');
INSERT INTO `material_sound` VALUES ('20', '43', 'B Piano', '86826c6022a46370ed1afae69f1ab1b9.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('21', '43', 'B Sax', '653ebe92d491b49ad5d8101d629f567b.wav', '', '44100', '19110', '1');
INSERT INTO `material_sound` VALUES ('22', '43', 'B Trombone', '85b663229525b73d9f6647f78eb23e0a.wav', '', '44100', '31044', '1');
INSERT INTO `material_sound` VALUES ('23', '43', 'B Trumpet', 'cad2bc57729942ed9b605145fc9ea65d.wav', '', '44100', '29408', '1');
INSERT INTO `material_sound` VALUES ('24', '40', 'Baa', 'ca694053020e42704bcf1fc01a70f1c3.wav', 'adpcm', '22050', '42673', '1');
INSERT INTO `material_sound` VALUES ('25', '40', 'Bark', 'cd8fa8390b0efdd281882533fbfcfcfb.wav', '', '44100', '6336', '1');
INSERT INTO `material_sound` VALUES ('26', '46', 'Basketball Bounce', '1727f65b5f22d151685b8e5917456a60.wav', 'adpcm', '22050', '8129', '1');
INSERT INTO `material_sound` VALUES ('27', '49', 'Bass Beatbox', '28153621d293c86da0b246d314458faf.wav', '', '44100', '13440', '1');
INSERT INTO `material_sound` VALUES ('28', '47', 'Beat Box1', '663270af0235bf14c890ba184631675f.wav', '', '44100', '22916', '1');
INSERT INTO `material_sound` VALUES ('29', '47', 'Beat Box2', 'b9b8073f6aa9a60085ad11b0341a4af2.wav', '', '44100', '22916', '1');
INSERT INTO `material_sound` VALUES ('30', '44', 'Bell Cymbal', 'efddec047de95492f775a1b5b2e8d19e.wav', '', '44100', '38656', '1');
INSERT INTO `material_sound` VALUES ('31', '41', 'Bell Toll', '25d61e79cbeba4041eebeaebd7bf9598.wav', '', '44100', '180672', '1');
INSERT INTO `material_sound` VALUES ('32', '48', 'Big Boing', '00d6e72ef8bf7088233e98fbcee0ec6d.wav', 'adpcm', '22050', '18289', '1');
INSERT INTO `material_sound` VALUES ('33', '40', 'Bird', '18bd4b634a3f992a16b30344c7d810e0.wav', '', '44100', '15360', '1');
INSERT INTO `material_sound` VALUES ('34', '49', 'Birthday', '89691587a169d935a58c48c3d4e78534.wav', '', '44100', '322816', '1');
INSERT INTO `material_sound` VALUES ('35', '48', 'Bite', '0039635b1d6853face36581784558454.wav', 'adpcm', '22050', '8129', '1');
INSERT INTO `material_sound` VALUES ('36', '41', 'Boing', '53a3c2e27d1fb5fdb14aaf0cb41e7889.wav', 'adpcm', '22050', '7113', '1');
INSERT INTO `material_sound` VALUES ('37', '48', 'Bonk', 'dd93f7835a407d4de5b2512ec4a6a806.wav', 'adpcm', '22050', '14225', '1');
INSERT INTO `material_sound` VALUES ('38', '41', 'Boom Cloud', '62d87dfb0f873735e59669d965bdbd7d.wav', 'adpcm', '22050', '88393', '1');
INSERT INTO `material_sound` VALUES ('39', '48', 'Boop Bing Bop', '66968153be7dce9e5abf62d627ffe40f.wav', 'adpcm', '22050', '55881', '1');
INSERT INTO `material_sound` VALUES ('40', '42', 'Bossa Nova', '04ccc72f32e909292adcaf40348be5f3.wav', 'adpcm', '22050', '137161', '1');
INSERT INTO `material_sound` VALUES ('41', '46', 'Bowling Strike', '32f3af03ddfbd9cc89c8565678a26813.wav', 'adpcm', '22050', '27433', '1');
INSERT INTO `material_sound` VALUES ('42', '49', 'Bubbles', '78b0be9c9c2f664158b886bc7e794095.wav', '', '44100', '180224', '1');
INSERT INTO `material_sound` VALUES ('43', '49', 'Buzz Whir', 'd4f76ded6bccd765958d15b63804de55.wav', '', '44100', '36148', '1');
INSERT INTO `material_sound` VALUES ('44', '43', 'C Bass', 'c3566ec797b483acde28f790994cc409.wav', '', '44100', '89216', '1');
INSERT INTO `material_sound` VALUES ('45', '43', 'C Elec Bass', '69eee3d038ea0f1c34ec9156a789236d.wav', '', '44100', '10432', '1');
INSERT INTO `material_sound` VALUES ('46', '43', 'C Elec Guitar', '0d340de02e14bebaf8dfa0e43eb3f1f9.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('47', '43', 'C Elec Piano', '8366ee963cc57ad24a8a35a26f722c2b.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('48', '43', 'C Guitar', '22baa07795a9a524614075cdea543793.wav', '', '44100', '89728', '1');
INSERT INTO `material_sound` VALUES ('49', '43', 'C Major Ukulele', 'aa2ca112507b59b5337f341aaa75fb08.wav', '', '44100', '36406', '1');
INSERT INTO `material_sound` VALUES ('50', '43', 'C Piano', 'd27ed8d953fe8f03c00f4d733d31d2cc.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('51', '43', 'C Sax', '4d2c939d6953b5f241a27a62cf72de64.wav', '', '44100', '18982', '1');
INSERT INTO `material_sound` VALUES ('52', '43', 'C Trombone', '821b23a489201a0f21f47ba8528ba47f.wav', '', '44100', '38106', '1');
INSERT INTO `material_sound` VALUES ('53', '43', 'C Trumpet', '8970afcdc4e47bb54959a81fe27522bd.wav', '', '44100', '26236', '1');
INSERT INTO `material_sound` VALUES ('54', '43', 'C2 Bass', '667d6c527b79321d398e85b526f15b99.wav', '', '44100', '48256', '1');
INSERT INTO `material_sound` VALUES ('55', '43', 'C2 Elec Bass', '56fc995b8860e713c5948ecd1c2ae572.wav', '', '44100', '11584', '1');
INSERT INTO `material_sound` VALUES ('56', '43', 'C2 Elec Guitar', '3a8ed3129f22cba5b0810bc030d16b5f.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('57', '43', 'C2 Elec Piano', '366c7edbd4dd5cca68bf62902999bd66.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('58', '43', 'C2 Guitar', 'c8d2851bd99d8e0ce6c1f05e4acc7f34.wav', '', '44100', '55424', '1');
INSERT INTO `material_sound` VALUES ('59', '43', 'C2 Piano', '75d7d2c9b5d40dd4e1cb268111abf1a2.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('60', '43', 'C2 Sax', 'ea8d34b18c3d8fe328cea201666458bf.wav', 'adpcm', '22050', '8129', '1');
INSERT INTO `material_sound` VALUES ('61', '43', 'C2 Trombone', '68aec107bd3633b2ee40c532eedc3897.wav', '', '44100', '27808', '1');
INSERT INTO `material_sound` VALUES ('62', '43', 'C2 Trumpet', 'df08249ed5446cc5e10b7ac62faac89b.wav', '', '44100', '31698', '1');
INSERT INTO `material_sound` VALUES ('63', '41', 'Car Horn', '7c887f6a2ecd1cdb85d5527898d7f7a0.wav', 'adpcm', '22050', '42673', '1');
INSERT INTO `material_sound` VALUES ('64', '49', 'Car Passing', 'c21a5ad00b40b5ce923e56c905c94a9f.wav', '', '44100', '339968', '1');
INSERT INTO `material_sound` VALUES ('65', '46', 'Car Vroom', 'ead1da4a87ff6cb53441142f7ac37b8f.wav', 'adpcm', '22050', '43689', '1');
INSERT INTO `material_sound` VALUES ('66', '42', 'Cave', '881f1bf5f301a36efcce4204a44af9ab.wav', 'adpcm', '22050', '163577', '1');
INSERT INTO `material_sound` VALUES ('67', '40', 'Chatter', 'fd8543abeeba255072da239223d2d342.wav', 'adpcm', '22050', '26417', '1');
INSERT INTO `material_sound` VALUES ('68', '40', 'Chee Chee', '25f4826cdd61e0a1c623ec2324c16ca0.wav', '', '44100', '69120', '1');
INSERT INTO `material_sound` VALUES ('69', '46', 'Cheer', '170e05c29d50918ae0b482c2955768c0.wav', 'adpcm', '22050', '109729', '1');
INSERT INTO `material_sound` VALUES ('70', '42', 'Chill', 'c4e9e84fd9244ca43986c2bdb6669ae8.wav', '', '44100', '352800', '1');
INSERT INTO `material_sound` VALUES ('71', '40', 'Chirp', '3b8236bbb288019d93ae38362e865972.wav', 'adpcm', '22050', '6097', '1');
INSERT INTO `material_sound` VALUES ('72', '41', 'Chomp', '0b1e3033140d094563248e61de4039e5.wav', '', '44100', '11648', '1');
INSERT INTO `material_sound` VALUES ('73', '49', 'Chord', '7ffe91cce06c5415df53610d173336e7.wav', '', '44100', '82432', '1');
INSERT INTO `material_sound` VALUES ('74', '41', 'Clang', '4102d78dc98ae81448b140f35fd73e80.wav', 'adpcm', '22050', '27433', '1');
INSERT INTO `material_sound` VALUES ('75', '49', 'Clap Beatbox', 'abc70bb390f8e55f22f32265500d814a.wav', '', '44100', '8448', '1');
INSERT INTO `material_sound` VALUES ('76', '49', 'Clapping', '684ffae7bc3a65e35e9f0aaf7a579dd5.wav', '', '44100', '168320', '1');
INSERT INTO `material_sound` VALUES ('77', '42', 'Classical Piano', '646ea2f42ab04b54f1359ccfac958561.wav', '', '44100', '305748', '1');
INSERT INTO `material_sound` VALUES ('78', '41', 'Clock Ticking', 'a634fcb87894520edbd7a534d1479ec4.wav', 'adpcm', '22050', '109729', '1');
INSERT INTO `material_sound` VALUES ('79', '48', 'Clown Honk', 'ec66961f188e9b8a9c75771db744d096.wav', 'adpcm', '22050', '9145', '1');
INSERT INTO `material_sound` VALUES ('80', '41', 'Coin', '1f81d88fb419084f4d82ffb859b94ed6.wav', 'adpcm', '22050', '4065', '1');
INSERT INTO `material_sound` VALUES ('81', '41', 'Collect', '32514c51e03db680e9c63857b840ae78.wav', 'adpcm', '22050', '14225', '1');
INSERT INTO `material_sound` VALUES ('82', '49', 'Computer Beep', '28c76b6bebd04be1383fe9ba4933d263.wav', '', '44100', '38144', '1');
INSERT INTO `material_sound` VALUES ('83', '41', 'Computer Beep2', '1da43f6d52d0615da8a250e28100a80d.wav', '', '44100', '76800', '1');
INSERT INTO `material_sound` VALUES ('84', '41', 'Connect', '9aad12085708ccd279297d4bea9c5ae0.wav', 'adpcm', '22050', '23369', '1');
INSERT INTO `material_sound` VALUES ('85', '49', 'Cough1', '98ec3e1eeb7893fca519aa52cc1ef3c1.wav', '', '44100', '30064', '1');
INSERT INTO `material_sound` VALUES ('86', '49', 'Cough2', '467fe8ef3cab475af4b3088fd1261510.wav', '', '44100', '33224', '1');
INSERT INTO `material_sound` VALUES ('87', '41', 'Crank', 'a54f8ce520a0b9fff3cd53817e280ede.wav', 'adpcm', '22050', '100585', '1');
INSERT INTO `material_sound` VALUES ('88', '44', 'Crash Beatbox', '725e29369e9138a43f11e0e5eb3eb562.wav', '', '44100', '53766', '1');
INSERT INTO `material_sound` VALUES ('89', '44', 'Crash Cymbal', 'f2c47a46f614f467a7ac802ed9ec3d8e.wav', '', '44100', '50440', '1');
INSERT INTO `material_sound` VALUES ('90', '47', 'Crazy Laugh', '2293a751b71a2df8cdce1bec5558cc1e.wav', 'adpcm', '22050', '37593', '1');
INSERT INTO `material_sound` VALUES ('91', '40', 'Cricket', 'a2b3cac37065c109aac17ed46005445e.wav', '', '44100', '7346', '1');
INSERT INTO `material_sound` VALUES ('92', '40', 'Crickets', 'cae6206eb3c57bb8c4b3e2ca362dfa6d.wav', '', '44100', '184320', '1');
INSERT INTO `material_sound` VALUES ('93', '40', 'Croak', 'c6ce0aadb89903a43f76fc20ea57633e.wav', 'adpcm', '22050', '7113', '1');
INSERT INTO `material_sound` VALUES ('94', '47', 'Crowd Gasp', '0eaf773c9d1b06e801e7b5fd56298801.wav', 'adpcm', '22050', '27433', '1');
INSERT INTO `material_sound` VALUES ('95', '47', 'Crowd Laugh', 'f4942ab2532087118e11b0c4d4e0e342.wav', 'adpcm', '22050', '92457', '1');
INSERT INTO `material_sound` VALUES ('96', '41', 'Crunch', 'cac3341417949acc66781308a254529c.wav', 'adpcm', '22050', '5081', '1');
INSERT INTO `material_sound` VALUES ('97', '44', 'Cymbal', '7c5405a9cf561f65a941aff10e661593.wav', 'adpcm', '22050', '24385', '1');
INSERT INTO `material_sound` VALUES ('98', '44', 'Cymbal Crash', 'fa2c9da1d4fd70207ab749851853cb50.wav', '', '44100', '50438', '1');
INSERT INTO `material_sound` VALUES ('99', '42', 'Cymbal Echo', 'bb243badd1201b2607bf2513df10cd97.wav', '', '44100', '88652', '1');
INSERT INTO `material_sound` VALUES ('100', '43', 'D Bass', '5a3ae8a2665f50fdc38cc301fbac79ba.wav', '', '44100', '80384', '1');
INSERT INTO `material_sound` VALUES ('101', '43', 'D Elec Bass', '67a6d1aa68233a2fa641aee88c7f051f.wav', '', '44100', '11136', '1');
INSERT INTO `material_sound` VALUES ('102', '43', 'D Elec Guitar', '1b5de9866801eb2f9d4f57c7c3b473f5.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('103', '43', 'D Elec Piano', '835f136ca8d346a17b4d4baf8405be37.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('104', '43', 'D Guitar', '2dbcfae6a55738f94bbb40aa5fcbf7ce.wav', '', '44100', '82240', '1');
INSERT INTO `material_sound` VALUES ('105', '43', 'D Piano', '51381ac422605ee8c7d64cfcbfd75efc.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('106', '43', 'D Sax', '39f41954a73c0e15d842061e1a4c5e1d.wav', '', '44100', '19110', '1');
INSERT INTO `material_sound` VALUES ('107', '43', 'D Trombone', 'f3afca380ba74372d611d3f518c2f35b.wav', '', '44100', '34678', '1');
INSERT INTO `material_sound` VALUES ('108', '43', 'D Trumpet', '0b1345b8fe2ba3076fedb4f3ae48748a.wav', '', '44100', '25404', '1');
INSERT INTO `material_sound` VALUES ('109', '42', 'Dance Around', '8bcea76415eaf98ec1cbc3825845b934.wav', 'adpcm', '22050', '343409', '1');
INSERT INTO `material_sound` VALUES ('110', '42', 'Dance Celebrate', '0edb8fb88af19e6e17d0f8cf64c1d136.wav', 'adpcm', '22050', '176785', '1');
INSERT INTO `material_sound` VALUES ('111', '42', 'Dance Chill Out', 'b235da45581b1f212c9e9cce70d2a2dc.wav', 'adpcm', '22050', '223521', '1');
INSERT INTO `material_sound` VALUES ('112', '42', 'Dance Energetic', 'e213e09ed852c621ba87cde7f95eec79.wav', '', '44100', '352800', '1');
INSERT INTO `material_sound` VALUES ('113', '42', 'Dance Funky', 'a8383eaddc02d33714dc5832c02ccf13.wav', 'adpcm', '22050', '111761', '1');
INSERT INTO `material_sound` VALUES ('114', '42', 'Dance Head Nod', '65e8a47d55df3f4cb17722959f6220db.wav', 'adpcm', '22050', '124969', '1');
INSERT INTO `material_sound` VALUES ('115', '42', 'Dance Magic', '042309f190183383c0b1c1fc3edc2e84.wav', 'adpcm', '22050', '187961', '1');
INSERT INTO `material_sound` VALUES ('116', '42', 'Dance Sitar', 'c4e893b927524ffd669898f69d096fd8.wav', 'adpcm', '22050', '110745', '1');
INSERT INTO `material_sound` VALUES ('117', '42', 'Dance Slow Mo', '329ee6f3418c0a569418e102e620edf0.wav', 'adpcm', '22050', '446025', '1');
INSERT INTO `material_sound` VALUES ('118', '42', 'Dance Snare Beat', '562587bdb75e3a8124cdaa46ba0f648b.wav', 'adpcm', '22050', '176785', '1');
INSERT INTO `material_sound` VALUES ('119', '42', 'Dance 太空', 'e15333f5ffaf08e145ace1610fccd67d.wav', 'adpcm', '22050', '88393', '1');
INSERT INTO `material_sound` VALUES ('120', '41', 'Disconnect', '56df0714ed1ed455a2befd787a077214.wav', 'adpcm', '22050', '28449', '1');
INSERT INTO `material_sound` VALUES ('121', '40', 'Dog1', 'b15adefc3c12f758b6dc6a045362532f.wav', '', '44100', '7344', '1');
INSERT INTO `material_sound` VALUES ('122', '40', 'Dog2', 'cd8fa8390b0efdd281882533fbfcfcfb.wav', '', '44100', '6336', '1');
INSERT INTO `material_sound` VALUES ('123', '41', 'Door Closing', 'd8c78c6c272cca91342435ff543c1274.wav', 'adpcm', '22050', '8129', '1');
INSERT INTO `material_sound` VALUES ('124', '41', 'Door Creak', '56985da9c052a5e26007c99aa5a958f7.wav', '', '44100', '217088', '1');
INSERT INTO `material_sound` VALUES ('125', '41', 'Doorbell', 'b67db6ed07f882e52a9ef4dbb76f5f64.wav', 'adpcm', '22050', '109729', '1');
INSERT INTO `material_sound` VALUES ('126', '42', 'Drip Drop', '3249e61fa135d0a1d68ff515ba3bd92f.wav', 'adpcm', '22050', '62993', '1');
INSERT INTO `material_sound` VALUES ('127', '42', 'Drive Around', 'a3a85fb8564b0266f50a9c091087b7aa.wav', '', '44100', '88192', '1');
INSERT INTO `material_sound` VALUES ('128', '44', 'Drum', 'f730246174873cd4ae4127c83e475b50.wav', 'adpcm', '22050', '107697', '1');
INSERT INTO `material_sound` VALUES ('129', '44', 'Drum Bass1', '48328c874353617451e4c7902cc82817.wav', '', '44100', '13056', '1');
INSERT INTO `material_sound` VALUES ('130', '44', 'Drum Bass2', '711a1270d1cf2e5de9b145ee539213e4.wav', 'adpcm', '22050', '4065', '1');
INSERT INTO `material_sound` VALUES ('131', '44', 'Drum Bass3', 'c21704337b16359ea631b5f8eb48f765.wav', '', '44100', '17152', '1');
INSERT INTO `material_sound` VALUES ('132', '41', 'Drum Boing', '5f4216970527d5a2e259758ba12e6a1b.wav', 'adpcm', '22050', '19305', '1');
INSERT INTO `material_sound` VALUES ('133', '44', 'Drum Buzz', '3650dc4262bcc5010c0d8fa8d7c670cf.wav', '', '44100', '22968', '1');
INSERT INTO `material_sound` VALUES ('134', '42', 'Drum Funky', 'fb56022366d21b299cbc3fd5e16000c2.wav', 'adpcm', '22050', '44705', '1');
INSERT INTO `material_sound` VALUES ('135', '42', 'Drum Jam', '8b5486ccc806e97e83049d25b071f7e4.wav', '', '44100', '88576', '1');
INSERT INTO `material_sound` VALUES ('136', '42', 'Drum Machine', 'f9d53d773b42e16df3dfca6174015592.wav', 'adpcm', '22050', '106681', '1');
INSERT INTO `material_sound` VALUES ('137', '48', 'Drum Roll', 'fb12e119d7a88a7f75ab980243f75073.wav', 'adpcm', '22050', '38609', '1');
INSERT INTO `material_sound` VALUES ('138', '42', 'Drum Satellite', '079067d7909f791b29f8be1c00fc2131.wav', '', '44100', '88192', '1');
INSERT INTO `material_sound` VALUES ('139', '44', 'Drum Set1', '38a2bb8129bddb4e8eaa06781cfa3040.wav', 'adpcm', '22050', '46737', '1');
INSERT INTO `material_sound` VALUES ('140', '44', 'Drum Set2', '738e871fda577295e8beb9021f670e28.wav', 'adpcm', '22050', '37593', '1');
INSERT INTO `material_sound` VALUES ('141', '42', 'Dubstep', '906af1e30f19a919d203b2eb307e04ac.wav', 'adpcm', '22050', '151385', '1');
INSERT INTO `material_sound` VALUES ('142', '40', 'Duck', 'af5b039e1b05e0ccb12944f648a8884e.wav', '', '44100', '11584', '1');
INSERT INTO `material_sound` VALUES ('143', '41', 'Dun Dun Dunnn', 'e956a99ab9ac64cfb5c6b2d8b1e949eb.wav', 'adpcm', '22050', '64009', '1');
INSERT INTO `material_sound` VALUES ('144', '43', 'E Bass', '0657e39bae81a232b01a18f727d3b891.wav', '', '44100', '72320', '1');
INSERT INTO `material_sound` VALUES ('145', '43', 'E Elec Bass', '0704b8ceabe54f1dcedda8c98f1119fd.wav', '', '44100', '11382', '1');
INSERT INTO `material_sound` VALUES ('146', '43', 'E Elec Guitar', '2e6a6ae3e0f72bf78c74def8130f459a.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('147', '43', 'E Elec Piano', 'ab3c198f8e36efff14f0a5bad35fa3cd.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('148', '43', 'E Guitar', '4b5d1da83e59bf35578324573c991666.wav', '', '44100', '76800', '1');
INSERT INTO `material_sound` VALUES ('149', '43', 'E Piano', 'c818fdfaf8a0efcb562e24e794700a57.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('150', '43', 'E Sax', '3568b7dfe173fab6877a9ff1dcbcf1aa.wav', '', '44100', '14978', '1');
INSERT INTO `material_sound` VALUES ('151', '43', 'E Trombone', 'c859fb0954acaa25c4b329df5fb76434.wav', '', '44100', '33398', '1');
INSERT INTO `material_sound` VALUES ('152', '43', 'E Trumpet', '494295a92314cadb220945a6711c568c.wav', 'adpcm', '22050', '9145', '1');
INSERT INTO `material_sound` VALUES ('153', '42', 'Eggs', '659de1f3826ece8dbeca948884835f14.wav', 'adpcm', '22050', '336297', '1');
INSERT INTO `material_sound` VALUES ('154', '43', 'Elec Piano A Minor', '8fe470b5f2fb58364b153fe647adcbbf.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('155', '43', 'Elec Piano C Major', '228429930dfc60f48d75ce8e14291416.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('156', '43', 'Elec Piano F Major', '740098316ed06d9a64c14b93f65c5da5.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('157', '43', 'Elec Piano G Major', '5a5f5de80bcdf782250e889747b374bd.wav', '', '44100', '87816', '1');
INSERT INTO `material_sound` VALUES ('158', '43', 'Elec Piano Loop', '7b4822ccca655db47de0880bab0e7bd9.wav', '', '44100', '87688', '1');
INSERT INTO `material_sound` VALUES ('159', '42', 'Emotional Piano', 'c587075453ace1584cf155d6a8de604d.wav', '', '44100', '330180', '1');
INSERT INTO `material_sound` VALUES ('160', '41', 'Engine', 'f5c4e2311024f18c989e53f9b3448db8.wav', 'adpcm', '22050', '172721', '1');
INSERT INTO `material_sound` VALUES ('161', '43', 'F Bass', 'ea21bdae86f70d60b28f1dddcf50d104.wav', '', '44100', '68736', '1');
INSERT INTO `material_sound` VALUES ('162', '43', 'F Elec Bass', '45eedb4ce62a9cbbd2207824b94a4641.wav', '', '44100', '10624', '1');
INSERT INTO `material_sound` VALUES ('163', '43', 'F Elec Guitar', '5eb00f15f21f734986aa45156d44478d.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('164', '43', 'F Elec Piano', 'dc5e368fc0d0dad1da609bfc3e29aa15.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('165', '43', 'F Guitar', 'b51d086aeb1921ec405561df52ecbc50.wav', '', '44100', '72832', '1');
INSERT INTO `material_sound` VALUES ('166', '43', 'F Major Ukulele', 'cd0ab5d1b0120c6ed92a1654ccf81376.wav', '', '44100', '36470', '1');
INSERT INTO `material_sound` VALUES ('167', '43', 'F Piano', 'cdab3cce84f74ecf53e3941c6a003b5e.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('168', '43', 'F Sax', '2ae3083817bcd595e26ea2884b6684d5.wav', 'adpcm', '22050', '8129', '1');
INSERT INTO `material_sound` VALUES ('169', '43', 'F Trombone', 'd6758470457aac2aa712717a676a5163.wav', '', '44100', '38746', '1');
INSERT INTO `material_sound` VALUES ('170', '43', 'F Trumpet', '5fa3108b119ca266029b4caa340a7cd0.wav', '', '44100', '25532', '1');
INSERT INTO `material_sound` VALUES ('171', '49', 'Fairydust', 'b92de59d992a655c1b542223a784cda6.wav', '', '44100', '22494', '1');
INSERT INTO `material_sound` VALUES ('172', '41', 'Finger Snap', '99d02ffb3212d86b3e5b173b6f33f835.wav', '', '44100', '7940', '1');
INSERT INTO `material_sound` VALUES ('173', '44', 'Flam Snare', '3b6cce9f8c56c0537ca61eee3945cd1d.wav', '', '44100', '8832', '1');
INSERT INTO `material_sound` VALUES ('174', '41', 'Footsteps', 'c893b0a9b3e2e0594f1f921a12aa66be.wav', '', '44100', '235520', '1');
INSERT INTO `material_sound` VALUES ('175', '43', 'G Bass', '05c192194e8f1944514dce3833e33439.wav', '', '44100', '61952', '1');
INSERT INTO `material_sound` VALUES ('176', '43', 'G Elec Bass', '97b187d72219b994a6ef6a5a6b09605c.wav', '', '44100', '11136', '1');
INSERT INTO `material_sound` VALUES ('177', '43', 'G Elec Guitar', 'cd0d0e7dad415b2ffa2ba7a61860eaf8.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('178', '43', 'G Elec Piano', '39525f6545d62a95d05153f92d63301a.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('179', '43', 'G Guitar', '98a835713ecea2f3ef9f4f442d52ad20.wav', '', '44100', '67200', '1');
INSERT INTO `material_sound` VALUES ('180', '43', 'G Piano', '42bb2ed28e7023e111b33220e1594a6f.wav', '', '44100', '88200', '1');
INSERT INTO `material_sound` VALUES ('181', '43', 'G Sax', 'cefba5de46adfe5702485e0934bb1e13.wav', 'adpcm', '22050', '8129', '1');
INSERT INTO `material_sound` VALUES ('182', '43', 'G Trombone', '9436fd7a0eacb4a6067e7db14236dde1.wav', '', '44100', '34358', '1');
INSERT INTO `material_sound` VALUES ('183', '43', 'G Trumpet', 'e84afda25975f14b364118591538ccf4.wav', '', '44100', '29280', '1');
INSERT INTO `material_sound` VALUES ('184', '43', 'G Ukulele', 'd20218f92ee606277658959005538e2d.wav', '', '44100', '36470', '1');
INSERT INTO `material_sound` VALUES ('185', '40', 'Gallop', '8388c266cd774a8e8c8796155b18ef47.wav', 'adpcm', '22050', '36577', '1');
INSERT INTO `material_sound` VALUES ('186', '42', 'Garden', '7c25f6d39011cd2ee5ffb1af539d9d0c.wav', 'adpcm', '22050', '371857', '1');
INSERT INTO `material_sound` VALUES ('187', '41', 'Glass Breaking', '4b33c58ba14e4555373fa2478b3f891f.wav', 'adpcm', '22050', '52833', '1');
INSERT INTO `material_sound` VALUES ('188', '41', 'Glug', '5606722c6105f3c58f9689a958f5c45f.wav', 'adpcm', '22050', '12193', '1');
INSERT INTO `material_sound` VALUES ('189', '46', 'Goal Cheer', 'a434069c58e79d42f5d21abb1c318919.wav', 'adpcm', '22050', '84329', '1');
INSERT INTO `material_sound` VALUES ('190', '44', 'Gong', '9d30c38443691e9626d510546d98327c.wav', '', '44100', '457728', '1');
INSERT INTO `material_sound` VALUES ('191', '40', 'Goose', '16a3b9d516e125cdb2ad74cd8d205d71.wav', '', '44100', '16416', '1');
INSERT INTO `material_sound` VALUES ('192', '40', 'Growl', '79d052b0921d2078d42389328b1be168.wav', 'adpcm', '22050', '19305', '1');
INSERT INTO `material_sound` VALUES ('193', '40', 'Grunt', 'caa0a1685ef7a5334413834c6c818c5a.wav', 'adpcm', '22050', '21337', '1');
INSERT INTO `material_sound` VALUES ('194', '42', 'Guitar Chords1', '2b1a5bc63580d8625cf24ff3d7622c0b.wav', 'adpcm', '22050', '123953', '1');
INSERT INTO `material_sound` VALUES ('195', '42', 'Guitar Chords2', 'e956f15da397a13fae0c90d9fe4571fb.wav', 'adpcm', '22050', '159513', '1');
INSERT INTO `material_sound` VALUES ('196', '44', 'Guitar Strum', '29000fa713f70765147ee0551fa42d9e.wav', '', '44100', '100864', '1');
INSERT INTO `material_sound` VALUES ('197', '44', 'Hand Clap', '9502142875e67f7b0292a117a27e9563.wav', '', '44100', '4928', '1');
INSERT INTO `material_sound` VALUES ('198', '41', 'Head Shake', 'e56fdc9f76d035ff01f4e7b39e9e9989.wav', 'adpcm', '22050', '20321', '1');
INSERT INTO `material_sound` VALUES ('199', '47', 'Hey', 'ec7c272faa862c9f8f731792e686e3c9.wav', 'adpcm', '22050', '6097', '1');
INSERT INTO `material_sound` VALUES ('200', '49', 'Hi Beatbox', '5a07847bf246c227204728b05a3fc8f3.wav', '', '44100', '11712', '1');
INSERT INTO `material_sound` VALUES ('201', '44', 'Hi Na Tabla', '35b42d98c43404a5b1b52fb232a62bd7.wav', '', '44100', '8192', '1');
INSERT INTO `material_sound` VALUES ('202', '44', 'Hi Tun Tabla', 'da734693dfa6a9a7eccdc7f9a0ca9840.wav', '', '44100', '37312', '1');
INSERT INTO `material_sound` VALUES ('203', '44', 'High Conga', '16144544de90e98a92a265d4fc3241ea.wav', '', '44100', '16384', '1');
INSERT INTO `material_sound` VALUES ('204', '44', 'High Hat', '0d91b2759ac861d156235f5ecf8d3218.wav', 'adpcm', '22050', '3049', '1');
INSERT INTO `material_sound` VALUES ('205', '44', 'High Tom', 'd623f99b3c8d33932eb2c6c9cfd817c5.wav', '', '44100', '24640', '1');
INSERT INTO `material_sound` VALUES ('206', '41', 'High Whoosh', '6a10c380af8c400f8f6eea84eb28bd12.wav', 'adpcm', '22050', '7113', '1');
INSERT INTO `material_sound` VALUES ('207', '44', 'Hihat Beatbox', '5a07847bf246c227204728b05a3fc8f3.wav', '', '44100', '11712', '1');
INSERT INTO `material_sound` VALUES ('208', '44', 'Hihat Cymbal', '2d01f60d0f20ab39facbf707899c6b2a.wav', '', '44100', '5504', '1');
INSERT INTO `material_sound` VALUES ('209', '42', 'Hip Hop', '7ed8ce1853bde6dcbc6f7f5a1c65ae47.wav', 'adpcm', '22050', '109729', '1');
INSERT INTO `material_sound` VALUES ('210', '40', 'Horse', '45ffcf97ee2edca0199ff5aa71a5b72e.wav', '', '44100', '57856', '1');
INSERT INTO `material_sound` VALUES ('211', '40', 'Horse Gallop', '058a34b5fb8b57178b5322d994b6b8c8.wav', '', '44100', '153344', '1');
INSERT INTO `material_sound` VALUES ('212', '44', 'Human Beatbox1', '37f37455c35fea71449926eb0bff05dd.wav', 'adpcm', '22050', '103633', '1');
INSERT INTO `material_sound` VALUES ('213', '44', 'Human Beatbox2', 'f62e9f7deeb0e06268df6edffa14f5de.wav', 'adpcm', '22050', '62993', '1');
INSERT INTO `material_sound` VALUES ('214', '41', 'Jump', '6fcd64d6357e4ea03704e5f96bfd35ba.wav', 'adpcm', '22050', '7113', '1');
INSERT INTO `material_sound` VALUES ('215', '42', 'Jungle', 'b234a04cc3958437c43ed3d93f34a345.wav', 'adpcm', '22050', '76201', '1');
INSERT INTO `material_sound` VALUES ('216', '40', 'Jungle Frogs', '2ca5fbda5288b79a6e12f5ca3c20b0fa.wav', 'adpcm', '22050', '291593', '1');
INSERT INTO `material_sound` VALUES ('217', '42', 'Kick Back', '9cd340d9d568b1479f731e69e103b3ce.wav', 'adpcm', '22050', '44705', '1');
INSERT INTO `material_sound` VALUES ('218', '44', 'Kick Drum', '711a1270d1cf2e5de9b145ee539213e4.wav', 'adpcm', '22050', '4065', '1');
INSERT INTO `material_sound` VALUES ('219', '44', 'Large Cowbell', '006316650ffc673dc02d36aa55881327.wav', 'adpcm', '22050', '21337', '1');
INSERT INTO `material_sound` VALUES ('220', '49', 'Laser1', '46571f8ec0f2cc91666c80e312579082.wav', '', '44100', '2064', '1');
INSERT INTO `material_sound` VALUES ('221', '49', 'Laser2', '27654ed2e3224f0a3f77c244e4fae9aa.wav', '', '44100', '3020', '1');
INSERT INTO `material_sound` VALUES ('222', '47', 'Laugh1', '1e8e7fb94103282d02a4bb597248c788.wav', '', '44100', '54188', '1');
INSERT INTO `material_sound` VALUES ('223', '47', 'Laugh2', '8b1e025f38b0635f7e34e9afcace1b5e.wav', '', '44100', '58648', '1');
INSERT INTO `material_sound` VALUES ('224', '47', 'Laugh3', '86dee6fa7cd73095ba17e4d666a27804.wav', '', '44100', '128260', '1');
INSERT INTO `material_sound` VALUES ('225', '44', 'Lo Geh Tabla', '9205359ab69d042ed3da8a160a651690.wav', '', '44100', '61568', '1');
INSERT INTO `material_sound` VALUES ('226', '44', 'Lo Gliss Tabla', 'd7cd24689737569c93e7ea7344ba6b0e.wav', '', '44100', '14016', '1');
INSERT INTO `material_sound` VALUES ('227', '41', 'Lose', 'd73eacaf5a905bf864041c7a70937ac4.wav', 'adpcm', '22050', '82297', '1');
INSERT INTO `material_sound` VALUES ('228', '41', 'Low Boing', '33e9314fd25ef8e800a749c86487f7a9.wav', 'adpcm', '22050', '17273', '1');
INSERT INTO `material_sound` VALUES ('229', '44', 'Low Conga', '0b6f94487cd8a1cf0bb77e15966656c3.wav', '', '44100', '16768', '1');
INSERT INTO `material_sound` VALUES ('230', '41', 'Low Squeak', '0aae06b65c875a6ba1fd51f4251b16b3.wav', 'adpcm', '22050', '17273', '1');
INSERT INTO `material_sound` VALUES ('231', '44', 'Low Tom', '1569bbbd8952b0575e5a5cb5aefb50ba.wav', '', '44100', '40000', '1');
INSERT INTO `material_sound` VALUES ('232', '41', 'Low Whoosh', 'd42f096c89764484a442046f4342c9ad.wav', 'adpcm', '22050', '12193', '1');
INSERT INTO `material_sound` VALUES ('233', '41', 'Machine', 'e7dfb630116153533989ff839c1973a5.wav', 'adpcm', '22050', '11177', '1');
INSERT INTO `material_sound` VALUES ('234', '41', 'Magic Spell', '1cb60ecdb1075c8769cb346d5c2a22c7.wav', 'adpcm', '22050', '43689', '1');
INSERT INTO `material_sound` VALUES ('235', '42', 'Medieval1', '9329fef6a59c5406d70cbe5837976d6b.wav', 'adpcm', '22050', '213361', '1');
INSERT INTO `material_sound` VALUES ('236', '42', 'Medieval2', '7bc8c4a9d0525f04451356c6cc483dd7.wav', 'adpcm', '22050', '324105', '1');
INSERT INTO `material_sound` VALUES ('237', '40', 'Meow', '83c36d806dc92327b9e7049a565c6bff.wav', '', '44100', '37376', '1');
INSERT INTO `material_sound` VALUES ('238', '40', 'Meow2', 'cf51a0c4088942d95bcc20af13202710.wav', '', '44100', '26048', '1');
INSERT INTO `material_sound` VALUES ('239', '40', 'Moo', '7206280bd4444a06d25f19a84dcb56b1.wav', 'adpcm', '22050', '27433', '1');
INSERT INTO `material_sound` VALUES ('240', '49', 'Motorcycle Passing', 'b49ab3a926da46578396d1faffd24d3b.wav', '', '44100', '344064', '1');
INSERT INTO `material_sound` VALUES ('241', '42', 'Movie 1', '84f7b490f0f536cc1337ab7948aa3aa7.wav', '', '44100', '441000', '1');
INSERT INTO `material_sound` VALUES ('242', '42', 'Movie 2', '77ea2403120936066eb6280a47b063fd.wav', 'adpcm', '22050', '151385', '1');
INSERT INTO `material_sound` VALUES ('243', '44', 'Muted Conga', '1d4abbe3c9bfe198a88badb10762de75.wav', '', '44100', '9088', '1');
INSERT INTO `material_sound` VALUES ('244', '42', 'Mystery', 'a822b56063729f4f42f9a62e6010768b.wav', 'adpcm', '22050', '94489', '1');
INSERT INTO `material_sound` VALUES ('245', '41', 'Ocean Wave', 'c904610d770398b98872a708a2f75611.wav', 'adpcm', '22050', '99569', '1');
INSERT INTO `material_sound` VALUES ('246', '42', 'Odesong', '2c41921491b1da2bfa1ebcaba34265ca.wav', 'adpcm', '22050', '212345', '1');
INSERT INTO `material_sound` VALUES ('247', '41', 'Oops', '1139072c3d2d31fa5903c46632789d08.wav', 'adpcm', '22050', '31497', '1');
INSERT INTO `material_sound` VALUES ('248', '41', 'Orchestra Tuning', '9fdef8a1f57a24b99add29d4f1925c76.wav', 'adpcm', '22050', '222505', '1');
INSERT INTO `material_sound` VALUES ('249', '40', 'Owl', 'e8b6d605f5a1bb36c29e4e21ef754209.wav', '', '44100', '32444', '1');
INSERT INTO `material_sound` VALUES ('250', '47', 'Party Noise', '8f5a994abfa814da72272e766772dbac.wav', '', '44100', '178688', '1');
INSERT INTO `material_sound` VALUES ('251', '41', 'Pew', '21a2cc083ef51767fb13791151194348.wav', 'adpcm', '22050', '6097', '1');
INSERT INTO `material_sound` VALUES ('252', '46', 'Ping Pong Hit', '8357b4bdf6fbe10b972be3b78167b3c8.wav', 'adpcm', '22050', '11177', '1');
INSERT INTO `material_sound` VALUES ('253', '41', 'Pluck', '0f2aa4c395cb932512defb2d14dc1691.wav', 'adpcm', '22050', '7113', '1');
INSERT INTO `material_sound` VALUES ('254', '41', 'Plunge', 'c09455ee9da0e7eeead42d4e73c2555d.wav', '', '44100', '89600', '1');
INSERT INTO `material_sound` VALUES ('255', '41', 'Police Siren', 'b10dcd209865fbd392534633307dafad.wav', 'adpcm', '22050', '9145', '1');
INSERT INTO `material_sound` VALUES ('256', '49', 'Pop', '83a9787d4cb6f3b7632b4ddfebf74367.wav', '', '44100', '1032', '1');
INSERT INTO `material_sound` VALUES ('257', '49', 'Rain', 'b5db20c28ef4946137129b47772dcf69.wav', 'adpcm', '22050', '220473', '1');
INSERT INTO `material_sound` VALUES ('258', '49', 'Rattle', '74f1c07e0bcd7811fd9d456a5f8667f8.wav', '', '44100', '26368', '1');
INSERT INTO `material_sound` VALUES ('259', '46', 'Referee Whistle', '8468b9b3f11a665ee4d215afd8463b97.wav', 'adpcm', '22050', '14225', '1');
INSERT INTO `material_sound` VALUES ('260', '42', 'Reggae', '19211d5ecd34214b6aba947790e63bb0.wav', '', '44100', '346046', '1');
INSERT INTO `material_sound` VALUES ('261', '41', 'Ricochet', '49407acfc004ec6960e8b84d363bd98d.wav', 'adpcm', '22050', '24385', '1');
INSERT INTO `material_sound` VALUES ('262', '44', 'Ride Cymbal', '53badb02228d10494e0efdd1e839548d.wav', '', '44100', '32576', '1');
INSERT INTO `material_sound` VALUES ('263', '41', 'Ring Tone', '895c0887b4de4e0051e3adbceaf96061.wav', 'adpcm', '22050', '71121', '1');
INSERT INTO `material_sound` VALUES ('264', '41', 'Rip', '4081f8fac2ca83bd34329400eb95bbde.wav', 'adpcm', '22050', '12193', '1');
INSERT INTO `material_sound` VALUES ('265', '41', 'Ripples', 'd3c95a4ba37dcf90c8a57e8b2fd1632d.wav', '', '44100', '86016', '1');
INSERT INTO `material_sound` VALUES ('266', '49', 'Roll Cymbal', 'da8355d753cd2a5ddd19cb2bb41c1547.wav', '', '44100', '52864', '1');
INSERT INTO `material_sound` VALUES ('267', '40', 'Rooster', '2e375acae2c7c0d655935a9de14b12f6.wav', '', '44100', '68440', '1');
INSERT INTO `material_sound` VALUES ('268', '48', 'Scrambling Feet', '0fbca8db08d46419416c0f104345bc53.wav', 'adpcm', '22050', '36577', '1');
INSERT INTO `material_sound` VALUES ('269', '49', 'Scratch Beatbox', '859249563a7b1fc0f6e92e36d1db81c7.wav', '', '44100', '23104', '1');
INSERT INTO `material_sound` VALUES ('270', '42', 'Scratchy Beat', '289dc558e076971e74dd1a0bd55719b1.wav', '', '44100', '88192', '1');
INSERT INTO `material_sound` VALUES ('271', '47', 'Scream1', '10420bb2f5a3ab440f3b10fc8ea2b08b.wav', '', '44100', '26512', '1');
INSERT INTO `material_sound` VALUES ('272', '47', 'Scream2', 'e06e29398d770dae3cd57447439752ef.wav', '', '44100', '34020', '1');
INSERT INTO `material_sound` VALUES ('273', '40', 'Screech', '10644c5cc83a9a2dd3ab466deb0eb03d.wav', 'adpcm', '22050', '13209', '1');
INSERT INTO `material_sound` VALUES ('274', '40', 'Seagulls', '42bbbb6c37439abc82057ec2e67b78dc.wav', 'adpcm', '22050', '65025', '1');
INSERT INTO `material_sound` VALUES ('275', '41', 'Sewing Machine', '7bd800cb66d6fb18886a4c5cea1b76a6.wav', 'adpcm', '22050', '108713', '1');
INSERT INTO `material_sound` VALUES ('276', '44', 'Shaker', '714e598d28e493cc50babc17f2c4895d.wav', '', '44100', '74240', '1');
INSERT INTO `material_sound` VALUES ('277', '41', 'Ship Bell', '4cbd4dc0c55656e7edc4b0f00a3f9738.wav', 'adpcm', '22050', '79249', '1');
INSERT INTO `material_sound` VALUES ('278', '44', 'Sidestick Snare', 'f6868ee5cf626fc4ef3ca1119dc95592.wav', '', '44100', '4672', '1');
INSERT INTO `material_sound` VALUES ('279', '47', 'Singer1', '92ee32e9be5ed7b69370fc38bb550597.wav', '', '44100', '94612', '1');
INSERT INTO `material_sound` VALUES ('280', '47', 'Singer2', '5d3d2865906889e866b3edf154e6cf5d.wav', '', '44100', '114544', '1');
INSERT INTO `material_sound` VALUES ('281', '48', 'Siren Whistle', 'ea0d6aced66db4b8cafaeb6418ef9cf6.wav', 'adpcm', '22050', '21337', '1');
INSERT INTO `material_sound` VALUES ('282', '48', 'Skid', '2c22bb6e3c65d9430185fd83ec3db64a.wav', 'adpcm', '22050', '24385', '1');
INSERT INTO `material_sound` VALUES ('283', '48', 'Slide Whistle', '3858bab5ea1211ff3c5902a4b680f7d8.wav', 'adpcm', '22050', '13209', '1');
INSERT INTO `material_sound` VALUES ('284', '44', 'Small Cowbell', 'e29154f53f56f96f8a3292bdcddcec54.wav', 'adpcm', '22050', '10161', '1');
INSERT INTO `material_sound` VALUES ('285', '44', 'Snap', 'c2ff5da4d9d85dee866615f672b749ce.wav', '', '44100', '30720', '1');
INSERT INTO `material_sound` VALUES ('286', '44', 'Snare Beatbox', 'c642c4c00135d890998f351faec55498.wav', 'adpcm', '22050', '6097', '1');
INSERT INTO `material_sound` VALUES ('287', '44', 'Snare Beatbox2', '7ede1382b578d8fc32850b48d082d914.wav', '', '44100', '9920', '1');
INSERT INTO `material_sound` VALUES ('288', '44', 'Snare Drum', 'c27fb569aba99c7203e954aecb1ed8e4.wav', 'adpcm', '22050', '3049', '1');
INSERT INTO `material_sound` VALUES ('289', '46', 'Sneaker Squeak', '03f61f7d2c32da8a1493a380414710a2.wav', 'adpcm', '22050', '9145', '1');
INSERT INTO `material_sound` VALUES ('290', '47', 'Sneeze1', '31600c613823710b66a74f4dd54c4cdd.wav', '', '44100', '47272', '1');
INSERT INTO `material_sound` VALUES ('291', '47', 'Sneeze2', '42b5a31628083f3089f494f2ba644660.wav', '', '44100', '30436', '1');
INSERT INTO `material_sound` VALUES ('292', '48', 'Snoring', '5b1a88cd6db7e239642d7ca8a0d74a1a.wav', 'adpcm', '22050', '104649', '1');
INSERT INTO `material_sound` VALUES ('293', '40', 'Snort', '362d7440a57cab29914fecea621e50d4.wav', 'adpcm', '22050', '17273', '1');
INSERT INTO `material_sound` VALUES ('294', '45', '太空 Ambience', 'f8903e89c1082987f18fc30b3de6d61a.wav', 'adpcm', '22050', '220473', '1');
INSERT INTO `material_sound` VALUES ('295', '45', '太空 Flyby', '49c2e36b7258338fb3a8576e646c6738.wav', 'adpcm', '22050', '52833', '1');
INSERT INTO `material_sound` VALUES ('296', '45', '太空 Noise', 'a5cd5e83841aaaf34583d6ad53d551f5.wav', 'adpcm', '22050', '58929', '1');
INSERT INTO `material_sound` VALUES ('297', '45', '太空 Ripple', 'ff8b8c3bf841a11fd5fe3afaa92be1b5.wav', '', '44100', '164596', '1');
INSERT INTO `material_sound` VALUES ('298', '45', 'Spiral', 'c987c4e2c85d1a034ef047c2611aff25.wav', '', '44100', '114688', '1');
INSERT INTO `material_sound` VALUES ('299', '46', 'Splash', '6aed5e38d40b87a21d893d26fa2858c0.wav', 'adpcm', '22050', '46737', '1');
INSERT INTO `material_sound` VALUES ('300', '44', 'Splash Cymbal', '9d63ed5be96c43b06492e8b4a9cea8d8.wav', '', '44100', '19200', '1');
INSERT INTO `material_sound` VALUES ('301', '41', 'Spooky String', '6648b690e6e22c7504db7746879d51b4.wav', '', '44100', '205504', '1');
INSERT INTO `material_sound` VALUES ('302', '40', 'Squawk', 'e140d7ff07de8fa35c3d1595bba835ac.wav', '', '44100', '16416', '1');
INSERT INTO `material_sound` VALUES ('303', '40', 'Squeaks', '62244fb9600ee90c780875deba2ba24f.wav', 'adpcm', '22050', '53849', '1');
INSERT INTO `material_sound` VALUES ('304', '48', 'Squeaky Toy', '09d36c3c7531a0a1224437f3994bad40.wav', 'adpcm', '22050', '10161', '1');
INSERT INTO `material_sound` VALUES ('305', '48', 'Squish Pop', '853cc25eb47a35c88e3a1fe88b171ed4.wav', 'adpcm', '22050', '10161', '1');
INSERT INTO `material_sound` VALUES ('306', '41', 'String Accent', 'c1b5c86a10f43f87746b1c305d4fd8df.wav', '', '44100', '67584', '1');
INSERT INTO `material_sound` VALUES ('307', '41', 'String Pluck', 'd658129427a96764819cb9bd52076860.wav', '', '44100', '19904', '1');
INSERT INTO `material_sound` VALUES ('308', '41', 'Suction Cup', '76b9d125d013562dc4f423525b028a19.wav', 'adpcm', '22050', '5081', '1');
INSERT INTO `material_sound` VALUES ('309', '41', 'Suspense', '12f86e0188510860970e04df45370c1d.wav', '', '44100', '66636', '1');
INSERT INTO `material_sound` VALUES ('310', '41', 'Tada', '10eed5b6b49ec7baf1d4b3b3fad0ac99.wav', 'adpcm', '22050', '55881', '1');
INSERT INTO `material_sound` VALUES ('311', '41', 'Tambura', 'c2109f07f83086ec863e70887ef55fb6.wav', '', '44100', '89044', '1');
INSERT INTO `material_sound` VALUES ('312', '44', 'Tap Conga', 'fd9a67157f57f9cc6fe3cdce38a6d4a8.wav', '', '44100', '13760', '1');
INSERT INTO `material_sound` VALUES ('313', '44', 'Tap Snare', 'd55b3954d72c6275917f375e49b502f3.wav', '', '44100', '6592', '1');
INSERT INTO `material_sound` VALUES ('314', '42', 'Techno', '8700dac70c8e08f4a5d21411980304bb.wav', 'adpcm', '22050', '175769', '1');
INSERT INTO `material_sound` VALUES ('315', '42', 'Techno2', '693b428f3797561a11ad0ddbd897b5df.wav', 'adpcm', '22050', '327153', '1');
INSERT INTO `material_sound` VALUES ('316', '41', 'Telephone Ring', '276f97d3a9d0f9938b37db8225af97f5.wav', 'adpcm', '22050', '75185', '1');
INSERT INTO `material_sound` VALUES ('317', '41', 'Telephone Ring2', 'd0096aa9ecc28c0729a99b0349399371.wav', 'adpcm', '22050', '25401', '1');
INSERT INTO `material_sound` VALUES ('318', '41', 'Teleport', '2d625187556c4323169fc1a8f29a7a7d.wav', 'adpcm', '22050', '110745', '1');
INSERT INTO `material_sound` VALUES ('319', '41', 'Teleport2', '7e5019890a930f3535604cf9cad63ba4.wav', 'adpcm', '22050', '16257', '1');
INSERT INTO `material_sound` VALUES ('320', '41', 'Teleport3', '58f76f299a1df2373d4fca3614221186.wav', 'adpcm', '22050', '95505', '1');
INSERT INTO `material_sound` VALUES ('321', '46', 'Tennis Hit', '01bd4d670cd586613705ee8273f22568.wav', 'adpcm', '22050', '18289', '1');
INSERT INTO `material_sound` VALUES ('322', '49', 'Thunder Storm', '11f13be7e53b2e9116d59344c5efc66a.wav', 'adpcm', '22050', '307849', '1');
INSERT INTO `material_sound` VALUES ('323', '44', 'Tom Drum', '5a8b8678d37a860dd6c08082d5cda3c2.wav', 'adpcm', '22050', '36577', '1');
INSERT INTO `material_sound` VALUES ('324', '48', 'Toy Honk', '67aadcd28620ecdcdee2ad8eeebefa20.wav', 'adpcm', '22050', '11177', '1');
INSERT INTO `material_sound` VALUES ('325', '41', 'Toy Zing', '52cf0926d9bab8774194a37eba636c0e.wav', 'adpcm', '22050', '14225', '1');
INSERT INTO `material_sound` VALUES ('326', '41', 'Traffic', 'c983b482802b15a80983786019276c28.wav', 'adpcm', '22050', '142241', '1');
INSERT INTO `material_sound` VALUES ('327', '41', 'Train Whistle', '50f29d0e028ec5c11210d0e2f91f83dd.wav', 'adpcm', '22050', '47753', '1');
INSERT INTO `material_sound` VALUES ('328', '42', 'Trap Beat', '8c2ae70ee6a15c8d58004df7c4718de1.wav', '', '44100', '294652', '1');
INSERT INTO `material_sound` VALUES ('329', '42', 'Triumph', '072f4d9a3dfd2a082d50ff90ac7dc8f2.wav', 'adpcm', '22050', '89409', '1');
INSERT INTO `material_sound` VALUES ('330', '40', 'Tropical Birds', '18e5a88512296cd96417449496bd8711.wav', 'adpcm', '22050', '546609', '1');
INSERT INTO `material_sound` VALUES ('331', '43', 'Trumpet1', '851c9e2c38e5e71922231a8f64c37e70.wav', '', '44100', '103200', '1');
INSERT INTO `material_sound` VALUES ('332', '43', 'Trumpet2', 'dd73f891deca0241b800ed203408b6f3.wav', '', '44100', '93696', '1');
INSERT INTO `material_sound` VALUES ('333', '42', 'Video Game 1', 'fc6e9cc9ba13c7e4ebb1af6cd7c90c49.wav', 'adpcm', '22050', '171705', '1');
INSERT INTO `material_sound` VALUES ('334', '42', 'Video Game 2', '287c477da485506c5b4ce37c57a64b5f.wav', 'adpcm', '22050', '150369', '1');
INSERT INTO `material_sound` VALUES ('335', '49', 'Wah Beatbox', '9021b7bb06f2399f18e2db4fb87095dc.wav', '', '44100', '13248', '1');
INSERT INTO `material_sound` VALUES ('336', '41', 'Wand', 'd182adef7a68a5f38f1c78ab7d5afd6a.wav', 'adpcm', '22050', '47753', '1');
INSERT INTO `material_sound` VALUES ('337', '41', 'Water Drop', 'e133e625fd367d269e76964d4b722fc2.wav', 'adpcm', '22050', '15241', '1');
INSERT INTO `material_sound` VALUES ('338', '40', 'Whinny', 'f9513bacf2fc665de05a8dd9bcb88117.wav', 'adpcm', '22050', '46737', '1');
INSERT INTO `material_sound` VALUES ('339', '48', 'Whistle Thump', 'a3fab5681aedaa678982173ed9ca3d36.wav', 'adpcm', '22050', '15241', '1');
INSERT INTO `material_sound` VALUES ('340', '48', 'Whiz', 'd790e1887515deb4097f0946fbf597ad.wav', 'adpcm', '22050', '19305', '1');
INSERT INTO `material_sound` VALUES ('341', '41', 'Whoop', 'fbbbb76a2f53dae6ff1cf61b41f66038.wav', '', '44100', '217600', '1');
INSERT INTO `material_sound` VALUES ('342', '41', 'Win', 'db480f6d5ae6d494dbb76ffb9bd995d5.wav', 'adpcm', '22050', '45721', '1');
INSERT INTO `material_sound` VALUES ('343', '48', 'Wobble', '9913a64bfb5cfa6bb30ec24002cce56b.wav', 'adpcm', '22050', '40641', '1');
INSERT INTO `material_sound` VALUES ('344', '40', 'Wolf Howl', '5e36d74bb16aa5085b901362788b0fbf.wav', '', '44100', '172032', '1');
INSERT INTO `material_sound` VALUES ('345', '41', 'Wood Tap', 'de5b41c7080396986873d97e9e47acf6.wav', 'adpcm', '22050', '3049', '1');
INSERT INTO `material_sound` VALUES ('346', '49', 'Wub Beatbox', 'e1f32c057411da4237181ce72ae15d23.wav', '', '44100', '14784', '1');
INSERT INTO `material_sound` VALUES ('347', '42', 'Xylo1', '6ac484e97c1c1fe1384642e26a125e70.wav', 'adpcm', '22050', '238761', '1');
INSERT INTO `material_sound` VALUES ('348', '42', 'Xylo2', 'd38fc904a0acfc27854baf7335ed46f9.wav', 'adpcm', '22050', '246889', '1');
INSERT INTO `material_sound` VALUES ('349', '42', 'Xylo3', '786a7a66e96c801ca2efed59b20bf025.wav', 'adpcm', '22050', '209297', '1');
INSERT INTO `material_sound` VALUES ('350', '42', 'Xylo4', 'b3ee7b6515eaf85aebab3c624c1423e9.wav', 'adpcm', '22050', '77217', '1');
INSERT INTO `material_sound` VALUES ('351', '47', 'Ya', '30987bbe464eb8db1e4c781dc238f81c.wav', '', '44100', '22764', '1');
INSERT INTO `material_sound` VALUES ('352', '48', 'Zip', 'c5f35ef67ab1baccdd3b7df87b329d99.wav', 'adpcm', '22050', '11177', '1');
INSERT INTO `material_sound` VALUES ('353', '41', 'Zoop', '01f5372ddac43001a2db4c82d71f37bb.wav', '', '44100', '11056', '1');
-- ----------------------------
-- Table structure for material_sprite
-- ----------------------------
DROP TABLE IF EXISTS `material_sprite`;
CREATE TABLE `material_sprite` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`tagId` int unsigned DEFAULT NULL,
`name` char(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '新角色',
`json` text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT '素材包:造型、声音',
`state` tinyint DEFAULT '1' COMMENT '状态:0停用,1正常',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=340 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of material_sprite
-- ----------------------------
INSERT INTO `material_sprite` VALUES ('1', '21', 'Abby', '{\"costumes\":[{\"assetId\":\"809d9b47347a6af2860e7a3a35bce057\",\"name\":\"abby-a\",\"bitmapResolution\":1,\"md5ext\":\"809d9b47347a6af2860e7a3a35bce057.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":100},{\"assetId\":\"920f14335615fff9b8c55fccb8971984\",\"name\":\"abby-b\",\"bitmapResolution\":1,\"md5ext\":\"920f14335615fff9b8c55fccb8971984.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":100},{\"assetId\":\"34a175600dc009a521eb46fdbbbeeb67\",\"name\":\"abby-c\",\"bitmapResolution\":1,\"md5ext\":\"34a175600dc009a521eb46fdbbbeeb67.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":100},{\"assetId\":\"45de34b47a2ce22f6f5d28bb35a44ff5\",\"name\":\"abby-d\",\"bitmapResolution\":1,\"md5ext\":\"45de34b47a2ce22f6f5d28bb35a44ff5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":101}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('2', '21', 'Amon', '{\"costumes\":[{\"assetId\":\"60f720956ab1840431dcf0616ce98f14\",\"name\":\"amon\",\"bitmapResolution\":2,\"md5ext\":\"60f720956ab1840431dcf0616ce98f14.png\",\"dataFormat\":\"png\",\"rotationCenterX\":174,\"rotationCenterY\":162}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('3', '25', 'Andie', '{\"costumes\":[{\"assetId\":\"b36584db82bdd45014430aa918461ca0\",\"name\":\"andie-a\",\"bitmapResolution\":1,\"md5ext\":\"b36584db82bdd45014430aa918461ca0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":80,\"rotationCenterY\":65},{\"assetId\":\"b3fc774e753fef520fb544127a48554b\",\"name\":\"andie-b\",\"bitmapResolution\":1,\"md5ext\":\"b3fc774e753fef520fb544127a48554b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":91},{\"assetId\":\"ded71c8a0f39852178f1695b622c2d89\",\"name\":\"andie-c\",\"bitmapResolution\":1,\"md5ext\":\"ded71c8a0f39852178f1695b622c2d89.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":46,\"rotationCenterY\":49},{\"assetId\":\"d92aaf6cf44921905d51ca4a10a4f3d6\",\"name\":\"andie-d\",\"bitmapResolution\":1,\"md5ext\":\"d92aaf6cf44921905d51ca4a10a4f3d6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":57}],\"sounds\":[{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"Basketball Bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('4', '23', 'Anina 舞蹈', '{\"costumes\":[{\"assetId\":\"84c5e22b4303c7c1fb707125706c9aaa\",\"name\":\"anina stance\",\"bitmapResolution\":2,\"md5ext\":\"84c5e22b4303c7c1fb707125706c9aaa.png\",\"dataFormat\":\"png\",\"rotationCenterX\":76,\"rotationCenterY\":252},{\"assetId\":\"db6c03113f71b91f22a9f3351f90e5bf\",\"name\":\"anina top stand\",\"bitmapResolution\":2,\"md5ext\":\"db6c03113f71b91f22a9f3351f90e5bf.png\",\"dataFormat\":\"png\",\"rotationCenterX\":74,\"rotationCenterY\":280},{\"assetId\":\"2d208a34e74fdce9dab9d4c585dcfa2b\",\"name\":\"anina top R step\",\"bitmapResolution\":2,\"md5ext\":\"2d208a34e74fdce9dab9d4c585dcfa2b.png\",\"dataFormat\":\"png\",\"rotationCenterX\":248,\"rotationCenterY\":272},{\"assetId\":\"ed90e8b7a05c1552194af597ac0637cd\",\"name\":\"anina top L step\",\"bitmapResolution\":2,\"md5ext\":\"ed90e8b7a05c1552194af597ac0637cd.png\",\"dataFormat\":\"png\",\"rotationCenterX\":228,\"rotationCenterY\":274},{\"assetId\":\"b7693bd6250d4411ee622b67f8025924\",\"name\":\"anina top freeze\",\"bitmapResolution\":2,\"md5ext\":\"b7693bd6250d4411ee622b67f8025924.png\",\"dataFormat\":\"png\",\"rotationCenterX\":110,\"rotationCenterY\":268},{\"assetId\":\"3948aad16f8169c013c956dd152a09a6\",\"name\":\"anina R cross\",\"bitmapResolution\":2,\"md5ext\":\"3948aad16f8169c013c956dd152a09a6.png\",\"dataFormat\":\"png\",\"rotationCenterX\":126,\"rotationCenterY\":268},{\"assetId\":\"4931a363e3e4efa20230f6ff2991c6b4\",\"name\":\"anina pop front\",\"bitmapResolution\":2,\"md5ext\":\"4931a363e3e4efa20230f6ff2991c6b4.png\",\"dataFormat\":\"png\",\"rotationCenterX\":68,\"rotationCenterY\":270},{\"assetId\":\"e3698b76cb0864df2fbaba80e6bd8067\",\"name\":\"anina pop down\",\"bitmapResolution\":2,\"md5ext\":\"e3698b76cb0864df2fbaba80e6bd8067.png\",\"dataFormat\":\"png\",\"rotationCenterX\":74,\"rotationCenterY\":156},{\"assetId\":\"d86bb27b4f8d7b70c39c96f29c6943b4\",\"name\":\"anina pop left\",\"bitmapResolution\":2,\"md5ext\":\"d86bb27b4f8d7b70c39c96f29c6943b4.png\",\"dataFormat\":\"png\",\"rotationCenterX\":238,\"rotationCenterY\":266},{\"assetId\":\"7bb9c790b02231e1272701167c26b17a\",\"name\":\"anina pop right\",\"bitmapResolution\":2,\"md5ext\":\"7bb9c790b02231e1272701167c26b17a.png\",\"dataFormat\":\"png\",\"rotationCenterX\":66,\"rotationCenterY\":268},{\"assetId\":\"62c50c90535b64f2ae130a5c680ddcb4\",\"name\":\"anina pop L arm\",\"bitmapResolution\":2,\"md5ext\":\"62c50c90535b64f2ae130a5c680ddcb4.png\",\"dataFormat\":\"png\",\"rotationCenterX\":68,\"rotationCenterY\":274},{\"assetId\":\"105f4f3d260dcb8bea02ea9ee5d18cf4\",\"name\":\"anina pop stand\",\"bitmapResolution\":2,\"md5ext\":\"105f4f3d260dcb8bea02ea9ee5d18cf4.png\",\"dataFormat\":\"png\",\"rotationCenterX\":76,\"rotationCenterY\":276},{\"assetId\":\"ca27e001a263ee6b5852508f39d021db\",\"name\":\"anina pop R arm\",\"bitmapResolution\":2,\"md5ext\":\"ca27e001a263ee6b5852508f39d021db.png\",\"dataFormat\":\"png\",\"rotationCenterX\":88,\"rotationCenterY\":272}],\"sounds\":[{\"assetId\":\"0edb8fb88af19e6e17d0f8cf64c1d136\",\"name\":\"舞蹈 celebrate\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":176785,\"md5ext\":\"0edb8fb88af19e6e17d0f8cf64c1d136.wav\"},{\"assetId\":\"042309f190183383c0b1c1fc3edc2e84\",\"name\":\"舞蹈 magic\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":187961,\"md5ext\":\"042309f190183383c0b1c1fc3edc2e84.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('5', '26', 'Apple', '{\"costumes\":[{\"assetId\":\"3826a4091a33e4d26f87a2fac7cf796b\",\"name\":\"apple\",\"bitmapResolution\":1,\"md5ext\":\"3826a4091a33e4d26f87a2fac7cf796b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":31}],\"sounds\":[{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"Chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('6', '29', 'Arrow1', '{\"costumes\":[{\"assetId\":\"be8fcd10da0b082f8d4775088ef7bd52\",\"name\":\"arrow1-a\",\"bitmapResolution\":1,\"md5ext\":\"be8fcd10da0b082f8d4775088ef7bd52.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":23},{\"assetId\":\"65b8e977641885010a10a46512fb95b4\",\"name\":\"arrow1-b\",\"bitmapResolution\":1,\"md5ext\":\"65b8e977641885010a10a46512fb95b4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":23},{\"assetId\":\"dafcdfda65af14e172809984710f31a9\",\"name\":\"arrow1-c\",\"bitmapResolution\":1,\"md5ext\":\"dafcdfda65af14e172809984710f31a9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":28},{\"assetId\":\"70ffa0bae8693418459f21f370584f6d\",\"name\":\"arrow1-d\",\"bitmapResolution\":1,\"md5ext\":\"70ffa0bae8693418459f21f370584f6d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":28}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('7', '21', 'Avery', '{\"costumes\":[{\"assetId\":\"f52bde34d8027aab14b53f228fe5cc14\",\"name\":\"avery-a\",\"bitmapResolution\":1,\"md5ext\":\"f52bde34d8027aab14b53f228fe5cc14.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":94},{\"assetId\":\"944385ea927e8f9d72b9e19620487999\",\"name\":\"avery-b\",\"bitmapResolution\":1,\"md5ext\":\"944385ea927e8f9d72b9e19620487999.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('8', '21', 'Avery Walking', '{\"costumes\":[{\"assetId\":\"dc6a584704c09a3fbafb9825635a9fd4\",\"name\":\"avery walking-a\",\"bitmapResolution\":1,\"md5ext\":\"dc6a584704c09a3fbafb9825635a9fd4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":95},{\"assetId\":\"448e54fb14b13d492885fc247e76b7f4\",\"name\":\"avery walking-b\",\"bitmapResolution\":1,\"md5ext\":\"448e54fb14b13d492885fc247e76b7f4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":102},{\"assetId\":\"3a935fe75ac999e22b93d06b3081a271\",\"name\":\"avery walking-c\",\"bitmapResolution\":1,\"md5ext\":\"3a935fe75ac999e22b93d06b3081a271.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":95},{\"assetId\":\"8f439476a738251043d488d7a4bc6870\",\"name\":\"avery walking-d\",\"bitmapResolution\":1,\"md5ext\":\"8f439476a738251043d488d7a4bc6870.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":101}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('9', '29', 'Ball', '{\"costumes\":[{\"assetId\":\"3c6241985b581284ec191f9d1deffde8\",\"name\":\"ball-a\",\"bitmapResolution\":1,\"md5ext\":\"3c6241985b581284ec191f9d1deffde8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":22},{\"assetId\":\"ad7dc51cafd73e8279073e33b0eab335\",\"name\":\"ball-b\",\"bitmapResolution\":1,\"md5ext\":\"ad7dc51cafd73e8279073e33b0eab335.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":22},{\"assetId\":\"f221a2edf87aff3615c0c003e616b31b\",\"name\":\"ball-c\",\"bitmapResolution\":1,\"md5ext\":\"f221a2edf87aff3615c0c003e616b31b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":22},{\"assetId\":\"db144b2a19f4f1ab31e30d58f00447dc\",\"name\":\"ball-d\",\"bitmapResolution\":1,\"md5ext\":\"db144b2a19f4f1ab31e30d58f00447dc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":22},{\"assetId\":\"1c44b7494dec047371f74c705f1d99fc\",\"name\":\"ball-e\",\"bitmapResolution\":1,\"md5ext\":\"1c44b7494dec047371f74c705f1d99fc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":22}],\"sounds\":[{\"assetId\":\"53a3c2e27d1fb5fdb14aaf0cb41e7889\",\"name\":\"Boing\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":7113,\"md5ext\":\"53a3c2e27d1fb5fdb14aaf0cb41e7889.wav\"},{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"Pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('10', '21', 'Ballerina', '{\"costumes\":[{\"assetId\":\"5197d3778baf55da6b81b3ada1e10021\",\"name\":\"ballerina-a\",\"bitmapResolution\":1,\"md5ext\":\"5197d3778baf55da6b81b3ada1e10021.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31.00008984350052,\"rotationCenterY\":49},{\"assetId\":\"4ccb1752a43f48aafe490c9c08e58c27\",\"name\":\"ballerina-b\",\"bitmapResolution\":1,\"md5ext\":\"4ccb1752a43f48aafe490c9c08e58c27.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29.496239121982484,\"rotationCenterY\":23.769351839794098},{\"assetId\":\"fc02bf591dd3d91eeeb50c7424d08274\",\"name\":\"ballerina-c\",\"bitmapResolution\":1,\"md5ext\":\"fc02bf591dd3d91eeeb50c7424d08274.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59.502591601941845,\"rotationCenterY\":59.184989331170854},{\"assetId\":\"5aae21aee33c3f1ae943af5ea11254bf\",\"name\":\"ballerina-d\",\"bitmapResolution\":1,\"md5ext\":\"5aae21aee33c3f1ae943af5ea11254bf.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":36.40099014292747,\"rotationCenterY\":77.95160112758442}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('11', '29', 'Balloon1', '{\"costumes\":[{\"assetId\":\"d7974f9e15000c16222f94ee32d8227a\",\"name\":\"balloon1-a\",\"bitmapResolution\":1,\"md5ext\":\"d7974f9e15000c16222f94ee32d8227a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":94},{\"assetId\":\"a2516ac2b8d7a348194908e630387ea9\",\"name\":\"balloon1-b\",\"bitmapResolution\":1,\"md5ext\":\"a2516ac2b8d7a348194908e630387ea9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":94},{\"assetId\":\"63e5aea255610f9fdf0735e1e9a55a5c\",\"name\":\"balloon1-c\",\"bitmapResolution\":1,\"md5ext\":\"63e5aea255610f9fdf0735e1e9a55a5c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"Pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('12', '26', 'Bananas', '{\"costumes\":[{\"assetId\":\"e5d3d3eb61797f5999732a8f5efead24\",\"name\":\"bananas\",\"bitmapResolution\":1,\"md5ext\":\"e5d3d3eb61797f5999732a8f5efead24.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"Chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"},{\"assetId\":\"0039635b1d6853face36581784558454\",\"name\":\"Bite\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"0039635b1d6853face36581784558454.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('13', '25', 'Baseball', '{\"costumes\":[{\"assetId\":\"74e08fc57820f925c7689e7b754c5848\",\"name\":\"baseball\",\"bitmapResolution\":1,\"md5ext\":\"74e08fc57820f925c7689e7b754c5848.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":28}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('14', '25', 'Basketball', '{\"costumes\":[{\"assetId\":\"6b0b2aaa12d655e96b5b34e92d9fbd4f\",\"name\":\"basketball\",\"bitmapResolution\":1,\"md5ext\":\"6b0b2aaa12d655e96b5b34e92d9fbd4f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"},{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"basketball bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('15', '22', 'Bat', '{\"costumes\":[{\"assetId\":\"4e4ced87ed37ee66c758bba077e0eae6\",\"name\":\"bat-a\",\"bitmapResolution\":1,\"md5ext\":\"4e4ced87ed37ee66c758bba077e0eae6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":80,\"rotationCenterY\":60},{\"assetId\":\"bc6dd12fc9e407c7774959cdf427f8b5\",\"name\":\"bat-b\",\"bitmapResolution\":1,\"md5ext\":\"bc6dd12fc9e407c7774959cdf427f8b5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":61},{\"assetId\":\"60f5bfce5d9b11bfcd199a6aa5454b3f\",\"name\":\"bat-c\",\"bitmapResolution\":1,\"md5ext\":\"60f5bfce5d9b11bfcd199a6aa5454b3f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":68,\"rotationCenterY\":66},{\"assetId\":\"698c2a48e774f9959d57c9618b156c20\",\"name\":\"bat-d\",\"bitmapResolution\":1,\"md5ext\":\"698c2a48e774f9959d57c9618b156c20.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":62}],\"sounds\":[{\"assetId\":\"e8b6d605f5a1bb36c29e4e21ef754209\",\"name\":\"owl\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":32444,\"md5ext\":\"e8b6d605f5a1bb36c29e4e21ef754209.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('16', '25', 'Batter', '{\"costumes\":[{\"assetId\":\"9d193bef6e3d6d8eba6d1470b8bf9351\",\"name\":\"batter-a\",\"bitmapResolution\":1,\"md5ext\":\"9d193bef6e3d6d8eba6d1470b8bf9351.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":46,\"rotationCenterY\":80},{\"assetId\":\"fdfde4bcbaca0f68e83fdf3f4ef0c660\",\"name\":\"batter-b\",\"bitmapResolution\":1,\"md5ext\":\"fdfde4bcbaca0f68e83fdf3f4ef0c660.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":16,\"rotationCenterY\":67},{\"assetId\":\"bd4fc003528acfa847e45ff82f346eee\",\"name\":\"batter-c\",\"bitmapResolution\":1,\"md5ext\":\"bd4fc003528acfa847e45ff82f346eee.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":94,\"rotationCenterY\":66},{\"assetId\":\"592ee9ab2aeefe65cb4fb95fcd046f33\",\"name\":\"batter-d\",\"bitmapResolution\":1,\"md5ext\":\"592ee9ab2aeefe65cb4fb95fcd046f33.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":70,\"rotationCenterY\":102}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('17', '25', 'Beachball', '{\"costumes\":[{\"assetId\":\"5198b5a03ebae60698e0906f59a5fc15\",\"name\":\"beachball\",\"bitmapResolution\":1,\"md5ext\":\"5198b5a03ebae60698e0906f59a5fc15.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"Basketball Bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"},{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('18', '20', 'Bear', '{\"costumes\":[{\"assetId\":\"deef1eaa96d550ae6fc11524a1935024\",\"name\":\"bear-a\",\"bitmapResolution\":1,\"md5ext\":\"deef1eaa96d550ae6fc11524a1935024.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":100,\"rotationCenterY\":90},{\"assetId\":\"6f303e972f33fcb7ef36d0d8012d0975\",\"name\":\"bear-b\",\"bitmapResolution\":1,\"md5ext\":\"6f303e972f33fcb7ef36d0d8012d0975.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":94,\"rotationCenterY\":190.66666666666666}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('19', '20', 'Bear-walking', '{\"costumes\":[{\"assetId\":\"6d4d06e3f4cd0c9455b777b9a40782b6\",\"name\":\"bear-walk-a\",\"bitmapResolution\":1,\"md5ext\":\"6d4d06e3f4cd0c9455b777b9a40782b6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94},{\"assetId\":\"7453709bef16e33e6f989aee14d7fc07\",\"name\":\"bear-walk-b\",\"bitmapResolution\":1,\"md5ext\":\"7453709bef16e33e6f989aee14d7fc07.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94},{\"assetId\":\"6d50c5fe63ab5f77d10144a68ca535a6\",\"name\":\"bear-walk-c\",\"bitmapResolution\":1,\"md5ext\":\"6d50c5fe63ab5f77d10144a68ca535a6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94},{\"assetId\":\"e531b307381c2aa148be4ccc36db0333\",\"name\":\"bear-walk-d\",\"bitmapResolution\":1,\"md5ext\":\"e531b307381c2aa148be4ccc36db0333.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94},{\"assetId\":\"0a38a860f2e573b8dc5b09f390d30fbd\",\"name\":\"bear-walk-e\",\"bitmapResolution\":1,\"md5ext\":\"0a38a860f2e573b8dc5b09f390d30fbd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94},{\"assetId\":\"f36c80d2e731be95df7ec6d07f89fa00\",\"name\":\"bear-walk-f\",\"bitmapResolution\":1,\"md5ext\":\"f36c80d2e731be95df7ec6d07f89fa00.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94},{\"assetId\":\"d2a5f124f988def1d214e6d0813a48f3\",\"name\":\"bear-walk-g\",\"bitmapResolution\":1,\"md5ext\":\"d2a5f124f988def1d214e6d0813a48f3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94},{\"assetId\":\"36d06aa23c684fc996952adb0e76e6b4\",\"name\":\"bear-walk-h\",\"bitmapResolution\":1,\"md5ext\":\"36d06aa23c684fc996952adb0e76e6b4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('20', '20', 'Beetle', '{\"costumes\":[{\"assetId\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae\",\"name\":\"beetle\",\"bitmapResolution\":1,\"md5ext\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('21', '24', 'Bell', '{\"costumes\":[{\"assetId\":\"8c0234fe1bfd36f5a72e975fbbc18bfd\",\"name\":\"bell1\",\"bitmapResolution\":1,\"md5ext\":\"8c0234fe1bfd36f5a72e975fbbc18bfd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":69}],\"sounds\":[{\"assetId\":\"6ac484e97c1c1fe1384642e26a125e70\",\"name\":\"xylo1\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":238761,\"md5ext\":\"6ac484e97c1c1fe1384642e26a125e70.wav\"},{\"assetId\":\"25d61e79cbeba4041eebeaebd7bf9598\",\"name\":\"bell toll\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":180672,\"md5ext\":\"25d61e79cbeba4041eebeaebd7bf9598.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('22', '25', 'Ben', '{\"costumes\":[{\"assetId\":\"2cd77b8a9961e7ad4da905e7731b7c1b\",\"name\":\"ben-a\",\"bitmapResolution\":1,\"md5ext\":\"2cd77b8a9961e7ad4da905e7731b7c1b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":69},{\"assetId\":\"165d993c30dfdb9e829d0d98867d7826\",\"name\":\"ben-b\",\"bitmapResolution\":1,\"md5ext\":\"165d993c30dfdb9e829d0d98867d7826.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":69},{\"assetId\":\"9f9f88aea3457084d8d734040b0b9067\",\"name\":\"ben-c\",\"bitmapResolution\":1,\"md5ext\":\"9f9f88aea3457084d8d734040b0b9067.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":71},{\"assetId\":\"acc208e29f0422c2bcffa3b8873abc63\",\"name\":\"ben-d\",\"bitmapResolution\":1,\"md5ext\":\"acc208e29f0422c2bcffa3b8873abc63.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":71}],\"sounds\":[{\"assetId\":\"a434069c58e79d42f5d21abb1c318919\",\"name\":\"Goal Cheer\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":84329,\"md5ext\":\"a434069c58e79d42f5d21abb1c318919.wav\"},{\"assetId\":\"8468b9b3f11a665ee4d215afd8463b97\",\"name\":\"Referee Whistle\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":14225,\"md5ext\":\"8468b9b3f11a665ee4d215afd8463b97.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('23', '26', 'Bowl', '{\"costumes\":[{\"assetId\":\"d147f16e3e2583719c073ac5b55fe3ca\",\"name\":\"bowl-a\",\"bitmapResolution\":1,\"md5ext\":\"d147f16e3e2583719c073ac5b55fe3ca.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":15}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('24', '27', 'Bowtie', '{\"costumes\":[{\"assetId\":\"4b032ba44b8077439e73815542e7ed23\",\"name\":\"bowtie\",\"bitmapResolution\":1,\"md5ext\":\"4b032ba44b8077439e73815542e7ed23.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":15,\"rotationCenterY\":8}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('25', '26', 'Bread', '{\"costumes\":[{\"assetId\":\"585de1550446d4420f8a10fdecac995b\",\"name\":\"bread\",\"bitmapResolution\":1,\"md5ext\":\"585de1550446d4420f8a10fdecac995b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":12}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('26', '22', 'Broom', '{\"costumes\":[{\"assetId\":\"556288a1c996345c751a3dc88b570cfa\",\"name\":\"broom\",\"bitmapResolution\":1,\"md5ext\":\"556288a1c996345c751a3dc88b570cfa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":135,\"rotationCenterY\":25}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('27', '29', 'Buildings', '{\"costumes\":[{\"assetId\":\"e8c9508b1f6a0a432e09c10ef9ada67c\",\"name\":\"building-a\",\"bitmapResolution\":1,\"md5ext\":\"e8c9508b1f6a0a432e09c10ef9ada67c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":30},{\"assetId\":\"a8c977a3b85ffe8c8b453c9d668989b8\",\"name\":\"building-b\",\"bitmapResolution\":1,\"md5ext\":\"a8c977a3b85ffe8c8b453c9d668989b8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":46,\"rotationCenterY\":-11},{\"assetId\":\"e4764cfc384a499f92da3ea745bcebe2\",\"name\":\"building-c\",\"bitmapResolution\":1,\"md5ext\":\"e4764cfc384a499f92da3ea745bcebe2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":17},{\"assetId\":\"d1fcce0aac589a17324943a3b759fc2a\",\"name\":\"building-d\",\"bitmapResolution\":1,\"md5ext\":\"d1fcce0aac589a17324943a3b759fc2a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":-10},{\"assetId\":\"bb47a3d5d03a34937557c558c6cb5d18\",\"name\":\"building-e\",\"bitmapResolution\":1,\"md5ext\":\"bb47a3d5d03a34937557c558c6cb5d18.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":36,\"rotationCenterY\":55},{\"assetId\":\"80b120b7152ed72fded84fef485f4f79\",\"name\":\"building-f\",\"bitmapResolution\":1,\"md5ext\":\"80b120b7152ed72fded84fef485f4f79.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":27},{\"assetId\":\"4212ff1769c169bfa0db043b18fdade8\",\"name\":\"building-g\",\"bitmapResolution\":1,\"md5ext\":\"4212ff1769c169bfa0db043b18fdade8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":64,\"rotationCenterY\":-65},{\"assetId\":\"8f64966be60d332b345598819c67a8b6\",\"name\":\"building-h\",\"bitmapResolution\":1,\"md5ext\":\"8f64966be60d332b345598819c67a8b6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":136},{\"assetId\":\"fcedb6b25a2db6de28b39130f978b0bf\",\"name\":\"building-i\",\"bitmapResolution\":1,\"md5ext\":\"fcedb6b25a2db6de28b39130f978b0bf.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":-12},{\"assetId\":\"148034b1557cc3dae39953e43ab50ff0\",\"name\":\"building-j\",\"bitmapResolution\":1,\"md5ext\":\"148034b1557cc3dae39953e43ab50ff0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('28', '20', 'Butterfly 1', '{\"costumes\":[{\"assetId\":\"fe98df7367e314d9640bfaa54fc239be\",\"name\":\"butterfly1-a\",\"bitmapResolution\":1,\"md5ext\":\"fe98df7367e314d9640bfaa54fc239be.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":49},{\"assetId\":\"49c9f952007d870a046cff93b6e5e098\",\"name\":\"butterfly1-b\",\"bitmapResolution\":1,\"md5ext\":\"49c9f952007d870a046cff93b6e5e098.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":49},{\"assetId\":\"34b76c1835c6a7fc2c47956e49bb0f52\",\"name\":\"butterfly1-c\",\"bitmapResolution\":1,\"md5ext\":\"34b76c1835c6a7fc2c47956e49bb0f52.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":49}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('29', '20', 'Butterfly 2', '{\"costumes\":[{\"assetId\":\"372ae0abd2e8e50a20bc12cb160d8746\",\"name\":\"butterfly2-a\",\"bitmapResolution\":1,\"md5ext\":\"372ae0abd2e8e50a20bc12cb160d8746.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75},{\"assetId\":\"e96f4c6913107c9b790d37bb65507c14\",\"name\":\"butterfly2-b\",\"bitmapResolution\":1,\"md5ext\":\"e96f4c6913107c9b790d37bb65507c14.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('30', '29', 'Button1', '{\"costumes\":[{\"assetId\":\"21fb7fa07eac4794fded0be4e18e20a2\",\"name\":\"button1\",\"bitmapResolution\":1,\"md5ext\":\"21fb7fa07eac4794fded0be4e18e20a2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('31', '29', 'Button2', '{\"costumes\":[{\"assetId\":\"af4cd54e776031bc9cc54ddd6892f97b\",\"name\":\"button2-a\",\"bitmapResolution\":1,\"md5ext\":\"af4cd54e776031bc9cc54ddd6892f97b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72},{\"assetId\":\"329bf3d86050ceaea2b27e2c5d2baec1\",\"name\":\"button2-b\",\"bitmapResolution\":1,\"md5ext\":\"329bf3d86050ceaea2b27e2c5d2baec1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('32', '29', 'Button3', '{\"costumes\":[{\"assetId\":\"5021f6b7d166873ef0711c4d4a351912\",\"name\":\"button3-a\",\"bitmapResolution\":1,\"md5ext\":\"5021f6b7d166873ef0711c4d4a351912.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72},{\"assetId\":\"a3b357ea21773bcb3545a227ee877e9a\",\"name\":\"button3-b\",\"bitmapResolution\":1,\"md5ext\":\"a3b357ea21773bcb3545a227ee877e9a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('33', '29', 'Button4', '{\"costumes\":[{\"assetId\":\"71ced7c192168c7b221d16b4eaff440e\",\"name\":\"button4-a\",\"bitmapResolution\":1,\"md5ext\":\"71ced7c192168c7b221d16b4eaff440e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":34},{\"assetId\":\"7d34ad26633abbc752c9cd93ace0a81f\",\"name\":\"button4-b\",\"bitmapResolution\":1,\"md5ext\":\"7d34ad26633abbc752c9cd93ace0a81f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":34}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('34', '29', 'Button5', '{\"costumes\":[{\"assetId\":\"94957f2f79e8970d8b2cd0f74a0c1ffc\",\"name\":\"button5-a\",\"bitmapResolution\":1,\"md5ext\":\"94957f2f79e8970d8b2cd0f74a0c1ffc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72},{\"assetId\":\"a4bb9a9e06e65337798471035719985a\",\"name\":\"button5-b\",\"bitmapResolution\":1,\"md5ext\":\"a4bb9a9e06e65337798471035719985a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('35', '26', 'Cake', '{\"costumes\":[{\"assetId\":\"862488bf66b67c5330cae9235b853b6e\",\"name\":\"cake-a\",\"bitmapResolution\":1,\"md5ext\":\"862488bf66b67c5330cae9235b853b6e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":64,\"rotationCenterY\":50},{\"assetId\":\"dfe9c5d40da0dcc386fad524c36d3579\",\"name\":\"cake-b\",\"bitmapResolution\":1,\"md5ext\":\"dfe9c5d40da0dcc386fad524c36d3579.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":64,\"rotationCenterY\":42}],\"sounds\":[{\"assetId\":\"89691587a169d935a58c48c3d4e78534\",\"name\":\"Birthday\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":322816,\"md5ext\":\"89691587a169d935a58c48c3d4e78534.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('36', '21', 'Calvrett', '{\"costumes\":[{\"assetId\":\"452683db3ad7a882f5ab9de496441592\",\"name\":\"calvrett jumping\",\"bitmapResolution\":2,\"md5ext\":\"452683db3ad7a882f5ab9de496441592.png\",\"dataFormat\":\"png\",\"rotationCenterX\":168,\"rotationCenterY\":216},{\"assetId\":\"728ec1ebc275b53809023a36c66eeaa3\",\"name\":\"calvrett thinking\",\"bitmapResolution\":2,\"md5ext\":\"728ec1ebc275b53809023a36c66eeaa3.png\",\"dataFormat\":\"png\",\"rotationCenterX\":106,\"rotationCenterY\":170}],\"sounds\":[{\"assetId\":\"b235da45581b1f212c9e9cce70d2a2dc\",\"name\":\"舞蹈 chill out\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":223521,\"md5ext\":\"b235da45581b1f212c9e9cce70d2a2dc.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('37', '25', 'Casey', '{\"costumes\":[{\"assetId\":\"e5a47371f3e9f853b36560cda35344b6\",\"name\":\"casey-a\",\"bitmapResolution\":1,\"md5ext\":\"e5a47371f3e9f853b36560cda35344b6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":62},{\"assetId\":\"e09e5ef2bdeb69163a543f3216c1f54c\",\"name\":\"casey-b\",\"bitmapResolution\":1,\"md5ext\":\"e09e5ef2bdeb69163a543f3216c1f54c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60,\"rotationCenterY\":74},{\"assetId\":\"50bd5162671b8a30fcfa3082a9e79ec4\",\"name\":\"casey-c\",\"bitmapResolution\":1,\"md5ext\":\"50bd5162671b8a30fcfa3082a9e79ec4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57,\"rotationCenterY\":72},{\"assetId\":\"ebc3de539e02801d420268eb189c5a47\",\"name\":\"casey-d\",\"bitmapResolution\":1,\"md5ext\":\"ebc3de539e02801d420268eb189c5a47.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":74}],\"sounds\":[{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"basketball bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('38', '23', 'Cassy 舞蹈', '{\"costumes\":[{\"assetId\":\"6cb3686db1fa658b6541cc9fa3ccfcc7\",\"name\":\"cassy-a\",\"bitmapResolution\":2,\"md5ext\":\"6cb3686db1fa658b6541cc9fa3ccfcc7.png\",\"dataFormat\":\"png\",\"rotationCenterX\":104,\"rotationCenterY\":192},{\"assetId\":\"f801cec764da5ef6374e1d557296d14e\",\"name\":\"cassy-b\",\"bitmapResolution\":2,\"md5ext\":\"f801cec764da5ef6374e1d557296d14e.png\",\"dataFormat\":\"png\",\"rotationCenterX\":140,\"rotationCenterY\":192},{\"assetId\":\"63483bbf72fc55719918a335e1a16426\",\"name\":\"cassy-c\",\"bitmapResolution\":2,\"md5ext\":\"63483bbf72fc55719918a335e1a16426.png\",\"dataFormat\":\"png\",\"rotationCenterX\":74,\"rotationCenterY\":188},{\"assetId\":\"aca39a47cf3affd8a83d3287d2856c29\",\"name\":\"cassy-d\",\"bitmapResolution\":2,\"md5ext\":\"aca39a47cf3affd8a83d3287d2856c29.png\",\"dataFormat\":\"png\",\"rotationCenterX\":94,\"rotationCenterY\":180}],\"sounds\":[{\"assetId\":\"8bcea76415eaf98ec1cbc3825845b934\",\"name\":\"舞蹈 around\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":343409,\"md5ext\":\"8bcea76415eaf98ec1cbc3825845b934.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('39', '20', 'Cat', '{\"costumes\":[{\"assetId\":\"bcf454acf82e4504149f7ffe07081dbc\",\"name\":\"cat-a\",\"bitmapResolution\":1,\"md5ext\":\"bcf454acf82e4504149f7ffe07081dbc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":50},{\"assetId\":\"0fb9be3e8397c983338cb71dc84d0b25\",\"name\":\"cat-b\",\"bitmapResolution\":1,\"md5ext\":\"0fb9be3e8397c983338cb71dc84d0b25.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":46,\"rotationCenterY\":53}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"Meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('40', '20', 'Cat 2', '{\"costumes\":[{\"assetId\":\"7499cf6ec438d0c7af6f896bc6adc294\",\"name\":\"cat 2\",\"bitmapResolution\":1,\"md5ext\":\"7499cf6ec438d0c7af6f896bc6adc294.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"cf51a0c4088942d95bcc20af13202710\",\"name\":\"meow2\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":26048,\"md5ext\":\"cf51a0c4088942d95bcc20af13202710.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('41', '20', 'Cat Flying', '{\"costumes\":[{\"assetId\":\"a1ab94c8172c3b97ed9a2bf7c32172cd\",\"name\":\"cat flying-a\",\"bitmapResolution\":1,\"md5ext\":\"a1ab94c8172c3b97ed9a2bf7c32172cd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":37},{\"assetId\":\"6667936a2793aade66c765c329379ad0\",\"name\":\"cat flying-b\",\"bitmapResolution\":1,\"md5ext\":\"6667936a2793aade66c765c329379ad0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":46}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"Pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('42', '25', 'Catcher', '{\"costumes\":[{\"assetId\":\"895cdda4f2bd9d6f50ff07188e7ce395\",\"name\":\"catcher-a\",\"bitmapResolution\":1,\"md5ext\":\"895cdda4f2bd9d6f50ff07188e7ce395.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":51},{\"assetId\":\"a31e30677637ae4de975d40b6d822853\",\"name\":\"catcher-b\",\"bitmapResolution\":1,\"md5ext\":\"a31e30677637ae4de975d40b6d822853.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":47},{\"assetId\":\"99af13802e9bfd7b4a4bfb8ead825c0c\",\"name\":\"catcher-c\",\"bitmapResolution\":1,\"md5ext\":\"99af13802e9bfd7b4a4bfb8ead825c0c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60,\"rotationCenterY\":87},{\"assetId\":\"8aa875f077c405e2045f5ab60705e712\",\"name\":\"catcher-d\",\"bitmapResolution\":1,\"md5ext\":\"8aa875f077c405e2045f5ab60705e712.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":86,\"rotationCenterY\":46}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('43', '22', 'Centaur', '{\"costumes\":[{\"assetId\":\"d722329bd9373ad80625e5be6d52f3ed\",\"name\":\"centaur-a\",\"bitmapResolution\":1,\"md5ext\":\"d722329bd9373ad80625e5be6d52f3ed.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":110,\"rotationCenterY\":140},{\"assetId\":\"2373556e776cad3ba4d6ee04fc34550b\",\"name\":\"centaur-b\",\"bitmapResolution\":1,\"md5ext\":\"2373556e776cad3ba4d6ee04fc34550b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":110,\"rotationCenterY\":140},{\"assetId\":\"d7aa990538915b7ef1f496d7e8486ade\",\"name\":\"centaur-c\",\"bitmapResolution\":1,\"md5ext\":\"d7aa990538915b7ef1f496d7e8486ade.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":110,\"rotationCenterY\":140},{\"assetId\":\"c00ffa6c5dd0baf9f456b897ff974377\",\"name\":\"centaur-d\",\"bitmapResolution\":1,\"md5ext\":\"c00ffa6c5dd0baf9f456b897ff974377.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":110,\"rotationCenterY\":140}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"},{\"assetId\":\"362d7440a57cab29914fecea621e50d4\",\"name\":\"snort\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":17273,\"md5ext\":\"362d7440a57cab29914fecea621e50d4.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('44', '21', 'Champ99', '{\"costumes\":[{\"assetId\":\"7b073f47fbd9421e0d60daacc157f506\",\"name\":\"champ99-a\",\"bitmapResolution\":2,\"md5ext\":\"7b073f47fbd9421e0d60daacc157f506.png\",\"dataFormat\":\"png\",\"rotationCenterX\":248,\"rotationCenterY\":306},{\"assetId\":\"d6ae13605610aa008d48b0c8b25a57d3\",\"name\":\"champ99-b\",\"bitmapResolution\":2,\"md5ext\":\"d6ae13605610aa008d48b0c8b25a57d3.png\",\"dataFormat\":\"png\",\"rotationCenterX\":164,\"rotationCenterY\":290},{\"assetId\":\"26fdff424232926001d20041c3d5673b\",\"name\":\"champ99-c\",\"bitmapResolution\":2,\"md5ext\":\"26fdff424232926001d20041c3d5673b.png\",\"dataFormat\":\"png\",\"rotationCenterX\":152,\"rotationCenterY\":270},{\"assetId\":\"a28ffc2b129fb359ff22c79c48341267\",\"name\":\"champ99-d\",\"bitmapResolution\":2,\"md5ext\":\"a28ffc2b129fb359ff22c79c48341267.png\",\"dataFormat\":\"png\",\"rotationCenterX\":188,\"rotationCenterY\":260},{\"assetId\":\"56f3220fa82d99dcfc7d27d433ed01e4\",\"name\":\"champ99-e\",\"bitmapResolution\":2,\"md5ext\":\"56f3220fa82d99dcfc7d27d433ed01e4.png\",\"dataFormat\":\"png\",\"rotationCenterX\":190,\"rotationCenterY\":248},{\"assetId\":\"68453506ae4b6b60a3fc6817ba39d492\",\"name\":\"champ99-f\",\"bitmapResolution\":2,\"md5ext\":\"68453506ae4b6b60a3fc6817ba39d492.png\",\"dataFormat\":\"png\",\"rotationCenterX\":114,\"rotationCenterY\":250},{\"assetId\":\"20318b14a332fd618ec91e7c1de8be9a\",\"name\":\"champ99-g\",\"bitmapResolution\":2,\"md5ext\":\"20318b14a332fd618ec91e7c1de8be9a.png\",\"dataFormat\":\"png\",\"rotationCenterX\":132,\"rotationCenterY\":258}],\"sounds\":[{\"assetId\":\"0edb8fb88af19e6e17d0f8cf64c1d136\",\"name\":\"舞蹈 celebrate\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":176785,\"md5ext\":\"0edb8fb88af19e6e17d0f8cf64c1d136.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('45', '21', 'Characters 1', '{\"costumes\":[{\"assetId\":\"03bc23a9fa12c1244c83a07a81f20bfd\",\"name\":\"character1-a\",\"bitmapResolution\":1,\"md5ext\":\"03bc23a9fa12c1244c83a07a81f20bfd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49.8898709690844,\"rotationCenterY\":124.76092657062226},{\"assetId\":\"f26b130c2c58b812be21d1a9745863a1\",\"name\":\"character1-b\",\"bitmapResolution\":1,\"md5ext\":\"f26b130c2c58b812be21d1a9745863a1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54.60290188300769,\"rotationCenterY\":122.98040317401274},{\"assetId\":\"cc0be722cf93eef63726bd606ab11c5c\",\"name\":\"character1-c\",\"bitmapResolution\":1,\"md5ext\":\"cc0be722cf93eef63726bd606ab11c5c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54.60291410943074,\"rotationCenterY\":126.85057804587933},{\"assetId\":\"6be261800647c53becb1f93ed31ed13e\",\"name\":\"character1-d\",\"bitmapResolution\":1,\"md5ext\":\"6be261800647c53becb1f93ed31ed13e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54.602918664146046,\"rotationCenterY\":123.84994499999999},{\"assetId\":\"6f78ce6a87d114162ed9fbef30f9a0fd\",\"name\":\"character1-e\",\"bitmapResolution\":1,\"md5ext\":\"6f78ce6a87d114162ed9fbef30f9a0fd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65.725,\"rotationCenterY\":120.67006881854581},{\"assetId\":\"527ba82c5e82f43c8fca0be905dbe20a\",\"name\":\"character1-f\",\"bitmapResolution\":1,\"md5ext\":\"527ba82c5e82f43c8fca0be905dbe20a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54.60291455471537,\"rotationCenterY\":126.76429674297606},{\"assetId\":\"1e303bb57aac0cb4678e85de4251f3f4\",\"name\":\"character1-g\",\"bitmapResolution\":1,\"md5ext\":\"1e303bb57aac0cb4678e85de4251f3f4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54.60291143772301,\"rotationCenterY\":125.34991500000001},{\"assetId\":\"0f18f9e90d0ed68ebec23da087eb2603\",\"name\":\"character1-h\",\"bitmapResolution\":1,\"md5ext\":\"0f18f9e90d0ed68ebec23da087eb2603.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54.60291643772288,\"rotationCenterY\":126.34996499999997},{\"assetId\":\"5e2f620e5687a36e1954414054c69ccc\",\"name\":\"character1-i\",\"bitmapResolution\":1,\"md5ext\":\"5e2f620e5687a36e1954414054c69ccc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59.662344830457954,\"rotationCenterY\":124.64983500000002},{\"assetId\":\"1044a68cc743f83564e36a6bca16830b\",\"name\":\"character1-j\",\"bitmapResolution\":1,\"md5ext\":\"1044a68cc743f83564e36a6bca16830b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57.80000000000001,\"rotationCenterY\":127.9064156368213},{\"assetId\":\"b37d0e0d46f07cb2cbdc5285e176bf62\",\"name\":\"character1-k\",\"bitmapResolution\":1,\"md5ext\":\"b37d0e0d46f07cb2cbdc5285e176bf62.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55.00291821886171,\"rotationCenterY\":122.96517404562759},{\"assetId\":\"984043e1e7c544999c31f952d1d43a56\",\"name\":\"character1-l\",\"bitmapResolution\":1,\"md5ext\":\"984043e1e7c544999c31f952d1d43a56.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56,\"rotationCenterY\":124.849995},{\"assetId\":\"6d5ddfc69f9c6a3f1d2ded1428237931\",\"name\":\"character1-m\",\"bitmapResolution\":1,\"md5ext\":\"6d5ddfc69f9c6a3f1d2ded1428237931.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56,\"rotationCenterY\":126.73041545130786}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":1123,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('46', '21', 'Characters 2', '{\"costumes\":[{\"assetId\":\"7084b3baab935de819cc5ab46f7cecf8\",\"name\":\"character2-a\",\"bitmapResolution\":1,\"md5ext\":\"7084b3baab935de819cc5ab46f7cecf8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47.99056799868501,\"rotationCenterY\":127.80503283089969},{\"assetId\":\"df7cbf2913bcea721df2e0360644f193\",\"name\":\"character2-b\",\"bitmapResolution\":1,\"md5ext\":\"df7cbf2913bcea721df2e0360644f193.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44.99552075655663,\"rotationCenterY\":125.14875889583388},{\"assetId\":\"e0eacf1e575adc559c41e3a81a892168\",\"name\":\"character2-c\",\"bitmapResolution\":1,\"md5ext\":\"e0eacf1e575adc559c41e3a81a892168.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47.95809,\"rotationCenterY\":123.53880000000001},{\"assetId\":\"e8b44b0e904fd4bb7430c26b743f1520\",\"name\":\"character2-d\",\"bitmapResolution\":1,\"md5ext\":\"e8b44b0e904fd4bb7430c26b743f1520.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44.995540756556636,\"rotationCenterY\":128.2061488659535},{\"assetId\":\"67d425b11544caa0fe9228f355c6485b\",\"name\":\"character2-e\",\"bitmapResolution\":1,\"md5ext\":\"67d425b11544caa0fe9228f355c6485b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48.00809000000001,\"rotationCenterY\":122.45},{\"assetId\":\"db3f436fcb6fb28828a4c932b60feb5e\",\"name\":\"character2-f\",\"bitmapResolution\":1,\"md5ext\":\"db3f436fcb6fb28828a4c932b60feb5e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48.53553350541961,\"rotationCenterY\":126.89993965793039},{\"assetId\":\"93e035270675f933b94ee951d7e475e3\",\"name\":\"character2-g\",\"bitmapResolution\":1,\"md5ext\":\"93e035270675f933b94ee951d7e475e3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47.53308999999999,\"rotationCenterY\":125.43368141092515},{\"assetId\":\"f4f2778df2840de5a6449a49f3efb599\",\"name\":\"character2-h\",\"bitmapResolution\":1,\"md5ext\":\"f4f2778df2840de5a6449a49f3efb599.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44.953870756556626,\"rotationCenterY\":128.08851543576878},{\"assetId\":\"1cf73a791959e07b5bafe18474f93b78\",\"name\":\"character2-i\",\"bitmapResolution\":1,\"md5ext\":\"1cf73a791959e07b5bafe18474f93b78.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48.00809000000001,\"rotationCenterY\":126.87082000000001},{\"assetId\":\"bf0d808f7bf0c11c338b4fea0a735874\",\"name\":\"character2-j\",\"bitmapResolution\":1,\"md5ext\":\"bf0d808f7bf0c11c338b4fea0a735874.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48.64271853726632,\"rotationCenterY\":128.03860864267807}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":1123,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('47', '26', 'Cheesy Puffs', '{\"costumes\":[{\"assetId\":\"82772a61ec74974e84c686c61ea0b7d5\",\"name\":\"cheesy puffs\",\"bitmapResolution\":2,\"md5ext\":\"82772a61ec74974e84c686c61ea0b7d5.png\",\"dataFormat\":\"png\",\"rotationCenterX\":87,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('48', '20', 'Chick', '{\"costumes\":[{\"assetId\":\"80abbc427366bca477ccf1ef0faf240a\",\"name\":\"chick-a\",\"bitmapResolution\":1,\"md5ext\":\"80abbc427366bca477ccf1ef0faf240a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":37},{\"assetId\":\"5e23c8c28ffd390df7deb2414be37781\",\"name\":\"chick-b\",\"bitmapResolution\":1,\"md5ext\":\"5e23c8c28ffd390df7deb2414be37781.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":37},{\"assetId\":\"77911bbe5e11ede35871e8002a26356d\",\"name\":\"chick-c\",\"bitmapResolution\":1,\"md5ext\":\"77911bbe5e11ede35871e8002a26356d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"3b8236bbb288019d93ae38362e865972\",\"name\":\"Chirp\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":6097,\"md5ext\":\"3b8236bbb288019d93ae38362e865972.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('49', '29', 'City Bus', '{\"costumes\":[{\"assetId\":\"e9694adbff9422363e2ea03166015393\",\"name\":\"City Bus-a\",\"bitmapResolution\":1,\"md5ext\":\"e9694adbff9422363e2ea03166015393.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":106.89883432142048,\"rotationCenterY\":66.13799999999999},{\"assetId\":\"7d7e26014a346b894db8ab1819f2167f\",\"name\":\"City Bus-b\",\"bitmapResolution\":1,\"md5ext\":\"7d7e26014a346b894db8ab1819f2167f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":106.73206234507279,\"rotationCenterY\":66.60003072266578}],\"sounds\":[{\"assetId\":\"ec66961f188e9b8a9c75771db744d096\",\"name\":\"clown honk\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":9145,\"md5ext\":\"ec66961f188e9b8a9c75771db744d096.wav\"},{\"assetId\":\"ead1da4a87ff6cb53441142f7ac37b8f\",\"name\":\"car vroom\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"ead1da4a87ff6cb53441142f7ac37b8f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('50', '29', 'Cloud', '{\"costumes\":[{\"assetId\":\"c9630e30e59e4565e785a26f58568904\",\"name\":\"cloud\",\"bitmapResolution\":1,\"md5ext\":\"c9630e30e59e4565e785a26f58568904.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":45}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('51', '29', 'Clouds', '{\"costumes\":[{\"assetId\":\"9f5958f46d21e33d3f6d7caffbe0daa9\",\"name\":\"cloud-a\",\"bitmapResolution\":1,\"md5ext\":\"9f5958f46d21e33d3f6d7caffbe0daa9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":76,\"rotationCenterY\":19},{\"assetId\":\"9105d7dd90b5f2a4b85a1e71aff8703f\",\"name\":\"cloud-b\",\"bitmapResolution\":1,\"md5ext\":\"9105d7dd90b5f2a4b85a1e71aff8703f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":101,\"rotationCenterY\":20},{\"assetId\":\"0188b2c7c85176b462881c6bca7a7748\",\"name\":\"cloud-c\",\"bitmapResolution\":1,\"md5ext\":\"0188b2c7c85176b462881c6bca7a7748.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":97,\"rotationCenterY\":9},{\"assetId\":\"9f2eccce13e3e5fd212efd59ff1d96a0\",\"name\":\"cloud-d\",\"bitmapResolution\":1,\"md5ext\":\"9f2eccce13e3e5fd212efd59ff1d96a0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":21}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('52', '29', 'Convertible', '{\"costumes\":[{\"assetId\":\"5b883f396844ff5cfecd7c95553fa4fb\",\"name\":\"convertible\",\"bitmapResolution\":2,\"md5ext\":\"5b883f396844ff5cfecd7c95553fa4fb.png\",\"dataFormat\":\"png\",\"rotationCenterX\":180,\"rotationCenterY\":44}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('53', '29', 'Convertible 2', '{\"costumes\":[{\"assetId\":\"621817ef84ad81f5690fac95adab2ede\",\"name\":\"convertible 3\",\"bitmapResolution\":1,\"md5ext\":\"621817ef84ad81f5690fac95adab2ede.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('54', '20', 'Crab', '{\"costumes\":[{\"assetId\":\"f7cdd2acbc6d7559d33be8675059c79e\",\"name\":\"crab-a\",\"bitmapResolution\":1,\"md5ext\":\"f7cdd2acbc6d7559d33be8675059c79e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75},{\"assetId\":\"49839aa1b0feed02a3c759db5f8dee71\",\"name\":\"crab-b\",\"bitmapResolution\":1,\"md5ext\":\"49839aa1b0feed02a3c759db5f8dee71.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('55', '22', 'Crystal', '{\"costumes\":[{\"assetId\":\"ecd1e7805b37db4caf207b7eef2b7a42\",\"name\":\"crystal-a\",\"bitmapResolution\":1,\"md5ext\":\"ecd1e7805b37db4caf207b7eef2b7a42.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":15,\"rotationCenterY\":15},{\"assetId\":\"0a7b872042cecaf30cc154c0144f002b\",\"name\":\"crystal-b\",\"bitmapResolution\":1,\"md5ext\":\"0a7b872042cecaf30cc154c0144f002b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":12,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"},{\"assetId\":\"32514c51e03db680e9c63857b840ae78\",\"name\":\"collect\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":14225,\"md5ext\":\"32514c51e03db680e9c63857b840ae78.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('56', '23', 'D-Money 舞蹈', '{\"costumes\":[{\"assetId\":\"dafbdfe454c5ec7029b5c1e07fcabc90\",\"name\":\"dm stance\",\"bitmapResolution\":2,\"md5ext\":\"dafbdfe454c5ec7029b5c1e07fcabc90.png\",\"dataFormat\":\"png\",\"rotationCenterX\":106,\"rotationCenterY\":238},{\"assetId\":\"a22da98e5e63de7b2883355afd0184f0\",\"name\":\"dm top stand\",\"bitmapResolution\":2,\"md5ext\":\"a22da98e5e63de7b2883355afd0184f0.png\",\"dataFormat\":\"png\",\"rotationCenterX\":82,\"rotationCenterY\":244},{\"assetId\":\"12db59633a1709a2c39534d35263791f\",\"name\":\"dm top R leg\",\"bitmapResolution\":2,\"md5ext\":\"12db59633a1709a2c39534d35263791f.png\",\"dataFormat\":\"png\",\"rotationCenterX\":218,\"rotationCenterY\":232},{\"assetId\":\"344384a6a3f1bdf494cc7af31e928d36\",\"name\":\"dm top L leg\",\"bitmapResolution\":2,\"md5ext\":\"344384a6a3f1bdf494cc7af31e928d36.png\",\"dataFormat\":\"png\",\"rotationCenterX\":230,\"rotationCenterY\":240},{\"assetId\":\"a4b5d644d9abdbcab236acf19b2a2e81\",\"name\":\"dm freeze\",\"bitmapResolution\":2,\"md5ext\":\"a4b5d644d9abdbcab236acf19b2a2e81.png\",\"dataFormat\":\"png\",\"rotationCenterX\":220,\"rotationCenterY\":234},{\"assetId\":\"70da166596bb484eae1bfbaad5c03d54\",\"name\":\"dm pop front\",\"bitmapResolution\":2,\"md5ext\":\"70da166596bb484eae1bfbaad5c03d54.png\",\"dataFormat\":\"png\",\"rotationCenterX\":92,\"rotationCenterY\":234},{\"assetId\":\"729812366245c0dafd456339c9d94e08\",\"name\":\"dm pop down\",\"bitmapResolution\":2,\"md5ext\":\"729812366245c0dafd456339c9d94e08.png\",\"dataFormat\":\"png\",\"rotationCenterX\":64,\"rotationCenterY\":74},{\"assetId\":\"32ec7b5332cfebd1cfed7f6b79c76e67\",\"name\":\"dm pop left\",\"bitmapResolution\":2,\"md5ext\":\"32ec7b5332cfebd1cfed7f6b79c76e67.png\",\"dataFormat\":\"png\",\"rotationCenterX\":204,\"rotationCenterY\":250},{\"assetId\":\"19bd7995d37e3baade673b2fe7cb982b\",\"name\":\"dm pop right\",\"bitmapResolution\":2,\"md5ext\":\"19bd7995d37e3baade673b2fe7cb982b.png\",\"dataFormat\":\"png\",\"rotationCenterX\":78,\"rotationCenterY\":238},{\"assetId\":\"3cdebabdb41f6c3e84561cf3ea87bac3\",\"name\":\"dm pop L arm\",\"bitmapResolution\":2,\"md5ext\":\"3cdebabdb41f6c3e84561cf3ea87bac3.png\",\"dataFormat\":\"png\",\"rotationCenterX\":90,\"rotationCenterY\":238},{\"assetId\":\"05529eb3c09294bd15f57c6f10d5894e\",\"name\":\"dm pop stand\",\"bitmapResolution\":2,\"md5ext\":\"05529eb3c09294bd15f57c6f10d5894e.png\",\"dataFormat\":\"png\",\"rotationCenterX\":100,\"rotationCenterY\":244},{\"assetId\":\"50faf1630ea383c0b8c77f70a9329797\",\"name\":\"dm pop R arm\",\"bitmapResolution\":2,\"md5ext\":\"50faf1630ea383c0b8c77f70a9329797.png\",\"dataFormat\":\"png\",\"rotationCenterX\":80,\"rotationCenterY\":240}],\"sounds\":[{\"assetId\":\"0edb8fb88af19e6e17d0f8cf64c1d136\",\"name\":\"舞蹈 celebrate\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":176785,\"md5ext\":\"0edb8fb88af19e6e17d0f8cf64c1d136.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('57', '21', 'Dan', '{\"costumes\":[{\"assetId\":\"307250744e230fb15e7062238bf2634c\",\"name\":\"dan-a\",\"bitmapResolution\":2,\"md5ext\":\"307250744e230fb15e7062238bf2634c.png\",\"dataFormat\":\"png\",\"rotationCenterX\":72,\"rotationCenterY\":196},{\"assetId\":\"89b55d049f4b3811676311df00681385\",\"name\":\"dan-b\",\"bitmapResolution\":2,\"md5ext\":\"89b55d049f4b3811676311df00681385.png\",\"dataFormat\":\"png\",\"rotationCenterX\":94,\"rotationCenterY\":200}],\"sounds\":[{\"assetId\":\"042309f190183383c0b1c1fc3edc2e84\",\"name\":\"舞蹈 magic\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":187961,\"md5ext\":\"042309f190183383c0b1c1fc3edc2e84.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('58', '21', 'Dani', '{\"costumes\":[{\"assetId\":\"6518333c95cf96a9aaf73a4a948e002f\",\"name\":\"Dani-a\",\"bitmapResolution\":1,\"md5ext\":\"6518333c95cf96a9aaf73a4a948e002f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":141},{\"assetId\":\"2cba86439098a7e0daa46e0ff8a59f7c\",\"name\":\"Dani-b\",\"bitmapResolution\":1,\"md5ext\":\"2cba86439098a7e0daa46e0ff8a59f7c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":86,\"rotationCenterY\":141},{\"assetId\":\"b5f989e21b56af371209369c331b821e\",\"name\":\"Dani-c\",\"bitmapResolution\":1,\"md5ext\":\"b5f989e21b56af371209369c331b821e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":138}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('59', '21', 'Dee', '{\"costumes\":[{\"assetId\":\"43bd4c241a94b3aea883472d7dab5afc\",\"name\":\"dee-a\",\"bitmapResolution\":1,\"md5ext\":\"43bd4c241a94b3aea883472d7dab5afc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":52,\"rotationCenterY\":99},{\"assetId\":\"e4c6ada3509f7033d14bac2c0eea49dc\",\"name\":\"dee-b\",\"bitmapResolution\":1,\"md5ext\":\"e4c6ada3509f7033d14bac2c0eea49dc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":99},{\"assetId\":\"1de3bbee2771b0ff16c4658d5ad98b0b\",\"name\":\"dee-c\",\"bitmapResolution\":1,\"md5ext\":\"1de3bbee2771b0ff16c4658d5ad98b0b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":36,\"rotationCenterY\":102},{\"assetId\":\"320a892c86e9b039ba9d6d50a4897276\",\"name\":\"dee-d\",\"bitmapResolution\":1,\"md5ext\":\"320a892c86e9b039ba9d6d50a4897276.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":99},{\"assetId\":\"c57c4593701165cdea6de9b014c7c06d\",\"name\":\"dee-e\",\"bitmapResolution\":1,\"md5ext\":\"c57c4593701165cdea6de9b014c7c06d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":99}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('60', '21', 'Devin', '{\"costumes\":[{\"assetId\":\"5f614017dba0ce6bff063f6c62041035\",\"name\":\"devin-a\",\"bitmapResolution\":1,\"md5ext\":\"5f614017dba0ce6bff063f6c62041035.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":95},{\"assetId\":\"9d7414a719d6cc5e0e9071ede200a29c\",\"name\":\"devin-b\",\"bitmapResolution\":1,\"md5ext\":\"9d7414a719d6cc5e0e9071ede200a29c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":96},{\"assetId\":\"5ab51aeaa296e955e75a7a3c103ebb99\",\"name\":\"devin-c\",\"bitmapResolution\":1,\"md5ext\":\"5ab51aeaa296e955e75a7a3c103ebb99.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":95},{\"assetId\":\"bfc7c20b64f86d4b207780f3da695fa4\",\"name\":\"devin-d\",\"bitmapResolution\":1,\"md5ext\":\"bfc7c20b64f86d4b207780f3da695fa4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":95}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('61', '20', 'Dinosaur1', '{\"costumes\":[{\"assetId\":\"45b02fbd582c15a50e1953830b59b377\",\"name\":\"dinosaur1-a\",\"bitmapResolution\":1,\"md5ext\":\"45b02fbd582c15a50e1953830b59b377.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":98,\"rotationCenterY\":92},{\"assetId\":\"7f89417968116ada83d4ddaad22403b3\",\"name\":\"dinosaur1-b\",\"bitmapResolution\":1,\"md5ext\":\"7f89417968116ada83d4ddaad22403b3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":98,\"rotationCenterY\":47},{\"assetId\":\"22d94ee5daf557284465425a61186234\",\"name\":\"dinosaur1-c\",\"bitmapResolution\":1,\"md5ext\":\"22d94ee5daf557284465425a61186234.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":81,\"rotationCenterY\":91},{\"assetId\":\"af158d368bf3da576369be1130e18acd\",\"name\":\"dinosaur1-d\",\"bitmapResolution\":1,\"md5ext\":\"af158d368bf3da576369be1130e18acd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":99,\"rotationCenterY\":91}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('62', '20', 'Dinosaur2', '{\"costumes\":[{\"assetId\":\"7799f2848136d11f48ca5f3105d336ef\",\"name\":\"dinosaur2-a\",\"bitmapResolution\":1,\"md5ext\":\"7799f2848136d11f48ca5f3105d336ef.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":67},{\"assetId\":\"d926c5758d130fcfd9a7ae7dac47e47d\",\"name\":\"dinosaur2-b\",\"bitmapResolution\":1,\"md5ext\":\"d926c5758d130fcfd9a7ae7dac47e47d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":76,\"rotationCenterY\":67},{\"assetId\":\"0e43f8e573bf232505b207b92efac2ac\",\"name\":\"dinosaur2-c\",\"bitmapResolution\":1,\"md5ext\":\"0e43f8e573bf232505b207b92efac2ac.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":64,\"rotationCenterY\":67},{\"assetId\":\"e606ba27dfe94daf3d8e3fdf599e37cf\",\"name\":\"dinosaur2-d\",\"bitmapResolution\":1,\"md5ext\":\"e606ba27dfe94daf3d8e3fdf599e37cf.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":67}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('63', '20', 'Dinosaur3', '{\"costumes\":[{\"assetId\":\"d85ec1b97f73564ef26fec73d5056c68\",\"name\":\"dinosaur3-a\",\"bitmapResolution\":1,\"md5ext\":\"d85ec1b97f73564ef26fec73d5056c68.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":113,\"rotationCenterY\":42},{\"assetId\":\"e731d1f1ebf4bc0ea55b850ffe5a5f96\",\"name\":\"dinosaur3-b\",\"bitmapResolution\":1,\"md5ext\":\"e731d1f1ebf4bc0ea55b850ffe5a5f96.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":113,\"rotationCenterY\":59},{\"assetId\":\"ae98efa1c3c3700602e1344db86aaf72\",\"name\":\"dinosaur3-c\",\"bitmapResolution\":1,\"md5ext\":\"ae98efa1c3c3700602e1344db86aaf72.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":59},{\"assetId\":\"cf4fb77a4e9839f83d3fa5fc0982ccd3\",\"name\":\"dinosaur3-d\",\"bitmapResolution\":1,\"md5ext\":\"cf4fb77a4e9839f83d3fa5fc0982ccd3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":113,\"rotationCenterY\":65},{\"assetId\":\"5381feb0fc1b50ddc2793342daddffef\",\"name\":\"dinosaur3-e\",\"bitmapResolution\":1,\"md5ext\":\"5381feb0fc1b50ddc2793342daddffef.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('64', '20', 'Dinosaur4', '{\"costumes\":[{\"assetId\":\"a98e3f93853513e7c00bab4c61752312\",\"name\":\"dinosaur4-a\",\"bitmapResolution\":1,\"md5ext\":\"a98e3f93853513e7c00bab4c61752312.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60,\"rotationCenterY\":52},{\"assetId\":\"ac99ef62e3e018b8db550bb2a187cbe9\",\"name\":\"dinosaur4-b\",\"bitmapResolution\":1,\"md5ext\":\"ac99ef62e3e018b8db550bb2a187cbe9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":52},{\"assetId\":\"c63cca929380152b978d8671fe6003f7\",\"name\":\"dinosaur4-c\",\"bitmapResolution\":1,\"md5ext\":\"c63cca929380152b978d8671fe6003f7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":52},{\"assetId\":\"723bd1559f8baae4184fa24a6513362b\",\"name\":\"dinosaur4-d\",\"bitmapResolution\":1,\"md5ext\":\"723bd1559f8baae4184fa24a6513362b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":89,\"rotationCenterY\":88}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('65', '20', 'Dinosaur5', '{\"costumes\":[{\"assetId\":\"42e3bf118c775ba54239af4276800a0a\",\"name\":\"Dinosaur5-a\",\"bitmapResolution\":2,\"md5ext\":\"42e3bf118c775ba54239af4276800a0a.png\",\"dataFormat\":\"png\",\"rotationCenterX\":104,\"rotationCenterY\":150},{\"assetId\":\"5a0832162a0cfa7adab6090c42e89714\",\"name\":\"Dinosaur5-b\",\"bitmapResolution\":2,\"md5ext\":\"5a0832162a0cfa7adab6090c42e89714.png\",\"dataFormat\":\"png\",\"rotationCenterX\":112,\"rotationCenterY\":166},{\"assetId\":\"26fca11e4251d60ed7aa5d08f4ae2a69\",\"name\":\"Dinosaur5-c\",\"bitmapResolution\":2,\"md5ext\":\"26fca11e4251d60ed7aa5d08f4ae2a69.png\",\"dataFormat\":\"png\",\"rotationCenterX\":112,\"rotationCenterY\":150},{\"assetId\":\"c4044a3badea77ced4f2db69aff866ed\",\"name\":\"Dinosaur5-d\",\"bitmapResolution\":2,\"md5ext\":\"c4044a3badea77ced4f2db69aff866ed.png\",\"dataFormat\":\"png\",\"rotationCenterX\":90,\"rotationCenterY\":134},{\"assetId\":\"f49b3b098a24474f20c8f4686681c611\",\"name\":\"Dinosaur5-e\",\"bitmapResolution\":2,\"md5ext\":\"f49b3b098a24474f20c8f4686681c611.png\",\"dataFormat\":\"png\",\"rotationCenterX\":88,\"rotationCenterY\":150},{\"assetId\":\"9d200a7c2e93eac8cf52ede3a87d7969\",\"name\":\"Dinosaur5-f\",\"bitmapResolution\":2,\"md5ext\":\"9d200a7c2e93eac8cf52ede3a87d7969.png\",\"dataFormat\":\"png\",\"rotationCenterX\":94,\"rotationCenterY\":166},{\"assetId\":\"5882227a9e2f0f3b2014c49328969762\",\"name\":\"Dinosaur5-g\",\"bitmapResolution\":2,\"md5ext\":\"5882227a9e2f0f3b2014c49328969762.png\",\"dataFormat\":\"png\",\"rotationCenterX\":102,\"rotationCenterY\":150},{\"assetId\":\"3b2cf97b1cc7fc535162ba5849a0e29c\",\"name\":\"Dinosaur5-h\",\"bitmapResolution\":2,\"md5ext\":\"3b2cf97b1cc7fc535162ba5849a0e29c.png\",\"dataFormat\":\"png\",\"rotationCenterX\":108,\"rotationCenterY\":134}],\"sounds\":[{\"assetId\":\"51c00a150d33c4639203184bb24c637b\",\"name\":\"舞蹈 funky\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":111761,\"md5ext\":\"51c00a150d33c4639203184bb24c637b.wav\"},{\"assetId\":\"6759a83e9b92cd6082b68611e858fd23\",\"name\":\"bite\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"6759a83e9b92cd6082b68611e858fd23.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('66', '21', 'Diver1', '{\"costumes\":[{\"assetId\":\"a24f23a0f5d77cfb59721ef8f6bfe5c7\",\"name\":\"diver1\",\"bitmapResolution\":1,\"md5ext\":\"a24f23a0f5d77cfb59721ef8f6bfe5c7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('67', '21', 'Diver2', '{\"costumes\":[{\"assetId\":\"ef8136a42b7d20961756e551bc87b37f\",\"name\":\"diver2\",\"bitmapResolution\":1,\"md5ext\":\"ef8136a42b7d20961756e551bc87b37f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('68', '20', 'Dog1', '{\"costumes\":[{\"assetId\":\"35cd78a8a71546a16c530d0b2d7d5a7f\",\"name\":\"dog1-a\",\"bitmapResolution\":1,\"md5ext\":\"35cd78a8a71546a16c530d0b2d7d5a7f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":83,\"rotationCenterY\":80},{\"assetId\":\"d5a72e1eb23a91df4b53c0b16493d1e6\",\"name\":\"dog1-b\",\"bitmapResolution\":1,\"md5ext\":\"d5a72e1eb23a91df4b53c0b16493d1e6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":83,\"rotationCenterY\":80}],\"sounds\":[{\"assetId\":\"b15adefc3c12f758b6dc6a045362532f\",\"name\":\"dog1\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":7344,\"md5ext\":\"b15adefc3c12f758b6dc6a045362532f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('69', '20', 'Dog2', '{\"costumes\":[{\"assetId\":\"66b435d333f34d02d5ae49a598bcc5b3\",\"name\":\"dog2-a\",\"bitmapResolution\":1,\"md5ext\":\"66b435d333f34d02d5ae49a598bcc5b3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75},{\"assetId\":\"6afc06388d69f99e28d883126f9b2734\",\"name\":\"dog2-b\",\"bitmapResolution\":1,\"md5ext\":\"6afc06388d69f99e28d883126f9b2734.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75},{\"assetId\":\"4708bff29b3a295a03ac1d5e2d16ec75\",\"name\":\"dog2-c\",\"bitmapResolution\":1,\"md5ext\":\"4708bff29b3a295a03ac1d5e2d16ec75.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"b15adefc3c12f758b6dc6a045362532f\",\"name\":\"dog1\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":7344,\"md5ext\":\"b15adefc3c12f758b6dc6a045362532f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('70', '26', 'Donut', '{\"costumes\":[{\"assetId\":\"316a67c9e966fd015b4538f54be456db\",\"name\":\"donut\",\"bitmapResolution\":1,\"md5ext\":\"316a67c9e966fd015b4538f54be456db.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72.11747235252724,\"rotationCenterY\":14.658782444689848}],\"sounds\":[{\"assetId\":\"0039635b1d6853face36581784558454\",\"name\":\"Bite\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"0039635b1d6853face36581784558454.wav\"},{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"Chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('71', '25', 'Dorian', '{\"costumes\":[{\"assetId\":\"a9a064a1f28c9e22b594dcea1d46025b\",\"name\":\"dorian-a\",\"bitmapResolution\":1,\"md5ext\":\"a9a064a1f28c9e22b594dcea1d46025b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60,\"rotationCenterY\":65},{\"assetId\":\"7d20ec98603857c031c1f4ad2bd8ea51\",\"name\":\"dorian-b\",\"bitmapResolution\":1,\"md5ext\":\"7d20ec98603857c031c1f4ad2bd8ea51.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60,\"rotationCenterY\":65},{\"assetId\":\"8f2be2387efcbb5d4878886adaa2a88e\",\"name\":\"dorian-c\",\"bitmapResolution\":1,\"md5ext\":\"8f2be2387efcbb5d4878886adaa2a88e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":77,\"rotationCenterY\":67},{\"assetId\":\"603d3dd151984c0eaa2822f70a234c28\",\"name\":\"dorian-d\",\"bitmapResolution\":1,\"md5ext\":\"603d3dd151984c0eaa2822f70a234c28.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":77,\"rotationCenterY\":53}],\"sounds\":[{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"basketball bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('72', '20', 'Dot', '{\"costumes\":[{\"assetId\":\"106461f60e34ce231b323e2dd2d9f05b\",\"name\":\"dot-a\",\"bitmapResolution\":1,\"md5ext\":\"106461f60e34ce231b323e2dd2d9f05b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":52,\"rotationCenterY\":67},{\"assetId\":\"21482022f9930400302bc8ec70643717\",\"name\":\"dot-b\",\"bitmapResolution\":1,\"md5ext\":\"21482022f9930400302bc8ec70643717.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":67},{\"assetId\":\"9e5a6cc6970ce4932a09affba70a45b0\",\"name\":\"dot-c\",\"bitmapResolution\":1,\"md5ext\":\"9e5a6cc6970ce4932a09affba70a45b0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50.53907324990831,\"rotationCenterY\":68.96764494984302},{\"assetId\":\"fb047c94113ee4c6664305a338525e6a\",\"name\":\"dot-d\",\"bitmapResolution\":1,\"md5ext\":\"fb047c94113ee4c6664305a338525e6a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56.58074394930321,\"rotationCenterY\":66.76919584395038}],\"sounds\":[{\"assetId\":\"cd8fa8390b0efdd281882533fbfcfcfb\",\"name\":\"bark\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":6336,\"md5ext\":\"cd8fa8390b0efdd281882533fbfcfcfb.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('73', '20', 'Dove', '{\"costumes\":[{\"assetId\":\"0f83ab55012a7affd94e38250d55a0a0\",\"name\":\"dove-a\",\"bitmapResolution\":1,\"md5ext\":\"0f83ab55012a7affd94e38250d55a0a0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":86,\"rotationCenterY\":59},{\"assetId\":\"778a699a044a0a8c10f44c3194e21ef2\",\"name\":\"dove-b\",\"bitmapResolution\":1,\"md5ext\":\"778a699a044a0a8c10f44c3194e21ef2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":88,\"rotationCenterY\":57}],\"sounds\":[{\"assetId\":\"18bd4b634a3f992a16b30344c7d810e0\",\"name\":\"bird\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":15360,\"md5ext\":\"18bd4b634a3f992a16b30344c7d810e0.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('74', '22', 'Dragon', '{\"costumes\":[{\"assetId\":\"12ead885460d96a19132e5970839d36d\",\"name\":\"dragon-a\",\"bitmapResolution\":1,\"md5ext\":\"12ead885460d96a19132e5970839d36d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":124.12215277545062,\"rotationCenterY\":106.25815347723332},{\"assetId\":\"3f672475ad4ca5d1f9331cffd4223140\",\"name\":\"dragon-b\",\"bitmapResolution\":1,\"md5ext\":\"3f672475ad4ca5d1f9331cffd4223140.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":152.5,\"rotationCenterY\":99},{\"assetId\":\"e0aa0083fa0b97da97600d4dbb2055e5\",\"name\":\"dragon-c\",\"bitmapResolution\":1,\"md5ext\":\"e0aa0083fa0b97da97600d4dbb2055e5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":124.4550776985194,\"rotationCenterY\":105.92484014389998}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('75', '20', 'Dragonfly', '{\"costumes\":[{\"assetId\":\"5cdfe67af929e3fb095e83c9c4b0bd78\",\"name\":\"Dragonfly-a\",\"bitmapResolution\":1,\"md5ext\":\"5cdfe67af929e3fb095e83c9c4b0bd78.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":108,\"rotationCenterY\":52},{\"assetId\":\"17b864c1ddd4b349a6c4bd5709167307\",\"name\":\"Dragonfly-b\",\"bitmapResolution\":1,\"md5ext\":\"17b864c1ddd4b349a6c4bd5709167307.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":108,\"rotationCenterY\":46}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('76', '27', 'Dress', '{\"costumes\":[{\"assetId\":\"ddbea537af6012ebac18d16d65c07479\",\"name\":\"dress-a\",\"bitmapResolution\":1,\"md5ext\":\"ddbea537af6012ebac18d16d65c07479.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57,\"rotationCenterY\":83},{\"assetId\":\"4e22e6fd72500f0a25b959283bfd0a32\",\"name\":\"dress-b\",\"bitmapResolution\":1,\"md5ext\":\"4e22e6fd72500f0a25b959283bfd0a32.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":58,\"rotationCenterY\":83},{\"assetId\":\"c5fb135d89573570010b0d96c94bcec6\",\"name\":\"dress-c\",\"bitmapResolution\":1,\"md5ext\":\"c5fb135d89573570010b0d96c94bcec6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":83}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('77', '24', 'Drum', '{\"costumes\":[{\"assetId\":\"ce6971317035091341ec40571c9056e9\",\"name\":\"drum-a\",\"bitmapResolution\":1,\"md5ext\":\"ce6971317035091341ec40571c9056e9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":60},{\"assetId\":\"47531b5675be696d0540eb120d5d0678\",\"name\":\"drum-b\",\"bitmapResolution\":1,\"md5ext\":\"47531b5675be696d0540eb120d5d0678.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":60}],\"sounds\":[{\"assetId\":\"d623f99b3c8d33932eb2c6c9cfd817c5\",\"name\":\"High Tom\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":24640,\"md5ext\":\"d623f99b3c8d33932eb2c6c9cfd817c5.wav\"},{\"assetId\":\"1569bbbd8952b0575e5a5cb5aefb50ba\",\"name\":\"Low Tom\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":40000,\"md5ext\":\"1569bbbd8952b0575e5a5cb5aefb50ba.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('78', '24', 'Drum Kit', '{\"costumes\":[{\"assetId\":\"baf6344b6f55b074786a383c1097697d\",\"name\":\"drum-kit\",\"bitmapResolution\":1,\"md5ext\":\"baf6344b6f55b074786a383c1097697d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":58,\"rotationCenterY\":78},{\"assetId\":\"3f4fb4836338c55f883607c403b2b25e\",\"name\":\"drum-kit-b\",\"bitmapResolution\":1,\"md5ext\":\"3f4fb4836338c55f883607c403b2b25e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":58,\"rotationCenterY\":78}],\"sounds\":[{\"assetId\":\"48328c874353617451e4c7902cc82817\",\"name\":\"Drum Bass1\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":13056,\"md5ext\":\"48328c874353617451e4c7902cc82817.wav\"},{\"assetId\":\"711a1270d1cf2e5de9b145ee539213e4\",\"name\":\"Drum Bass2\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":4065,\"md5ext\":\"711a1270d1cf2e5de9b145ee539213e4.wav\"},{\"assetId\":\"c21704337b16359ea631b5f8eb48f765\",\"name\":\"Drum Bass3\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":17152,\"md5ext\":\"c21704337b16359ea631b5f8eb48f765.wav\"},{\"assetId\":\"d623f99b3c8d33932eb2c6c9cfd817c5\",\"name\":\"High Tom\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":24640,\"md5ext\":\"d623f99b3c8d33932eb2c6c9cfd817c5.wav\"},{\"assetId\":\"1569bbbd8952b0575e5a5cb5aefb50ba\",\"name\":\"Low Tom\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":40000,\"md5ext\":\"1569bbbd8952b0575e5a5cb5aefb50ba.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('79', '24', 'Drum-cymbal', '{\"costumes\":[{\"assetId\":\"78398692e6fa226568df0374c4358da4\",\"name\":\"drum-cymbal-a\",\"bitmapResolution\":1,\"md5ext\":\"78398692e6fa226568df0374c4358da4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":74},{\"assetId\":\"08355ec8cc4b3263f502adfdea993cda\",\"name\":\"drum-cymbal-b\",\"bitmapResolution\":1,\"md5ext\":\"08355ec8cc4b3263f502adfdea993cda.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":74}],\"sounds\":[{\"assetId\":\"f2c47a46f614f467a7ac802ed9ec3d8e\",\"name\":\"crash cymbal\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":50440,\"md5ext\":\"f2c47a46f614f467a7ac802ed9ec3d8e.wav\"},{\"assetId\":\"9d63ed5be96c43b06492e8b4a9cea8d8\",\"name\":\"splash cymbal\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":19200,\"md5ext\":\"9d63ed5be96c43b06492e8b4a9cea8d8.wav\"},{\"assetId\":\"efddec047de95492f775a1b5b2e8d19e\",\"name\":\"bell cymbal\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":38656,\"md5ext\":\"efddec047de95492f775a1b5b2e8d19e.wav\"},{\"assetId\":\"da8355d753cd2a5ddd19cb2bb41c1547\",\"name\":\"roll cymbal\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":52864,\"md5ext\":\"da8355d753cd2a5ddd19cb2bb41c1547.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('80', '24', 'Drum-highhat', '{\"costumes\":[{\"assetId\":\"15b2a31a57d0cd911ad0b1c265dcf59e\",\"name\":\"drum-highhat-a\",\"bitmapResolution\":1,\"md5ext\":\"15b2a31a57d0cd911ad0b1c265dcf59e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":73},{\"assetId\":\"866b3a49ee2a45998940e2d737c4c502\",\"name\":\"drum-highhat-b\",\"bitmapResolution\":1,\"md5ext\":\"866b3a49ee2a45998940e2d737c4c502.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":73}],\"sounds\":[{\"assetId\":\"2d01f60d0f20ab39facbf707899c6b2a\",\"name\":\"hihat cymbal\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":5504,\"md5ext\":\"2d01f60d0f20ab39facbf707899c6b2a.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('81', '24', 'Drum-snare', '{\"costumes\":[{\"assetId\":\"c42bb05aab3cacddcd88712e33ab8df0\",\"name\":\"drum-snare-a\",\"bitmapResolution\":1,\"md5ext\":\"c42bb05aab3cacddcd88712e33ab8df0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21,\"rotationCenterY\":32},{\"assetId\":\"28298d93f5282041267a92bd67308107\",\"name\":\"drum-snare-b\",\"bitmapResolution\":1,\"md5ext\":\"28298d93f5282041267a92bd67308107.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":48}],\"sounds\":[{\"assetId\":\"d55b3954d72c6275917f375e49b502f3\",\"name\":\"tap snare\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":6592,\"md5ext\":\"d55b3954d72c6275917f375e49b502f3.wav\"},{\"assetId\":\"3b6cce9f8c56c0537ca61eee3945cd1d\",\"name\":\"flam snare\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":8832,\"md5ext\":\"3b6cce9f8c56c0537ca61eee3945cd1d.wav\"},{\"assetId\":\"f6868ee5cf626fc4ef3ca1119dc95592\",\"name\":\"sidestick snare\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":4672,\"md5ext\":\"f6868ee5cf626fc4ef3ca1119dc95592.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('82', '24', 'Drums Conga', '{\"costumes\":[{\"assetId\":\"2b2eacfce0fb1af023e6ca0f5ef6defe\",\"name\":\"Drums Conga-a\",\"bitmapResolution\":1,\"md5ext\":\"2b2eacfce0fb1af023e6ca0f5ef6defe.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":66},{\"assetId\":\"bdad2f140cfbd021f38241fc9acc7fd2\",\"name\":\"Drums Conga-b\",\"bitmapResolution\":1,\"md5ext\":\"bdad2f140cfbd021f38241fc9acc7fd2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":66,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"16144544de90e98a92a265d4fc3241ea\",\"name\":\"High Conga\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":16384,\"md5ext\":\"16144544de90e98a92a265d4fc3241ea.wav\"},{\"assetId\":\"0b6f94487cd8a1cf0bb77e15966656c3\",\"name\":\"Low Conga\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":16768,\"md5ext\":\"0b6f94487cd8a1cf0bb77e15966656c3.wav\"},{\"assetId\":\"1d4abbe3c9bfe198a88badb10762de75\",\"name\":\"Muted Conga\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":9088,\"md5ext\":\"1d4abbe3c9bfe198a88badb10762de75.wav\"},{\"assetId\":\"fd9a67157f57f9cc6fe3cdce38a6d4a8\",\"name\":\"Tap Conga\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":13760,\"md5ext\":\"fd9a67157f57f9cc6fe3cdce38a6d4a8.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('83', '24', 'Drums Tabla', '{\"costumes\":[{\"assetId\":\"af071d9d714c5c622e2bb07133698ce3\",\"name\":\"Tabla-a\",\"bitmapResolution\":1,\"md5ext\":\"af071d9d714c5c622e2bb07133698ce3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":79,\"rotationCenterY\":67},{\"assetId\":\"992d6359be830d977559dad91b04f698\",\"name\":\"Tabla-b\",\"bitmapResolution\":1,\"md5ext\":\"992d6359be830d977559dad91b04f698.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":86,\"rotationCenterY\":73}],\"sounds\":[{\"assetId\":\"35b42d98c43404a5b1b52fb232a62bd7\",\"name\":\"Hi Na Tabla\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":8192,\"md5ext\":\"35b42d98c43404a5b1b52fb232a62bd7.wav\"},{\"assetId\":\"da734693dfa6a9a7eccdc7f9a0ca9840\",\"name\":\"Hi Tun Tabla\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37312,\"md5ext\":\"da734693dfa6a9a7eccdc7f9a0ca9840.wav\"},{\"assetId\":\"9205359ab69d042ed3da8a160a651690\",\"name\":\"Lo Geh Tabla\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":61568,\"md5ext\":\"9205359ab69d042ed3da8a160a651690.wav\"},{\"assetId\":\"d7cd24689737569c93e7ea7344ba6b0e\",\"name\":\"Lo Gliss Tabla\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":14016,\"md5ext\":\"d7cd24689737569c93e7ea7344ba6b0e.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('84', '20', 'Duck', '{\"costumes\":[{\"assetId\":\"c9837d0454f5f0f73df290af2045359b\",\"name\":\"duck\",\"bitmapResolution\":1,\"md5ext\":\"c9837d0454f5f0f73df290af2045359b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":61,\"rotationCenterY\":59}],\"sounds\":[{\"assetId\":\"af5b039e1b05e0ccb12944f648a8884e\",\"name\":\"duck\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11584,\"md5ext\":\"af5b039e1b05e0ccb12944f648a8884e.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('85', '29', 'Earth', '{\"costumes\":[{\"assetId\":\"7405b5efa96995bae6853667f8cd145e\",\"name\":\"earth\",\"bitmapResolution\":1,\"md5ext\":\"7405b5efa96995bae6853667f8cd145e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":55}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('86', '29', 'Easel', '{\"costumes\":[{\"assetId\":\"a4b3714322c11b350f09a75921ae606b\",\"name\":\"Easel-a\",\"bitmapResolution\":1,\"md5ext\":\"a4b3714322c11b350f09a75921ae606b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":95},{\"assetId\":\"6a736beddc7844538be390c18b7c4361\",\"name\":\"Easel-b\",\"bitmapResolution\":1,\"md5ext\":\"6a736beddc7844538be390c18b7c4361.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":95},{\"assetId\":\"caec09682a7fcdffef4647e8355ba004\",\"name\":\"Easel-c\",\"bitmapResolution\":1,\"md5ext\":\"caec09682a7fcdffef4647e8355ba004.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":68,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('87', '26', 'Egg', '{\"costumes\":[{\"assetId\":\"f8ee449298c1446cb0ef281923a4e57a\",\"name\":\"egg-a\",\"bitmapResolution\":1,\"md5ext\":\"f8ee449298c1446cb0ef281923a4e57a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":18,\"rotationCenterY\":26},{\"assetId\":\"fbc629c3b062423e8c09cfacfb1e65f8\",\"name\":\"egg-b\",\"bitmapResolution\":1,\"md5ext\":\"fbc629c3b062423e8c09cfacfb1e65f8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":27},{\"assetId\":\"0d127490af16f8a4ca5ce3212b2391c2\",\"name\":\"egg-c\",\"bitmapResolution\":1,\"md5ext\":\"0d127490af16f8a4ca5ce3212b2391c2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":27},{\"assetId\":\"b0b6e88ec64b842398200bab562b53e3\",\"name\":\"egg-d\",\"bitmapResolution\":1,\"md5ext\":\"b0b6e88ec64b842398200bab562b53e3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":27},{\"assetId\":\"41535b4742f40e2630746b0c4bec98f2\",\"name\":\"egg-e\",\"bitmapResolution\":1,\"md5ext\":\"41535b4742f40e2630746b0c4bec98f2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":26},{\"assetId\":\"bb0505b802140a8cc200c9f8bfce4503\",\"name\":\"egg-f\",\"bitmapResolution\":1,\"md5ext\":\"bb0505b802140a8cc200c9f8bfce4503.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":26}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('88', '20', 'Elephant', '{\"costumes\":[{\"assetId\":\"b59873e9558c1c456200f50e5ab34770\",\"name\":\"elephant-a\",\"bitmapResolution\":1,\"md5ext\":\"b59873e9558c1c456200f50e5ab34770.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":107,\"rotationCenterY\":33},{\"assetId\":\"2c9b5e0125d95b8bc511f6bb09b5ea2f\",\"name\":\"elephant-b\",\"bitmapResolution\":1,\"md5ext\":\"2c9b5e0125d95b8bc511f6bb09b5ea2f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":95,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('89', '22', 'Elf', '{\"costumes\":[{\"assetId\":\"e92abad171396a3198455df8557802e5\",\"name\":\"elf-a\",\"bitmapResolution\":1,\"md5ext\":\"e92abad171396a3198455df8557802e5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":140},{\"assetId\":\"92ff640b911a8348d2734c0e38bba68c\",\"name\":\"elf-b\",\"bitmapResolution\":1,\"md5ext\":\"92ff640b911a8348d2734c0e38bba68c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":140},{\"assetId\":\"524406c2b1fe253c1565ff516309817e\",\"name\":\"elf-c\",\"bitmapResolution\":1,\"md5ext\":\"524406c2b1fe253c1565ff516309817e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":140},{\"assetId\":\"808c6fa2eb1cba0de1d17b18c6f41279\",\"name\":\"elf-d\",\"bitmapResolution\":1,\"md5ext\":\"808c6fa2eb1cba0de1d17b18c6f41279.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":140},{\"assetId\":\"ec458328a85f89f06866e2337076ac0a\",\"name\":\"elf-e\",\"bitmapResolution\":1,\"md5ext\":\"ec458328a85f89f06866e2337076ac0a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":140}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('90', '22', 'Fairy', '{\"costumes\":[{\"assetId\":\"40d726e17bfd2ffeb8c0aa5393ee1c77\",\"name\":\"fairy-a\",\"bitmapResolution\":1,\"md5ext\":\"40d726e17bfd2ffeb8c0aa5393ee1c77.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":140},{\"assetId\":\"bea920473027f43e04c44e588c6cc39a\",\"name\":\"fairy-b\",\"bitmapResolution\":1,\"md5ext\":\"bea920473027f43e04c44e588c6cc39a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":140},{\"assetId\":\"d4f6163a1610243f55dd9cf1c9875c61\",\"name\":\"fairy-c\",\"bitmapResolution\":1,\"md5ext\":\"d4f6163a1610243f55dd9cf1c9875c61.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":140},{\"assetId\":\"902350bba0d4b4612db1e2e902b6f201\",\"name\":\"fairy-d\",\"bitmapResolution\":1,\"md5ext\":\"902350bba0d4b4612db1e2e902b6f201.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":140},{\"assetId\":\"decd31f829032b1d4dcf5efdbd362cb9\",\"name\":\"fairy-e\",\"bitmapResolution\":1,\"md5ext\":\"decd31f829032b1d4dcf5efdbd362cb9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":140}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('91', '20', 'Fish', '{\"costumes\":[{\"assetId\":\"a9b3d163756621f8395592ad77fb9369\",\"name\":\"fish-a\",\"bitmapResolution\":1,\"md5ext\":\"a9b3d163756621f8395592ad77fb9369.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":45},{\"assetId\":\"7a0c31c0087f342867d4754f8dc57541\",\"name\":\"fish-b\",\"bitmapResolution\":1,\"md5ext\":\"7a0c31c0087f342867d4754f8dc57541.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":45},{\"assetId\":\"4a3478b3cdc3e8688a671be88c2775fd\",\"name\":\"fish-c\",\"bitmapResolution\":1,\"md5ext\":\"4a3478b3cdc3e8688a671be88c2775fd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":45},{\"assetId\":\"886e0bb732453eb8d3a849b4eab54943\",\"name\":\"fish-d\",\"bitmapResolution\":1,\"md5ext\":\"886e0bb732453eb8d3a849b4eab54943.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":45}],\"sounds\":[{\"assetId\":\"78b0be9c9c2f664158b886bc7e794095\",\"name\":\"bubbles\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":180224,\"md5ext\":\"78b0be9c9c2f664158b886bc7e794095.wav\"},{\"assetId\":\"c904610d770398b98872a708a2f75611\",\"name\":\"ocean wave\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":99569,\"md5ext\":\"c904610d770398b98872a708a2f75611.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('92', '20', 'Fishbowl', '{\"costumes\":[{\"assetId\":\"17c53cf0296f24722ba5b001d513e58f\",\"name\":\"Fishbowl-a\",\"bitmapResolution\":1,\"md5ext\":\"17c53cf0296f24722ba5b001d513e58f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":24},{\"assetId\":\"b3db01c5cda32fe3ea0b48dde5fa8130\",\"name\":\"Fishbowl-b\",\"bitmapResolution\":1,\"md5ext\":\"b3db01c5cda32fe3ea0b48dde5fa8130.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"aa488de9e2c871e9d4faecd246ed737a\",\"name\":\"water drop\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"aa488de9e2c871e9d4faecd246ed737a.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('93', '26', '食物 Truck', '{\"costumes\":[{\"assetId\":\"a77f9693f87288d023a4632cf019776e\",\"name\":\"食物 Truck-a\",\"bitmapResolution\":1,\"md5ext\":\"a77f9693f87288d023a4632cf019776e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":120.82215422900005,\"rotationCenterY\":123.2192},{\"assetId\":\"f4150de2297a63c3efd125c8e12dd7cc\",\"name\":\"食物 Truck-b\",\"bitmapResolution\":1,\"md5ext\":\"f4150de2297a63c3efd125c8e12dd7cc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":120.82199999999996,\"rotationCenterY\":100.675},{\"assetId\":\"e850e3c93de767519f7f78b38f16ed1d\",\"name\":\"食物 Truck-c\",\"bitmapResolution\":1,\"md5ext\":\"e850e3c93de767519f7f78b38f16ed1d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":120.82199999999996,\"rotationCenterY\":91.45043052455627}],\"sounds\":[{\"assetId\":\"7c887f6a2ecd1cdb85d5527898d7f7a0\",\"name\":\"car horn\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":42673,\"md5ext\":\"7c887f6a2ecd1cdb85d5527898d7f7a0.wav\"},{\"assetId\":\"ec66961f188e9b8a9c75771db744d096\",\"name\":\"clown honk\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":9145,\"md5ext\":\"ec66961f188e9b8a9c75771db744d096.wav\"},{\"assetId\":\"ead1da4a87ff6cb53441142f7ac37b8f\",\"name\":\"car vroom\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"ead1da4a87ff6cb53441142f7ac37b8f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('94', '21', 'Football', '{\"costumes\":[{\"assetId\":\"7ee31371b2eafba57cc5a78fc1a787fe\",\"name\":\"football running\",\"bitmapResolution\":2,\"md5ext\":\"7ee31371b2eafba57cc5a78fc1a787fe.png\",\"dataFormat\":\"png\",\"rotationCenterX\":92,\"rotationCenterY\":200},{\"assetId\":\"c717def72c8bd98749284d31b51d7097\",\"name\":\"football standing\",\"bitmapResolution\":2,\"md5ext\":\"c717def72c8bd98749284d31b51d7097.png\",\"dataFormat\":\"png\",\"rotationCenterX\":74,\"rotationCenterY\":200}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('95', '26', 'Fortune Cookie', '{\"costumes\":[{\"assetId\":\"c56dcaa1fa4e3c9740142b93d5982850\",\"name\":\"fortune cookie\",\"bitmapResolution\":2,\"md5ext\":\"c56dcaa1fa4e3c9740142b93d5982850.png\",\"dataFormat\":\"png\",\"rotationCenterX\":60,\"rotationCenterY\":62}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('96', '20', 'Fox', '{\"costumes\":[{\"assetId\":\"9dd59a4514b5373d4f665db78e145636\",\"name\":\"fox-a\",\"bitmapResolution\":1,\"md5ext\":\"9dd59a4514b5373d4f665db78e145636.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":86,\"rotationCenterY\":44},{\"assetId\":\"2c256eacbb753be361e8e52a0eefde77\",\"name\":\"fox-b\",\"bitmapResolution\":1,\"md5ext\":\"2c256eacbb753be361e8e52a0eefde77.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":50},{\"assetId\":\"dd398ed81edb60c91ad4805f4437d2fa\",\"name\":\"fox-c\",\"bitmapResolution\":1,\"md5ext\":\"dd398ed81edb60c91ad4805f4437d2fa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('97', '22', 'Frank', '{\"costumes\":[{\"assetId\":\"10d39bb7e31647a465e747cd243b8cd0\",\"name\":\"frank-a\",\"bitmapResolution\":1,\"md5ext\":\"10d39bb7e31647a465e747cd243b8cd0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":97,\"rotationCenterY\":63},{\"assetId\":\"e56e930cc0229d1042a673e7503209c5\",\"name\":\"frank-b\",\"bitmapResolution\":1,\"md5ext\":\"e56e930cc0229d1042a673e7503209c5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":105,\"rotationCenterY\":63},{\"assetId\":\"26da9617218493f4f42a1592f21afee8\",\"name\":\"frank-c\",\"bitmapResolution\":1,\"md5ext\":\"26da9617218493f4f42a1592f21afee8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":159,\"rotationCenterY\":59},{\"assetId\":\"d16b76a634f7367ce7d6112401a78e57\",\"name\":\"frank-d\",\"bitmapResolution\":1,\"md5ext\":\"d16b76a634f7367ce7d6112401a78e57.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":106,\"rotationCenterY\":107}],\"sounds\":[{\"assetId\":\"5e36d74bb16aa5085b901362788b0fbf\",\"name\":\"wolf howl\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":172032,\"md5ext\":\"5e36d74bb16aa5085b901362788b0fbf.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('98', '20', 'Frog', '{\"costumes\":[{\"assetId\":\"390845c11df0924f3b627bafeb3f814e\",\"name\":\"frog\",\"bitmapResolution\":1,\"md5ext\":\"390845c11df0924f3b627bafeb3f814e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":30}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('99', '20', 'Frog 2', '{\"costumes\":[{\"assetId\":\"f2246c13e4540472c484119bc314d954\",\"name\":\"Frog 2-a\",\"bitmapResolution\":1,\"md5ext\":\"f2246c13e4540472c484119bc314d954.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":101,\"rotationCenterY\":60},{\"assetId\":\"d9f69469090784d8dd68d94c0fd78a50\",\"name\":\"Frog 2-b\",\"bitmapResolution\":1,\"md5ext\":\"d9f69469090784d8dd68d94c0fd78a50.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":101,\"rotationCenterY\":58},{\"assetId\":\"0717f446c991aac7df2fe4d6590354e7\",\"name\":\"Frog 2-c\",\"bitmapResolution\":1,\"md5ext\":\"0717f446c991aac7df2fe4d6590354e7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":96,\"rotationCenterY\":87}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('100', '26', 'Fruit Platter', '{\"costumes\":[{\"assetId\":\"6c3252378da3334f63eebddbed3fae91\",\"name\":\"fruit platter\",\"bitmapResolution\":2,\"md5ext\":\"6c3252378da3334f63eebddbed3fae91.png\",\"dataFormat\":\"png\",\"rotationCenterX\":148,\"rotationCenterY\":78}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('101', '26', 'Fruit Salad', '{\"costumes\":[{\"assetId\":\"2e6ef315101433b78e38719e8cc630c2\",\"name\":\"fruitsalad\",\"bitmapResolution\":1,\"md5ext\":\"2e6ef315101433b78e38719e8cc630c2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":22}],\"sounds\":[{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"Chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('102', '22', 'Ghost', '{\"costumes\":[{\"assetId\":\"f522b08c5757569ad289d67bce290cd0\",\"name\":\"ghost-a\",\"bitmapResolution\":1,\"md5ext\":\"f522b08c5757569ad289d67bce290cd0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":68},{\"assetId\":\"d1d89391f1d9c74557e504456d58a002\",\"name\":\"ghost-b\",\"bitmapResolution\":1,\"md5ext\":\"d1d89391f1d9c74557e504456d58a002.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":68},{\"assetId\":\"634744e3f98bee53e9cb477a63aa9b21\",\"name\":\"ghost-c\",\"bitmapResolution\":1,\"md5ext\":\"634744e3f98bee53e9cb477a63aa9b21.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":61,\"rotationCenterY\":72},{\"assetId\":\"40ba3a0b5b3899a655fd8867229d4ee3\",\"name\":\"ghost-d\",\"bitmapResolution\":1,\"md5ext\":\"40ba3a0b5b3899a655fd8867229d4ee3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":78,\"rotationCenterY\":69}],\"sounds\":[{\"assetId\":\"ff8b8c3bf841a11fd5fe3afaa92be1b5\",\"name\":\"space ripple\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":164596,\"md5ext\":\"ff8b8c3bf841a11fd5fe3afaa92be1b5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('103', '29', 'Gift', '{\"costumes\":[{\"assetId\":\"0fdd104de718c5fc4a65da429468bdbd\",\"name\":\"gift-a\",\"bitmapResolution\":1,\"md5ext\":\"0fdd104de718c5fc4a65da429468bdbd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":25},{\"assetId\":\"6cbeda5d391c6d107f0b853222f344d9\",\"name\":\"gift-b\",\"bitmapResolution\":1,\"md5ext\":\"6cbeda5d391c6d107f0b853222f344d9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":26}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('104', '22', 'Giga', '{\"costumes\":[{\"assetId\":\"92161a11e851ecda94cbbb985018fed6\",\"name\":\"giga-a\",\"bitmapResolution\":1,\"md5ext\":\"92161a11e851ecda94cbbb985018fed6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":96},{\"assetId\":\"bc706a7648342aaacac9050378b40c43\",\"name\":\"giga-b\",\"bitmapResolution\":1,\"md5ext\":\"bc706a7648342aaacac9050378b40c43.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":96},{\"assetId\":\"337b338b2b10176221e638ac537854e6\",\"name\":\"giga-c\",\"bitmapResolution\":1,\"md5ext\":\"337b338b2b10176221e638ac537854e6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":96},{\"assetId\":\"db15886cfdcb5e2f4459e9074e3990a1\",\"name\":\"giga-d\",\"bitmapResolution\":1,\"md5ext\":\"db15886cfdcb5e2f4459e9074e3990a1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":96}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('105', '22', 'Giga Walking', '{\"costumes\":[{\"assetId\":\"3afad833094d8dff1c4ff79edcaa13d0\",\"name\":\"Giga walk1\",\"bitmapResolution\":1,\"md5ext\":\"3afad833094d8dff1c4ff79edcaa13d0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":70,\"rotationCenterY\":107},{\"assetId\":\"d27716e022fb5f747d7b09fe6eeeca06\",\"name\":\"Giga walk2\",\"bitmapResolution\":1,\"md5ext\":\"d27716e022fb5f747d7b09fe6eeeca06.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":107},{\"assetId\":\"db55131bf54f96e8986d9b30730e42ce\",\"name\":\"Giga walk3\",\"bitmapResolution\":1,\"md5ext\":\"db55131bf54f96e8986d9b30730e42ce.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":107}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('106', '20', 'Giraffe', '{\"costumes\":[{\"assetId\":\"43e89629fb9df7051eaf307c695424fc\",\"name\":\"giraffe-a\",\"bitmapResolution\":1,\"md5ext\":\"43e89629fb9df7051eaf307c695424fc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":132},{\"assetId\":\"ef1fca2ae13d49d9dd2c6cfc211a687c\",\"name\":\"giraffe-b\",\"bitmapResolution\":1,\"md5ext\":\"ef1fca2ae13d49d9dd2c6cfc211a687c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":82,\"rotationCenterY\":132},{\"assetId\":\"cfd93a103479993aee4d680655e39d8d\",\"name\":\"giraffe-c\",\"bitmapResolution\":1,\"md5ext\":\"cfd93a103479993aee4d680655e39d8d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":86,\"rotationCenterY\":132}],\"sounds\":[{\"assetId\":\"058a34b5fb8b57178b5322d994b6b8c8\",\"name\":\"horse gallop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":153344,\"md5ext\":\"058a34b5fb8b57178b5322d994b6b8c8.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('107', '26', 'Glass Water', '{\"costumes\":[{\"assetId\":\"cbf21cf1b057852f91135d27ebbf11ce\",\"name\":\"glass water-a\",\"bitmapResolution\":1,\"md5ext\":\"cbf21cf1b057852f91135d27ebbf11ce.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":48},{\"assetId\":\"ca70c69ef1f797d353581a3f76116ae3\",\"name\":\"glass water-b\",\"bitmapResolution\":1,\"md5ext\":\"ca70c69ef1f797d353581a3f76116ae3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":48}],\"sounds\":[{\"assetId\":\"aa488de9e2c871e9d4faecd246ed737a\",\"name\":\"Water Drop\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"aa488de9e2c871e9d4faecd246ed737a.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('108', '27', 'Glasses', '{\"costumes\":[{\"assetId\":\"705035328ac53d5ce1aa5a1ed1c2d172\",\"name\":\"glasses-a\",\"bitmapResolution\":1,\"md5ext\":\"705035328ac53d5ce1aa5a1ed1c2d172.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":13},{\"assetId\":\"f2a02d0e7431147b8a4a282e02a8e6a4\",\"name\":\"glasses-b\",\"bitmapResolution\":1,\"md5ext\":\"f2a02d0e7431147b8a4a282e02a8e6a4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":14},{\"assetId\":\"9e2f75d3a09f3f10d554ba8380c3ae52\",\"name\":\"glasses-c\",\"bitmapResolution\":1,\"md5ext\":\"9e2f75d3a09f3f10d554ba8380c3ae52.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":12},{\"assetId\":\"acd85b36e6b8d93ba4194ee2ea334207\",\"name\":\"glasses-e\",\"bitmapResolution\":1,\"md5ext\":\"acd85b36e6b8d93ba4194ee2ea334207.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":53}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('109', '25', 'Goalie', '{\"costumes\":[{\"assetId\":\"a554f2a9b49a09ec67d1fd7ecfbcddcd\",\"name\":\"goalie-a\",\"bitmapResolution\":1,\"md5ext\":\"a554f2a9b49a09ec67d1fd7ecfbcddcd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":63},{\"assetId\":\"59eedd0a23c3c983d386a0c125991c7f\",\"name\":\"goalie-b\",\"bitmapResolution\":1,\"md5ext\":\"59eedd0a23c3c983d386a0c125991c7f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":63},{\"assetId\":\"f2e7ba53f3a28c4359cb0d3e3cb4001a\",\"name\":\"goalie-c\",\"bitmapResolution\":1,\"md5ext\":\"f2e7ba53f3a28c4359cb0d3e3cb4001a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":62,\"rotationCenterY\":61},{\"assetId\":\"63f2955298d59dd22dc7b7c6a9c521e2\",\"name\":\"goalie-d\",\"bitmapResolution\":1,\"md5ext\":\"63f2955298d59dd22dc7b7c6a9c521e2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":62},{\"assetId\":\"eb096e2b4234f5f8ee1f2c44429eaa1a\",\"name\":\"goalie-e\",\"bitmapResolution\":1,\"md5ext\":\"eb096e2b4234f5f8ee1f2c44429eaa1a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":69}],\"sounds\":[{\"assetId\":\"170e05c29d50918ae0b482c2955768c0\",\"name\":\"cheer\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":109729,\"md5ext\":\"170e05c29d50918ae0b482c2955768c0.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('110', '22', 'Goblin', '{\"costumes\":[{\"assetId\":\"3f08380f25062b8055a1800f5dad14bd\",\"name\":\"goblin-a\",\"bitmapResolution\":1,\"md5ext\":\"3f08380f25062b8055a1800f5dad14bd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":80},{\"assetId\":\"b8604b8039d6b633015aaf17d74d5d5b\",\"name\":\"goblin-b\",\"bitmapResolution\":1,\"md5ext\":\"b8604b8039d6b633015aaf17d74d5d5b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":80},{\"assetId\":\"2add9ef4eaa25f8915406dcfd8bafc9f\",\"name\":\"goblin-c\",\"bitmapResolution\":1,\"md5ext\":\"2add9ef4eaa25f8915406dcfd8bafc9f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":80},{\"assetId\":\"afb9fe328adae617ee3375366fca02e7\",\"name\":\"goblin-d\",\"bitmapResolution\":1,\"md5ext\":\"afb9fe328adae617ee3375366fca02e7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":80}],\"sounds\":[{\"assetId\":\"b92de59d992a655c1b542223a784cda6\",\"name\":\"fairydust\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":22494,\"md5ext\":\"b92de59d992a655c1b542223a784cda6.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('111', '22', 'Gobo', '{\"costumes\":[{\"assetId\":\"f505a4e9eab5e40e2669a4462dba4c90\",\"name\":\"gobo-a\",\"bitmapResolution\":1,\"md5ext\":\"f505a4e9eab5e40e2669a4462dba4c90.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55},{\"assetId\":\"5c0896569305ab177d87caa31aad2a72\",\"name\":\"gobo-b\",\"bitmapResolution\":1,\"md5ext\":\"5c0896569305ab177d87caa31aad2a72.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55},{\"assetId\":\"9d8021c216fb92cc708e1e96f3ed2b52\",\"name\":\"gobo-c\",\"bitmapResolution\":1,\"md5ext\":\"9d8021c216fb92cc708e1e96f3ed2b52.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('112', '20', 'Grasshopper', '{\"costumes\":[{\"assetId\":\"e7210a370837dd1e4ebc1a56a973b7f6\",\"name\":\"Grasshopper-a\",\"bitmapResolution\":1,\"md5ext\":\"e7210a370837dd1e4ebc1a56a973b7f6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":103,\"rotationCenterY\":43},{\"assetId\":\"529644c5ecdca63adafd87777e341ad7\",\"name\":\"Grasshopper-b\",\"bitmapResolution\":1,\"md5ext\":\"529644c5ecdca63adafd87777e341ad7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":114,\"rotationCenterY\":118},{\"assetId\":\"cf2ac769df444137b4c1eec472fa4b92\",\"name\":\"Grasshopper-c\",\"bitmapResolution\":1,\"md5ext\":\"cf2ac769df444137b4c1eec472fa4b92.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":170},{\"assetId\":\"a7c638b8aa86f2a758830f8c2b0e4cf5\",\"name\":\"Grasshopper-d\",\"bitmapResolution\":1,\"md5ext\":\"a7c638b8aa86f2a758830f8c2b0e4cf5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":70,\"rotationCenterY\":100},{\"assetId\":\"d4f3dfe69be6537e73544381408a820d\",\"name\":\"Grasshopper-e\",\"bitmapResolution\":1,\"md5ext\":\"d4f3dfe69be6537e73544381408a820d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56,\"rotationCenterY\":86},{\"assetId\":\"93550d8abde130ad149904c4448f8b65\",\"name\":\"Grasshopper-f\",\"bitmapResolution\":1,\"md5ext\":\"93550d8abde130ad149904c4448f8b65.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":54}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('113', '29', 'Green Flag', '{\"costumes\":[{\"assetId\":\"2bbfd072183a67db5eddb923fe0726b3\",\"name\":\"green flag\",\"bitmapResolution\":1,\"md5ext\":\"2bbfd072183a67db5eddb923fe0726b3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":70,\"rotationCenterY\":30}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('114', '22', 'Griffin', '{\"costumes\":[{\"assetId\":\"a31166d45903206b52cb0f0a0cb687b5\",\"name\":\"Griffin-a\",\"bitmapResolution\":1,\"md5ext\":\"a31166d45903206b52cb0f0a0cb687b5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":127,\"rotationCenterY\":109},{\"assetId\":\"102f6200c13bd60afa9538c712776fb0\",\"name\":\"Griffin-b\",\"bitmapResolution\":1,\"md5ext\":\"102f6200c13bd60afa9538c712776fb0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":127,\"rotationCenterY\":76},{\"assetId\":\"157d3665cebcd41fa814b9217af99476\",\"name\":\"Griffin-c\",\"bitmapResolution\":1,\"md5ext\":\"157d3665cebcd41fa814b9217af99476.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":127,\"rotationCenterY\":109},{\"assetId\":\"b8c8745820a341afec08e77f4a254551\",\"name\":\"Griffin-d\",\"bitmapResolution\":1,\"md5ext\":\"b8c8745820a341afec08e77f4a254551.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":144,\"rotationCenterY\":69}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('115', '24', 'Guitar', '{\"costumes\":[{\"assetId\":\"8704489dcf1a3ca93c5db40ebe5acd38\",\"name\":\"guitar-a\",\"bitmapResolution\":1,\"md5ext\":\"8704489dcf1a3ca93c5db40ebe5acd38.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":83},{\"assetId\":\"e0423f4743f39456dade16fa1223d6b0\",\"name\":\"guitar-b\",\"bitmapResolution\":1,\"md5ext\":\"e0423f4743f39456dade16fa1223d6b0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":83}],\"sounds\":[{\"assetId\":\"22baa07795a9a524614075cdea543793\",\"name\":\"C Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":89728,\"md5ext\":\"22baa07795a9a524614075cdea543793.wav\"},{\"assetId\":\"2dbcfae6a55738f94bbb40aa5fcbf7ce\",\"name\":\"D Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":82240,\"md5ext\":\"2dbcfae6a55738f94bbb40aa5fcbf7ce.wav\"},{\"assetId\":\"4b5d1da83e59bf35578324573c991666\",\"name\":\"E Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":76800,\"md5ext\":\"4b5d1da83e59bf35578324573c991666.wav\"},{\"assetId\":\"b51d086aeb1921ec405561df52ecbc50\",\"name\":\"F Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":72832,\"md5ext\":\"b51d086aeb1921ec405561df52ecbc50.wav\"},{\"assetId\":\"98a835713ecea2f3ef9f4f442d52ad20\",\"name\":\"G Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":67200,\"md5ext\":\"98a835713ecea2f3ef9f4f442d52ad20.wav\"},{\"assetId\":\"ee753e87d212d4b2fb650ca660f1e839\",\"name\":\"A Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":63744,\"md5ext\":\"ee753e87d212d4b2fb650ca660f1e839.wav\"},{\"assetId\":\"2ae2d67de62df8ca54d638b4ad2466c3\",\"name\":\"B Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":59008,\"md5ext\":\"2ae2d67de62df8ca54d638b4ad2466c3.wav\"},{\"assetId\":\"c8d2851bd99d8e0ce6c1f05e4acc7f34\",\"name\":\"C2 guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":55424,\"md5ext\":\"c8d2851bd99d8e0ce6c1f05e4acc7f34.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('116', '24', 'Guitar-electric1', '{\"costumes\":[{\"assetId\":\"57c6d7dc148576cb2f36e53dea49260a\",\"name\":\"guitar-electric1-a\",\"bitmapResolution\":1,\"md5ext\":\"57c6d7dc148576cb2f36e53dea49260a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":85},{\"assetId\":\"677aed0b1168caf4b3ec565b9104dbe0\",\"name\":\"guitar-electric1-b\",\"bitmapResolution\":1,\"md5ext\":\"677aed0b1168caf4b3ec565b9104dbe0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":85}],\"sounds\":[{\"assetId\":\"0d340de02e14bebaf8dfa0e43eb3f1f9\",\"name\":\"C Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"0d340de02e14bebaf8dfa0e43eb3f1f9.wav\"},{\"assetId\":\"1b5de9866801eb2f9d4f57c7c3b473f5\",\"name\":\"D Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"1b5de9866801eb2f9d4f57c7c3b473f5.wav\"},{\"assetId\":\"2e6a6ae3e0f72bf78c74def8130f459a\",\"name\":\"E Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"2e6a6ae3e0f72bf78c74def8130f459a.wav\"},{\"assetId\":\"5eb00f15f21f734986aa45156d44478d\",\"name\":\"F Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"5eb00f15f21f734986aa45156d44478d.wav\"},{\"assetId\":\"cd0d0e7dad415b2ffa2ba7a61860eaf8\",\"name\":\"G Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"cd0d0e7dad415b2ffa2ba7a61860eaf8.wav\"},{\"assetId\":\"fa5f7fea601e9368dd68449d9a54c995\",\"name\":\"A Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"fa5f7fea601e9368dd68449d9a54c995.wav\"},{\"assetId\":\"81f142d0b00189703d7fe9b1f13f6f87\",\"name\":\"B Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"81f142d0b00189703d7fe9b1f13f6f87.wav\"},{\"assetId\":\"3a8ed3129f22cba5b0810bc030d16b5f\",\"name\":\"C2 Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"3a8ed3129f22cba5b0810bc030d16b5f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('117', '24', 'Guitar-electric2', '{\"costumes\":[{\"assetId\":\"bb88e6a8a08a4034cc155b1137743ca1\",\"name\":\"guitar-electric2-a\",\"bitmapResolution\":1,\"md5ext\":\"bb88e6a8a08a4034cc155b1137743ca1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":38,\"rotationCenterY\":94},{\"assetId\":\"83db2d0e342257e534ccdf0ec17bf668\",\"name\":\"guitar-electric2-b\",\"bitmapResolution\":1,\"md5ext\":\"83db2d0e342257e534ccdf0ec17bf668.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":38,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"0d340de02e14bebaf8dfa0e43eb3f1f9\",\"name\":\"C Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"0d340de02e14bebaf8dfa0e43eb3f1f9.wav\"},{\"assetId\":\"1b5de9866801eb2f9d4f57c7c3b473f5\",\"name\":\"D Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"1b5de9866801eb2f9d4f57c7c3b473f5.wav\"},{\"assetId\":\"2e6a6ae3e0f72bf78c74def8130f459a\",\"name\":\"E Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"2e6a6ae3e0f72bf78c74def8130f459a.wav\"},{\"assetId\":\"5eb00f15f21f734986aa45156d44478d\",\"name\":\"F Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"5eb00f15f21f734986aa45156d44478d.wav\"},{\"assetId\":\"cd0d0e7dad415b2ffa2ba7a61860eaf8\",\"name\":\"G Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"cd0d0e7dad415b2ffa2ba7a61860eaf8.wav\"},{\"assetId\":\"fa5f7fea601e9368dd68449d9a54c995\",\"name\":\"A Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"fa5f7fea601e9368dd68449d9a54c995.wav\"},{\"assetId\":\"81f142d0b00189703d7fe9b1f13f6f87\",\"name\":\"B Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"81f142d0b00189703d7fe9b1f13f6f87.wav\"},{\"assetId\":\"3a8ed3129f22cba5b0810bc030d16b5f\",\"name\":\"C2 Elec Guitar\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"3a8ed3129f22cba5b0810bc030d16b5f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('118', '21', 'Hannah', '{\"costumes\":[{\"assetId\":\"b983d99560313e38b4b3cd36cbd5f0d1\",\"name\":\"hannah-a\",\"bitmapResolution\":2,\"md5ext\":\"b983d99560313e38b4b3cd36cbd5f0d1.png\",\"dataFormat\":\"png\",\"rotationCenterX\":138,\"rotationCenterY\":126},{\"assetId\":\"d0c3b4b24fbf1152de3ebb68f6b875ae\",\"name\":\"hannah-b\",\"bitmapResolution\":2,\"md5ext\":\"d0c3b4b24fbf1152de3ebb68f6b875ae.png\",\"dataFormat\":\"png\",\"rotationCenterX\":48,\"rotationCenterY\":160},{\"assetId\":\"5fdce07935156bbcf943793fa84e826c\",\"name\":\"hannah-c\",\"bitmapResolution\":2,\"md5ext\":\"5fdce07935156bbcf943793fa84e826c.png\",\"dataFormat\":\"png\",\"rotationCenterX\":170,\"rotationCenterY\":130}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('119', '20', 'Hare', '{\"costumes\":[{\"assetId\":\"7269593d83b6f9eae512997f541a7417\",\"name\":\"hare-a\",\"bitmapResolution\":1,\"md5ext\":\"7269593d83b6f9eae512997f541a7417.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":50},{\"assetId\":\"c8dbb4302dd489a201938c203018c2f0\",\"name\":\"hare-b\",\"bitmapResolution\":1,\"md5ext\":\"c8dbb4302dd489a201938c203018c2f0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57,\"rotationCenterY\":35},{\"assetId\":\"85a3b8c151e10576fa531a4293fdac00\",\"name\":\"hare-c\",\"bitmapResolution\":1,\"md5ext\":\"85a3b8c151e10576fa531a4293fdac00.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('120', '21', 'Harper', '{\"costumes\":[{\"assetId\":\"3a0973a042ee16e816c568651316d5d4\",\"name\":\"harper-a\",\"bitmapResolution\":1,\"md5ext\":\"3a0973a042ee16e816c568651316d5d4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":143},{\"assetId\":\"e407fa0ed992393d12d0a108c11e2fa6\",\"name\":\"harper-b\",\"bitmapResolution\":1,\"md5ext\":\"e407fa0ed992393d12d0a108c11e2fa6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":134},{\"assetId\":\"98ce6e6bb99f8ba116f127fdf2e739fd\",\"name\":\"harper-c\",\"bitmapResolution\":1,\"md5ext\":\"98ce6e6bb99f8ba116f127fdf2e739fd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56,\"rotationCenterY\":138}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('121', '27', 'Hat1', '{\"costumes\":[{\"assetId\":\"c632719725400c604fcadf0858ce2b2c\",\"name\":\"hat-a\",\"bitmapResolution\":1,\"md5ext\":\"c632719725400c604fcadf0858ce2b2c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":30},{\"assetId\":\"0aed53a86d92ec2283068000ac97a60b\",\"name\":\"hat-b\",\"bitmapResolution\":1,\"md5ext\":\"0aed53a86d92ec2283068000ac97a60b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":22},{\"assetId\":\"13e382ae3f05a9a23e0b64ca23230438\",\"name\":\"hat-c\",\"bitmapResolution\":1,\"md5ext\":\"13e382ae3f05a9a23e0b64ca23230438.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":27},{\"assetId\":\"6349e36da9897a2f89bdbf5c77dbdacb\",\"name\":\"hat-d\",\"bitmapResolution\":1,\"md5ext\":\"6349e36da9897a2f89bdbf5c77dbdacb.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":45,\"rotationCenterY\":30}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('122', '20', 'Hatchling', '{\"costumes\":[{\"assetId\":\"55f7d457eb0af78cb309ca47497c490f\",\"name\":\"hatchling-a\",\"bitmapResolution\":1,\"md5ext\":\"55f7d457eb0af78cb309ca47497c490f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":15,\"rotationCenterY\":23},{\"assetId\":\"0e5c295a043d5e183a98046e4f734b72\",\"name\":\"hatchling-b\",\"bitmapResolution\":1,\"md5ext\":\"0e5c295a043d5e183a98046e4f734b72.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":16,\"rotationCenterY\":38},{\"assetId\":\"f27d557be70a9522fae4392bfd4f5249\",\"name\":\"hatchling-c\",\"bitmapResolution\":1,\"md5ext\":\"f27d557be70a9522fae4392bfd4f5249.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":38,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"3b8236bbb288019d93ae38362e865972\",\"name\":\"Chirp\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":6097,\"md5ext\":\"3b8236bbb288019d93ae38362e865972.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('123', '29', 'Heart', '{\"costumes\":[{\"assetId\":\"c77e640f6e023e7ce1e376da0f26e1eb\",\"name\":\"heart red\",\"bitmapResolution\":1,\"md5ext\":\"c77e640f6e023e7ce1e376da0f26e1eb.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":56},{\"assetId\":\"e24731f5cf2759c2f289921bebb86ea2\",\"name\":\"heart purple\",\"bitmapResolution\":1,\"md5ext\":\"e24731f5cf2759c2f289921bebb86ea2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":66,\"rotationCenterY\":62}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('124', '26', 'Heart Candy', '{\"costumes\":[{\"assetId\":\"288976865e8c5db717d859e915606d82\",\"name\":\"heart code\",\"bitmapResolution\":1,\"md5ext\":\"288976865e8c5db717d859e915606d82.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":72},{\"assetId\":\"51248e76be2aa7a0f0ed77bc94af1b3a\",\"name\":\"heart love\",\"bitmapResolution\":1,\"md5ext\":\"51248e76be2aa7a0f0ed77bc94af1b3a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":72},{\"assetId\":\"3ee430ba825f41ae9913453d4932fb8b\",\"name\":\"heart sweet\",\"bitmapResolution\":1,\"md5ext\":\"3ee430ba825f41ae9913453d4932fb8b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":72},{\"assetId\":\"5fa8c4693cf8cba8cdbcbed72f4f58aa\",\"name\":\"heart smile\",\"bitmapResolution\":1,\"md5ext\":\"5fa8c4693cf8cba8cdbcbed72f4f58aa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('125', '29', 'Heart Face', '{\"costumes\":[{\"assetId\":\"989770846f8cd1628b48bbe91d0a7d0d\",\"name\":\"heart face\",\"bitmapResolution\":1,\"md5ext\":\"989770846f8cd1628b48bbe91d0a7d0d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":52}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('126', '20', 'Hedgehog', '{\"costumes\":[{\"assetId\":\"3b0e1717859808cecf1a45e2a32dc201\",\"name\":\"hedgehog-a\",\"bitmapResolution\":1,\"md5ext\":\"3b0e1717859808cecf1a45e2a32dc201.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":56},{\"assetId\":\"42bac40ca828133600e0a9f7ba019adb\",\"name\":\"hedgehog-b\",\"bitmapResolution\":1,\"md5ext\":\"42bac40ca828133600e0a9f7ba019adb.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":56},{\"assetId\":\"3251533232e7f44315512149c7f76214\",\"name\":\"hedgehog-c\",\"bitmapResolution\":1,\"md5ext\":\"3251533232e7f44315512149c7f76214.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":56},{\"assetId\":\"93c2d7a0abefaf26ee50d5038ac5bf61\",\"name\":\"hedgehog-d\",\"bitmapResolution\":1,\"md5ext\":\"93c2d7a0abefaf26ee50d5038ac5bf61.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":56},{\"assetId\":\"1fcbba4a2252e96c52d2d8aa8e593e51\",\"name\":\"hedgehog-e\",\"bitmapResolution\":1,\"md5ext\":\"1fcbba4a2252e96c52d2d8aa8e593e51.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":61,\"rotationCenterY\":45}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('127', '20', 'Hen', '{\"costumes\":[{\"assetId\":\"b02a33e32313cc9a75781a6fafd07033\",\"name\":\"hen-a\",\"bitmapResolution\":1,\"md5ext\":\"b02a33e32313cc9a75781a6fafd07033.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60,\"rotationCenterY\":53},{\"assetId\":\"d055896a473bb12f4ec67af1fdb9c652\",\"name\":\"hen-b\",\"bitmapResolution\":1,\"md5ext\":\"d055896a473bb12f4ec67af1fdb9c652.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":50},{\"assetId\":\"c9a4570a2d0ae09b9feeeb5607e4b9c7\",\"name\":\"hen-c\",\"bitmapResolution\":1,\"md5ext\":\"c9a4570a2d0ae09b9feeeb5607e4b9c7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56,\"rotationCenterY\":53},{\"assetId\":\"6c9e05f568862dbcea0a1652a210239b\",\"name\":\"hen-d\",\"bitmapResolution\":1,\"md5ext\":\"6c9e05f568862dbcea0a1652a210239b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51,\"rotationCenterY\":77}],\"sounds\":[{\"assetId\":\"18bd4b634a3f992a16b30344c7d810e0\",\"name\":\"bird\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":15360,\"md5ext\":\"18bd4b634a3f992a16b30344c7d810e0.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('128', '20', 'Hippo1', '{\"costumes\":[{\"assetId\":\"911901dc568b56c15fe81819bc2af653\",\"name\":\"hippo1-a\",\"bitmapResolution\":1,\"md5ext\":\"911901dc568b56c15fe81819bc2af653.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":65},{\"assetId\":\"5764a2c650f225bc27cc0e6c5db401ea\",\"name\":\"hippo1-b\",\"bitmapResolution\":1,\"md5ext\":\"5764a2c650f225bc27cc0e6c5db401ea.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":68}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('129', '29', 'Home Button', '{\"costumes\":[{\"assetId\":\"1ebdcb9f033fa6658259b52da376b7ac\",\"name\":\"home button\",\"bitmapResolution\":1,\"md5ext\":\"1ebdcb9f033fa6658259b52da376b7ac.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('130', '20', 'Horse', '{\"costumes\":[{\"assetId\":\"ad458251c5bf5b375870829f1762fa47\",\"name\":\"horse-a\",\"bitmapResolution\":1,\"md5ext\":\"ad458251c5bf5b375870829f1762fa47.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":119,\"rotationCenterY\":83},{\"assetId\":\"0e0fa871bea01c2dfb70e9955dc098be\",\"name\":\"horse-b\",\"bitmapResolution\":1,\"md5ext\":\"0e0fa871bea01c2dfb70e9955dc098be.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":103,\"rotationCenterY\":97}],\"sounds\":[{\"assetId\":\"45ffcf97ee2edca0199ff5aa71a5b72e\",\"name\":\"horse\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":57856,\"md5ext\":\"45ffcf97ee2edca0199ff5aa71a5b72e.wav\"},{\"assetId\":\"058a34b5fb8b57178b5322d994b6b8c8\",\"name\":\"horse gallop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":153344,\"md5ext\":\"058a34b5fb8b57178b5322d994b6b8c8.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('131', '21', 'Jaime', '{\"costumes\":[{\"assetId\":\"3ddc912edef87ae29121f57294fa0cb5\",\"name\":\"jaime-a\",\"bitmapResolution\":2,\"md5ext\":\"3ddc912edef87ae29121f57294fa0cb5.png\",\"dataFormat\":\"png\",\"rotationCenterX\":76,\"rotationCenterY\":154},{\"assetId\":\"5a683f4536abca0f83a77bc341df4c9a\",\"name\":\"jaime-b\",\"bitmapResolution\":2,\"md5ext\":\"5a683f4536abca0f83a77bc341df4c9a.png\",\"dataFormat\":\"png\",\"rotationCenterX\":68,\"rotationCenterY\":154},{\"assetId\":\"d6cc9814f7a6640e4c2b1a4276987dc5\",\"name\":\"jaime walking-a\",\"bitmapResolution\":2,\"md5ext\":\"d6cc9814f7a6640e4c2b1a4276987dc5.png\",\"dataFormat\":\"png\",\"rotationCenterX\":106,\"rotationCenterY\":172},{\"assetId\":\"7fb579a98d6db257f1b16109d3c4609a\",\"name\":\"jaime walking-b\",\"bitmapResolution\":2,\"md5ext\":\"7fb579a98d6db257f1b16109d3c4609a.png\",\"dataFormat\":\"png\",\"rotationCenterX\":52,\"rotationCenterY\":176},{\"assetId\":\"5883bdefba451aaeac8d77c798d41eb0\",\"name\":\"jaime walking-c\",\"bitmapResolution\":2,\"md5ext\":\"5883bdefba451aaeac8d77c798d41eb0.png\",\"dataFormat\":\"png\",\"rotationCenterX\":88,\"rotationCenterY\":170},{\"assetId\":\"4b9d2162e30dbb924840575ed35fddb0\",\"name\":\"jaime walking-d\",\"bitmapResolution\":2,\"md5ext\":\"4b9d2162e30dbb924840575ed35fddb0.png\",\"dataFormat\":\"png\",\"rotationCenterX\":46,\"rotationCenterY\":174},{\"assetId\":\"63e56d28cc3e3d9b735e1f1d51248cc0\",\"name\":\"jaime walking-e\",\"bitmapResolution\":2,\"md5ext\":\"63e56d28cc3e3d9b735e1f1d51248cc0.png\",\"dataFormat\":\"png\",\"rotationCenterX\":84,\"rotationCenterY\":172}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('132', '25', 'Jamal', '{\"costumes\":[{\"assetId\":\"3c8d5e688450ad1e6bf024a32c55bcda\",\"name\":\"jamal-a\",\"bitmapResolution\":1,\"md5ext\":\"3c8d5e688450ad1e6bf024a32c55bcda.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":49},{\"assetId\":\"2408318e743873c7254db1623441b9c5\",\"name\":\"jamal-b\",\"bitmapResolution\":1,\"md5ext\":\"2408318e743873c7254db1623441b9c5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":53},{\"assetId\":\"693748d763c8da4b119a5e4bee6a1768\",\"name\":\"jamal-c\",\"bitmapResolution\":1,\"md5ext\":\"693748d763c8da4b119a5e4bee6a1768.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":102},{\"assetId\":\"92692e0c0f376797274392484ba74133\",\"name\":\"jamal-d\",\"bitmapResolution\":1,\"md5ext\":\"92692e0c0f376797274392484ba74133.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":95}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"},{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"basketball bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('133', '26', 'Jar', '{\"costumes\":[{\"assetId\":\"33b537168f3c2eb3dafeb739c22f38a6\",\"name\":\"jar-a\",\"bitmapResolution\":1,\"md5ext\":\"33b537168f3c2eb3dafeb739c22f38a6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":25},{\"assetId\":\"e0f5ac773987470ff2467e3e01b9ab23\",\"name\":\"jar-b\",\"bitmapResolution\":1,\"md5ext\":\"e0f5ac773987470ff2467e3e01b9ab23.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":25}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('134', '20', 'Jellyfish', '{\"costumes\":[{\"assetId\":\"4e259b7c08f05145fc7800b33e4f356e\",\"name\":\"jellyfish-a\",\"bitmapResolution\":1,\"md5ext\":\"4e259b7c08f05145fc7800b33e4f356e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":99,\"rotationCenterY\":86},{\"assetId\":\"5944a1e687fa31589517825b2144a17b\",\"name\":\"jellyfish-b\",\"bitmapResolution\":1,\"md5ext\":\"5944a1e687fa31589517825b2144a17b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":99,\"rotationCenterY\":86},{\"assetId\":\"00c99df84f8385038461d6c42a5465ab\",\"name\":\"jellyfish-c\",\"bitmapResolution\":1,\"md5ext\":\"00c99df84f8385038461d6c42a5465ab.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":99,\"rotationCenterY\":86},{\"assetId\":\"3158299771b3d34ed2c50a00fbab715e\",\"name\":\"jellyfish-d\",\"bitmapResolution\":1,\"md5ext\":\"3158299771b3d34ed2c50a00fbab715e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":99,\"rotationCenterY\":86}],\"sounds\":[{\"assetId\":\"78b0be9c9c2f664158b886bc7e794095\",\"name\":\"bubbles\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":180224,\"md5ext\":\"78b0be9c9c2f664158b886bc7e794095.wav\"},{\"assetId\":\"c904610d770398b98872a708a2f75611\",\"name\":\"ocean wave\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":99569,\"md5ext\":\"c904610d770398b98872a708a2f75611.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('135', '25', 'Jordyn', '{\"costumes\":[{\"assetId\":\"db4d97cbf24e2b8af665bfbf06f67fa0\",\"name\":\"jordyn-a\",\"bitmapResolution\":1,\"md5ext\":\"db4d97cbf24e2b8af665bfbf06f67fa0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51,\"rotationCenterY\":62},{\"assetId\":\"a7cc1e5f02b58ecc8095cfc18eef0289\",\"name\":\"jordyn-b\",\"bitmapResolution\":1,\"md5ext\":\"a7cc1e5f02b58ecc8095cfc18eef0289.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51,\"rotationCenterY\":63},{\"assetId\":\"768c4601174f0dfcb96b3080ccc3a192\",\"name\":\"jordyn-c\",\"bitmapResolution\":1,\"md5ext\":\"768c4601174f0dfcb96b3080ccc3a192.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":68,\"rotationCenterY\":62},{\"assetId\":\"00c8c464c19460df693f8d5ae69afdab\",\"name\":\"jordyn-d\",\"bitmapResolution\":1,\"md5ext\":\"00c8c464c19460df693f8d5ae69afdab.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":62}],\"sounds\":[{\"assetId\":\"199b30c8b4fe0642e849924bd1e1b463\",\"name\":\"Goal Cheer\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":84329,\"md5ext\":\"199b30c8b4fe0642e849924bd1e1b463.wav\"},{\"assetId\":\"7d91d95d841dc6cf1282914306a4674a\",\"name\":\"Referee Whistle\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":14225,\"md5ext\":\"7d91d95d841dc6cf1282914306a4674a.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('136', '23', 'Jouvi 舞蹈', '{\"costumes\":[{\"assetId\":\"6f68790ee3eb9bdccf8749305186b0dd\",\"name\":\"jo stance\",\"bitmapResolution\":2,\"md5ext\":\"6f68790ee3eb9bdccf8749305186b0dd.png\",\"dataFormat\":\"png\",\"rotationCenterX\":94,\"rotationCenterY\":240},{\"assetId\":\"0ed4a09c41871d150c51119c1bceded2\",\"name\":\"jo top stand\",\"bitmapResolution\":2,\"md5ext\":\"0ed4a09c41871d150c51119c1bceded2.png\",\"dataFormat\":\"png\",\"rotationCenterX\":68,\"rotationCenterY\":260},{\"assetId\":\"efaa8eb6c8cf7dc35d4d37d546ebd333\",\"name\":\"jo top R leg\",\"bitmapResolution\":2,\"md5ext\":\"efaa8eb6c8cf7dc35d4d37d546ebd333.png\",\"dataFormat\":\"png\",\"rotationCenterX\":218,\"rotationCenterY\":262},{\"assetId\":\"a12f40b18067bb31746f9cf461de88aa\",\"name\":\"jo top L leg\",\"bitmapResolution\":2,\"md5ext\":\"a12f40b18067bb31746f9cf461de88aa.png\",\"dataFormat\":\"png\",\"rotationCenterX\":208,\"rotationCenterY\":268},{\"assetId\":\"c2d5519e8a0f2214ff757117038c28dc\",\"name\":\"jo top R cross\",\"bitmapResolution\":2,\"md5ext\":\"c2d5519e8a0f2214ff757117038c28dc.png\",\"dataFormat\":\"png\",\"rotationCenterX\":144,\"rotationCenterY\":270},{\"assetId\":\"2e2a6534d33883fdd2f8471a1adbebb7\",\"name\":\"jo top L cross\",\"bitmapResolution\":2,\"md5ext\":\"2e2a6534d33883fdd2f8471a1adbebb7.png\",\"dataFormat\":\"png\",\"rotationCenterX\":84,\"rotationCenterY\":268},{\"assetId\":\"3d3ea804243800981acabc7caba10939\",\"name\":\"jo pop front\",\"bitmapResolution\":2,\"md5ext\":\"3d3ea804243800981acabc7caba10939.png\",\"dataFormat\":\"png\",\"rotationCenterX\":70,\"rotationCenterY\":228},{\"assetId\":\"a55fbb529c10f70bcb374aef8a63571b\",\"name\":\"jo pop down\",\"bitmapResolution\":2,\"md5ext\":\"a55fbb529c10f70bcb374aef8a63571b.png\",\"dataFormat\":\"png\",\"rotationCenterX\":68,\"rotationCenterY\":74},{\"assetId\":\"ea812b4c2b2405aa2b73158023298f71\",\"name\":\"jo pop left\",\"bitmapResolution\":2,\"md5ext\":\"ea812b4c2b2405aa2b73158023298f71.png\",\"dataFormat\":\"png\",\"rotationCenterX\":196,\"rotationCenterY\":226},{\"assetId\":\"01dd2f553c7262329ebaba2516e3a2b1\",\"name\":\"jo pop right\",\"bitmapResolution\":2,\"md5ext\":\"01dd2f553c7262329ebaba2516e3a2b1.png\",\"dataFormat\":\"png\",\"rotationCenterX\":66,\"rotationCenterY\":242},{\"assetId\":\"a9fbc01a4124d555da12630312e46197\",\"name\":\"jo pop L arm\",\"bitmapResolution\":2,\"md5ext\":\"a9fbc01a4124d555da12630312e46197.png\",\"dataFormat\":\"png\",\"rotationCenterX\":108,\"rotationCenterY\":258},{\"assetId\":\"75ee2383fd83992b401c8a0730521d94\",\"name\":\"jo pop stand\",\"bitmapResolution\":2,\"md5ext\":\"75ee2383fd83992b401c8a0730521d94.png\",\"dataFormat\":\"png\",\"rotationCenterX\":78,\"rotationCenterY\":262},{\"assetId\":\"aabfedff0d11243386b6b0941e0f72e9\",\"name\":\"jo pop R arm\",\"bitmapResolution\":2,\"md5ext\":\"aabfedff0d11243386b6b0941e0f72e9.png\",\"dataFormat\":\"png\",\"rotationCenterX\":108,\"rotationCenterY\":260}],\"sounds\":[{\"assetId\":\"0edb8fb88af19e6e17d0f8cf64c1d136\",\"name\":\"舞蹈 celebrate\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":176785,\"md5ext\":\"0edb8fb88af19e6e17d0f8cf64c1d136.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('137', '21', 'Kai', '{\"costumes\":[{\"assetId\":\"6e007fde15e49c66ee7996561f80b452\",\"name\":\"kai-a\",\"bitmapResolution\":2,\"md5ext\":\"6e007fde15e49c66ee7996561f80b452.png\",\"dataFormat\":\"png\",\"rotationCenterX\":68,\"rotationCenterY\":160},{\"assetId\":\"c1e1149f6d7e308e3e4eba14ccc8a751\",\"name\":\"kai-b\",\"bitmapResolution\":2,\"md5ext\":\"c1e1149f6d7e308e3e4eba14ccc8a751.png\",\"dataFormat\":\"png\",\"rotationCenterX\":82,\"rotationCenterY\":158}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('138', '22', 'Key', '{\"costumes\":[{\"assetId\":\"680d3e4dce002f922b32447fcf29743d\",\"name\":\"key\",\"bitmapResolution\":1,\"md5ext\":\"680d3e4dce002f922b32447fcf29743d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":27}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('139', '24', 'Keyboard', '{\"costumes\":[{\"assetId\":\"0ad880b5e829578832c8927b3f6ef7f8\",\"name\":\"keyboard-a\",\"bitmapResolution\":1,\"md5ext\":\"0ad880b5e829578832c8927b3f6ef7f8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":68},{\"assetId\":\"6efd23c91dab070526feacdf72e2d3da\",\"name\":\"keyboard-b\",\"bitmapResolution\":1,\"md5ext\":\"6efd23c91dab070526feacdf72e2d3da.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":68}],\"sounds\":[{\"assetId\":\"8366ee963cc57ad24a8a35a26f722c2b\",\"name\":\"C Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"8366ee963cc57ad24a8a35a26f722c2b.wav\"},{\"assetId\":\"835f136ca8d346a17b4d4baf8405be37\",\"name\":\"D Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"835f136ca8d346a17b4d4baf8405be37.wav\"},{\"assetId\":\"ab3c198f8e36efff14f0a5bad35fa3cd\",\"name\":\"E Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"ab3c198f8e36efff14f0a5bad35fa3cd.wav\"},{\"assetId\":\"dc5e368fc0d0dad1da609bfc3e29aa15\",\"name\":\"F Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"dc5e368fc0d0dad1da609bfc3e29aa15.wav\"},{\"assetId\":\"39525f6545d62a95d05153f92d63301a\",\"name\":\"G Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"39525f6545d62a95d05153f92d63301a.wav\"},{\"assetId\":\"0cfa8e84d6a5cd63afa31d541625a9ef\",\"name\":\"A Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"0cfa8e84d6a5cd63afa31d541625a9ef.wav\"},{\"assetId\":\"9cc77167419f228503dd57fddaa5b2a6\",\"name\":\"B Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"9cc77167419f228503dd57fddaa5b2a6.wav\"},{\"assetId\":\"366c7edbd4dd5cca68bf62902999bd66\",\"name\":\"C2 Elec Piano\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88200,\"md5ext\":\"366c7edbd4dd5cca68bf62902999bd66.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('140', '21', 'Kia', '{\"costumes\":[{\"assetId\":\"e56e480c994572323d88355b8733e1a3\",\"name\":\"Kia-a\",\"bitmapResolution\":1,\"md5ext\":\"e56e480c994572323d88355b8733e1a3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":38.99436950683594,\"rotationCenterY\":133.91017150878906},{\"assetId\":\"b3d0a248adbc26b0d0826e042a81670a\",\"name\":\"Kia-b\",\"bitmapResolution\":1,\"md5ext\":\"b3d0a248adbc26b0d0826e042a81670a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33.86018625895264,\"rotationCenterY\":133.81014001838557},{\"assetId\":\"db6cd6b145bb6d8dc299475af7423d6e\",\"name\":\"Kia-c\",\"bitmapResolution\":1,\"md5ext\":\"db6cd6b145bb6d8dc299475af7423d6e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55.533868959382346,\"rotationCenterY\":133.7360717987814}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"Pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":1123,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('141', '21', 'Kiran', '{\"costumes\":[{\"assetId\":\"7c0bedab5404830a5147cc4a2d46e997\",\"name\":\"kiran-a\",\"bitmapResolution\":1,\"md5ext\":\"7c0bedab5404830a5147cc4a2d46e997.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":67,\"rotationCenterY\":95},{\"assetId\":\"b0566e0eed7b5216b92d61468d21ecee\",\"name\":\"kiran-b\",\"bitmapResolution\":1,\"md5ext\":\"b0566e0eed7b5216b92d61468d21ecee.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":67,\"rotationCenterY\":95},{\"assetId\":\"78bd6de23d4929aef678ddf0f3f5c276\",\"name\":\"kiran-c\",\"bitmapResolution\":1,\"md5ext\":\"78bd6de23d4929aef678ddf0f3f5c276.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":67,\"rotationCenterY\":95},{\"assetId\":\"2928e9fbd5ca08e326192b3a41bea691\",\"name\":\"kiran-d\",\"bitmapResolution\":1,\"md5ext\":\"2928e9fbd5ca08e326192b3a41bea691.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":67,\"rotationCenterY\":95},{\"assetId\":\"7912b6f378bd781f62683e003c574dbe\",\"name\":\"kiran-e\",\"bitmapResolution\":1,\"md5ext\":\"7912b6f378bd781f62683e003c574dbe.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":77,\"rotationCenterY\":95},{\"assetId\":\"7f0bc123819fc2666321b6cd38069bdb\",\"name\":\"kiran-f\",\"bitmapResolution\":1,\"md5ext\":\"7f0bc123819fc2666321b6cd38069bdb.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":62,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('142', '21', 'Knight', '{\"costumes\":[{\"assetId\":\"188325c56b79ff3cd58497c970ba87a6\",\"name\":\"knight\",\"bitmapResolution\":1,\"md5ext\":\"188325c56b79ff3cd58497c970ba87a6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('143', '23', 'LB 舞蹈', '{\"costumes\":[{\"assetId\":\"71dde8c43985815bffb5a5ed5632af58\",\"name\":\"lb stance\",\"bitmapResolution\":2,\"md5ext\":\"71dde8c43985815bffb5a5ed5632af58.png\",\"dataFormat\":\"png\",\"rotationCenterX\":54,\"rotationCenterY\":244},{\"assetId\":\"e68d899e178309ff3eae3e1de8a8ec28\",\"name\":\"lb top stand\",\"bitmapResolution\":2,\"md5ext\":\"e68d899e178309ff3eae3e1de8a8ec28.png\",\"dataFormat\":\"png\",\"rotationCenterX\":70,\"rotationCenterY\":248},{\"assetId\":\"79ca528d13ffb557a236f0a35a0eb486\",\"name\":\"lb top R leg\",\"bitmapResolution\":2,\"md5ext\":\"79ca528d13ffb557a236f0a35a0eb486.png\",\"dataFormat\":\"png\",\"rotationCenterX\":244,\"rotationCenterY\":250},{\"assetId\":\"63d099e94aa8a973dcfa4c5d8b4a3e7a\",\"name\":\"lb top L leg\",\"bitmapResolution\":2,\"md5ext\":\"63d099e94aa8a973dcfa4c5d8b4a3e7a.png\",\"dataFormat\":\"png\",\"rotationCenterX\":234,\"rotationCenterY\":286},{\"assetId\":\"645d6e2674452009df7a9a844a604791\",\"name\":\"lb top L cross\",\"bitmapResolution\":2,\"md5ext\":\"645d6e2674452009df7a9a844a604791.png\",\"dataFormat\":\"png\",\"rotationCenterX\":148,\"rotationCenterY\":258},{\"assetId\":\"4423159d81378ada5ffd7f053d7ef471\",\"name\":\"lb top R cross\",\"bitmapResolution\":2,\"md5ext\":\"4423159d81378ada5ffd7f053d7ef471.png\",\"dataFormat\":\"png\",\"rotationCenterX\":174,\"rotationCenterY\":256},{\"assetId\":\"cdd52259075b75628001672d375e4985\",\"name\":\"lb pop front\",\"bitmapResolution\":2,\"md5ext\":\"cdd52259075b75628001672d375e4985.png\",\"dataFormat\":\"png\",\"rotationCenterX\":66,\"rotationCenterY\":272},{\"assetId\":\"563f86443cb102b9241cebb62eb2d81a\",\"name\":\"lb pop down\",\"bitmapResolution\":2,\"md5ext\":\"563f86443cb102b9241cebb62eb2d81a.png\",\"dataFormat\":\"png\",\"rotationCenterX\":56,\"rotationCenterY\":90},{\"assetId\":\"525285312925e1e6b4e237a119b61305\",\"name\":\"lb pop left\",\"bitmapResolution\":2,\"md5ext\":\"525285312925e1e6b4e237a119b61305.png\",\"dataFormat\":\"png\",\"rotationCenterX\":198,\"rotationCenterY\":266},{\"assetId\":\"0a2461b3b9a4b8603e75565d78b1d4d7\",\"name\":\"lb pop right\",\"bitmapResolution\":2,\"md5ext\":\"0a2461b3b9a4b8603e75565d78b1d4d7.png\",\"dataFormat\":\"png\",\"rotationCenterX\":76,\"rotationCenterY\":264},{\"assetId\":\"b508808c087adb55ce156f5cfbdac61b\",\"name\":\"lb pop L arm\",\"bitmapResolution\":2,\"md5ext\":\"b508808c087adb55ce156f5cfbdac61b.png\",\"dataFormat\":\"png\",\"rotationCenterX\":100,\"rotationCenterY\":262},{\"assetId\":\"5f176ef763be18f7c342dc2e2de7bf16\",\"name\":\"lb pop stand\",\"bitmapResolution\":2,\"md5ext\":\"5f176ef763be18f7c342dc2e2de7bf16.png\",\"dataFormat\":\"png\",\"rotationCenterX\":66,\"rotationCenterY\":268},{\"assetId\":\"0725440743391e7c622bb5df6a94e1d4\",\"name\":\"lb pop R arm\",\"bitmapResolution\":2,\"md5ext\":\"0725440743391e7c622bb5df6a94e1d4.png\",\"dataFormat\":\"png\",\"rotationCenterX\":78,\"rotationCenterY\":258}],\"sounds\":[{\"assetId\":\"0edb8fb88af19e6e17d0f8cf64c1d136\",\"name\":\"舞蹈 celebrate\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":176785,\"md5ext\":\"0edb8fb88af19e6e17d0f8cf64c1d136.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('144', '20', 'Ladybug1', '{\"costumes\":[{\"assetId\":\"169c0efa8c094fdedddf8c19c36f0229\",\"name\":\"ladybug2\",\"bitmapResolution\":1,\"md5ext\":\"169c0efa8c094fdedddf8c19c36f0229.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":43}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('145', '20', 'Ladybug2', '{\"costumes\":[{\"assetId\":\"457200f8dec8fea00d22473e9bd9175e\",\"name\":\"ladybug2-a\",\"bitmapResolution\":1,\"md5ext\":\"457200f8dec8fea00d22473e9bd9175e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":28},{\"assetId\":\"3f48228829b77fc47d6d89b5729b2957\",\"name\":\"ladybug2-b\",\"bitmapResolution\":1,\"md5ext\":\"3f48228829b77fc47d6d89b5729b2957.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":28}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('146', '29', 'Laptop', '{\"costumes\":[{\"assetId\":\"cd2d1f72275e676df5f82be74ae91dfa\",\"name\":\"laptop\",\"bitmapResolution\":1,\"md5ext\":\"cd2d1f72275e676df5f82be74ae91dfa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('147', '22', 'Lightning', '{\"costumes\":[{\"assetId\":\"0ddd3a05a330925bcd2d048908ed40b8\",\"name\":\"lightning\",\"bitmapResolution\":1,\"md5ext\":\"0ddd3a05a330925bcd2d048908ed40b8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21,\"rotationCenterY\":83}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('148', '29', 'Line', '{\"costumes\":[{\"assetId\":\"e85305b47cfd92d971704dcb7ad6e17b\",\"name\":\"line\",\"bitmapResolution\":1,\"md5ext\":\"e85305b47cfd92d971704dcb7ad6e17b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":239,\"rotationCenterY\":7}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('149', '20', 'Lion', '{\"costumes\":[{\"assetId\":\"e88e83c8b3ca80c54540b5f0c5a0cc03\",\"name\":\"lion-a\",\"bitmapResolution\":1,\"md5ext\":\"e88e83c8b3ca80c54540b5f0c5a0cc03.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":95,\"rotationCenterY\":43},{\"assetId\":\"f0d9ab3d82bbade6e279dc1c81e2e6db\",\"name\":\"lion-b\",\"bitmapResolution\":1,\"md5ext\":\"f0d9ab3d82bbade6e279dc1c81e2e6db.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":94,\"rotationCenterY\":43},{\"assetId\":\"91c64c5361d906fd36d5813ae27b85a8\",\"name\":\"lion-c\",\"bitmapResolution\":1,\"md5ext\":\"91c64c5361d906fd36d5813ae27b85a8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":95,\"rotationCenterY\":43}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"},{\"assetId\":\"caa0a1685ef7a5334413834c6c818c5a\",\"name\":\"grunt\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":21337,\"md5ext\":\"caa0a1685ef7a5334413834c6c818c5a.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('150', '20', 'Llama', '{\"costumes\":[{\"assetId\":\"c97824f20a45adfa3ff362f82247a025\",\"name\":\"llama\",\"bitmapResolution\":1,\"md5ext\":\"c97824f20a45adfa3ff362f82247a025.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":95},{\"assetId\":\"1f3aaeb598e121ad817143800d8c4a32\",\"name\":\"llama-b\",\"bitmapResolution\":1,\"md5ext\":\"1f3aaeb598e121ad817143800d8c4a32.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":92,\"rotationCenterY\":90},{\"assetId\":\"ac80d75745315f052f7f7b4e62e4a850\",\"name\":\"llama-c\",\"bitmapResolution\":1,\"md5ext\":\"ac80d75745315f052f7f7b4e62e4a850.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":73,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"362d7440a57cab29914fecea621e50d4\",\"name\":\"snort\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":17273,\"md5ext\":\"362d7440a57cab29914fecea621e50d4.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('151', '21', 'Luca', '{\"costumes\":[{\"assetId\":\"90fa2ad340edc6e6ba963710feef940e\",\"name\":\"Luca-a\",\"bitmapResolution\":1,\"md5ext\":\"90fa2ad340edc6e6ba963710feef940e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44.518938859952925,\"rotationCenterY\":130.28487970293187},{\"assetId\":\"18dfad514602a4907502c7c84861b24e\",\"name\":\"Luca-b\",\"bitmapResolution\":1,\"md5ext\":\"18dfad514602a4907502c7c84861b24e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41.801770753585856,\"rotationCenterY\":130.2642790555675},{\"assetId\":\"963cb82687acaf5de53a22b287192723\",\"name\":\"Luca-c\",\"bitmapResolution\":1,\"md5ext\":\"963cb82687acaf5de53a22b287192723.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50.565256229860694,\"rotationCenterY\":130.02168173555543}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"Pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":1123,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('152', '22', 'Magic Wand', '{\"costumes\":[{\"assetId\":\"89aa5332042d7bbf8368293a4efeafa4\",\"name\":\"magicwand\",\"bitmapResolution\":1,\"md5ext\":\"89aa5332042d7bbf8368293a4efeafa4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":18}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('153', '21', 'Marian', '{\"costumes\":[{\"assetId\":\"e9577a1eb098905dd386135bb38c0398\",\"name\":\"Marian-a\",\"bitmapResolution\":2,\"md5ext\":\"e9577a1eb098905dd386135bb38c0398.png\",\"dataFormat\":\"png\",\"rotationCenterX\":108.5,\"rotationCenterY\":226},{\"assetId\":\"3d2ecee35eab8c37d1c3eadfe50ce447\",\"name\":\"Marian-b\",\"bitmapResolution\":2,\"md5ext\":\"3d2ecee35eab8c37d1c3eadfe50ce447.png\",\"dataFormat\":\"png\",\"rotationCenterX\":108.5,\"rotationCenterY\":226},{\"assetId\":\"221e9999b20ecc21b37c68fcdf09ab02\",\"name\":\"Marian-c\",\"bitmapResolution\":2,\"md5ext\":\"221e9999b20ecc21b37c68fcdf09ab02.png\",\"dataFormat\":\"png\",\"rotationCenterX\":70.5,\"rotationCenterY\":226},{\"assetId\":\"64206b46c411e40926569cf3f5e587be\",\"name\":\"Marian-d\",\"bitmapResolution\":2,\"md5ext\":\"64206b46c411e40926569cf3f5e587be.png\",\"dataFormat\":\"png\",\"rotationCenterX\":139,\"rotationCenterY\":219},{\"assetId\":\"16893c6136292ae36e13dc72cc55719b\",\"name\":\"Marian-e\",\"bitmapResolution\":2,\"md5ext\":\"16893c6136292ae36e13dc72cc55719b.png\",\"dataFormat\":\"png\",\"rotationCenterX\":69.5,\"rotationCenterY\":211.5}],\"sounds\":[{\"assetId\":\"9502142875e67f7b0292a117a27e9563\",\"name\":\"Hand Clap\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":4928,\"md5ext\":\"9502142875e67f7b0292a117a27e9563.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('154', '25', 'Max', '{\"costumes\":[{\"assetId\":\"5180649cfd62831c52f8994ce644d6ac\",\"name\":\"max-a\",\"bitmapResolution\":1,\"md5ext\":\"5180649cfd62831c52f8994ce644d6ac.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":70,\"rotationCenterY\":61},{\"assetId\":\"9669ce16eb6c6df6f26686598a59711d\",\"name\":\"max-b\",\"bitmapResolution\":1,\"md5ext\":\"9669ce16eb6c6df6f26686598a59711d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":71,\"rotationCenterY\":64},{\"assetId\":\"7b3d1324382032f87384ef2c8c618156\",\"name\":\"max-c\",\"bitmapResolution\":1,\"md5ext\":\"7b3d1324382032f87384ef2c8c618156.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":46,\"rotationCenterY\":59},{\"assetId\":\"6b91183a4ad162e4950d95828a85144d\",\"name\":\"max-d\",\"bitmapResolution\":1,\"md5ext\":\"6b91183a4ad162e4950d95828a85144d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":59}],\"sounds\":[{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"basketball bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('155', '22', 'Mermaid', '{\"costumes\":[{\"assetId\":\"88a3b6b2f0b3ffa25cab97bc619f8386\",\"name\":\"mermaid-a\",\"bitmapResolution\":1,\"md5ext\":\"88a3b6b2f0b3ffa25cab97bc619f8386.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":92,\"rotationCenterY\":130},{\"assetId\":\"f903049308e2171178d889f5c4a7d466\",\"name\":\"mermaid-b\",\"bitmapResolution\":1,\"md5ext\":\"f903049308e2171178d889f5c4a7d466.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":92,\"rotationCenterY\":130},{\"assetId\":\"2a6274017350fab67ebec9157420ae96\",\"name\":\"mermaid-c\",\"bitmapResolution\":1,\"md5ext\":\"2a6274017350fab67ebec9157420ae96.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":150,\"rotationCenterY\":115},{\"assetId\":\"65419296861b1c7ee59075af0f949d67\",\"name\":\"mermaid-d\",\"bitmapResolution\":1,\"md5ext\":\"65419296861b1c7ee59075af0f949d67.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":150,\"rotationCenterY\":115}],\"sounds\":[{\"assetId\":\"c904610d770398b98872a708a2f75611\",\"name\":\"ocean wave\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":99569,\"md5ext\":\"c904610d770398b98872a708a2f75611.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('156', '24', 'Microphone', '{\"costumes\":[{\"assetId\":\"d4d80e94e2cc759b8ca1d7b58f2a9052\",\"name\":\"microphone-a\",\"bitmapResolution\":1,\"md5ext\":\"d4d80e94e2cc759b8ca1d7b58f2a9052.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":88},{\"assetId\":\"c96578ffb9e314fee097862d69fde0af\",\"name\":\"microphone-b\",\"bitmapResolution\":1,\"md5ext\":\"c96578ffb9e314fee097862d69fde0af.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":88}],\"sounds\":[{\"assetId\":\"28153621d293c86da0b246d314458faf\",\"name\":\"Bass Beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":13440,\"md5ext\":\"28153621d293c86da0b246d314458faf.wav\"},{\"assetId\":\"abc70bb390f8e55f22f32265500d814a\",\"name\":\"Clap Beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":8448,\"md5ext\":\"abc70bb390f8e55f22f32265500d814a.wav\"},{\"assetId\":\"5a07847bf246c227204728b05a3fc8f3\",\"name\":\"Hi Beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11712,\"md5ext\":\"5a07847bf246c227204728b05a3fc8f3.wav\"},{\"assetId\":\"859249563a7b1fc0f6e92e36d1db81c7\",\"name\":\"Scratch Beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":23104,\"md5ext\":\"859249563a7b1fc0f6e92e36d1db81c7.wav\"},{\"assetId\":\"c642c4c00135d890998f351faec55498\",\"name\":\"Snare Beatbox\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":6097,\"md5ext\":\"c642c4c00135d890998f351faec55498.wav\"},{\"assetId\":\"7ede1382b578d8fc32850b48d082d914\",\"name\":\"Snare Beatbox2\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":9920,\"md5ext\":\"7ede1382b578d8fc32850b48d082d914.wav\"},{\"assetId\":\"9021b7bb06f2399f18e2db4fb87095dc\",\"name\":\"Wah Beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":13248,\"md5ext\":\"9021b7bb06f2399f18e2db4fb87095dc.wav\"},{\"assetId\":\"725e29369e9138a43f11e0e5eb3eb562\",\"name\":\"Crash Beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":53766,\"md5ext\":\"725e29369e9138a43f11e0e5eb3eb562.wav\"},{\"assetId\":\"e1f32c057411da4237181ce72ae15d23\",\"name\":\"Wub Beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":14784,\"md5ext\":\"e1f32c057411da4237181ce72ae15d23.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('157', '26', 'Milk', '{\"costumes\":[{\"assetId\":\"aa5f1501805aa68d3ad74623f59e6135\",\"name\":\"milk-a\",\"bitmapResolution\":1,\"md5ext\":\"aa5f1501805aa68d3ad74623f59e6135.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":63},{\"assetId\":\"0f683f65c737bbcbb916df0895d8436e\",\"name\":\"milk-b\",\"bitmapResolution\":1,\"md5ext\":\"0f683f65c737bbcbb916df0895d8436e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":64},{\"assetId\":\"1fa49d62f8028a375470e7bac451e666\",\"name\":\"milk-c\",\"bitmapResolution\":1,\"md5ext\":\"1fa49d62f8028a375470e7bac451e666.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":56},{\"assetId\":\"4d3eabd3ef848b61c3120d796c274733\",\"name\":\"milk-d\",\"bitmapResolution\":1,\"md5ext\":\"4d3eabd3ef848b61c3120d796c274733.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":45,\"rotationCenterY\":64},{\"assetId\":\"6ec300ae45758eff12e9d47cf4f0d2a0\",\"name\":\"milk-e\",\"bitmapResolution\":1,\"md5ext\":\"6ec300ae45758eff12e9d47cf4f0d2a0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":45}],\"sounds\":[{\"assetId\":\"5606722c6105f3c58f9689a958f5c45f\",\"name\":\"glug\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":12193,\"md5ext\":\"5606722c6105f3c58f9689a958f5c45f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('158', '21', 'Monet', '{\"costumes\":[{\"assetId\":\"4c6b016c55c4348b6dce29ba99e7ede4\",\"name\":\"monet-a\",\"bitmapResolution\":1,\"md5ext\":\"4c6b016c55c4348b6dce29ba99e7ede4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":64,\"rotationCenterY\":87},{\"assetId\":\"137bbc522701a96908667d1b1730d041\",\"name\":\"monet-b\",\"bitmapResolution\":1,\"md5ext\":\"137bbc522701a96908667d1b1730d041.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":64,\"rotationCenterY\":87},{\"assetId\":\"138e6591f3317222521963ef3ce9a057\",\"name\":\"monet-c\",\"bitmapResolution\":1,\"md5ext\":\"138e6591f3317222521963ef3ce9a057.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":64,\"rotationCenterY\":87},{\"assetId\":\"740276a8aa9ddd12dd4b30f369975d66\",\"name\":\"monet-d\",\"bitmapResolution\":1,\"md5ext\":\"740276a8aa9ddd12dd4b30f369975d66.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":82,\"rotationCenterY\":87},{\"assetId\":\"5b67cb843dcc9dabdc580b9e35e95659\",\"name\":\"monet-e\",\"bitmapResolution\":1,\"md5ext\":\"5b67cb843dcc9dabdc580b9e35e95659.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":89}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('159', '20', 'Monkey', '{\"costumes\":[{\"assetId\":\"254926ee81bfa82f2db7009a80635061\",\"name\":\"monkey-a\",\"bitmapResolution\":1,\"md5ext\":\"254926ee81bfa82f2db7009a80635061.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":68,\"rotationCenterY\":99},{\"assetId\":\"de0405b0576ade1282bdfcd198922baa\",\"name\":\"monkey-b\",\"bitmapResolution\":1,\"md5ext\":\"de0405b0576ade1282bdfcd198922baa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":68,\"rotationCenterY\":99},{\"assetId\":\"ec6d62f0ff64bb5440ffdc662b6e46fa\",\"name\":\"monkey-c\",\"bitmapResolution\":1,\"md5ext\":\"ec6d62f0ff64bb5440ffdc662b6e46fa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":68,\"rotationCenterY\":99}],\"sounds\":[{\"assetId\":\"25f4826cdd61e0a1c623ec2324c16ca0\",\"name\":\"Chee Chee\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":69120,\"md5ext\":\"25f4826cdd61e0a1c623ec2324c16ca0.wav\"},{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"Chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('160', '29', 'Motorcycle', '{\"costumes\":[{\"assetId\":\"b73447c2577b8f77b5e2eb1da6d6445a\",\"name\":\"Motorcycle-a\",\"bitmapResolution\":1,\"md5ext\":\"b73447c2577b8f77b5e2eb1da6d6445a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51.21999999999994,\"rotationCenterY\":43.599999999999994},{\"assetId\":\"6e960b3c6a60ebe192e36b235c50ae03\",\"name\":\"Motorcycle-b\",\"bitmapResolution\":1,\"md5ext\":\"6e960b3c6a60ebe192e36b235c50ae03.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51.21999999999994,\"rotationCenterY\":43.599999999999994},{\"assetId\":\"a70bdd403ace1f1ece2f2af0fbc3c720\",\"name\":\"Motorcycle-c\",\"bitmapResolution\":1,\"md5ext\":\"a70bdd403ace1f1ece2f2af0fbc3c720.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51.21999999999994,\"rotationCenterY\":43.599999999999994},{\"assetId\":\"c6f8179ff3e8f8ab08b01d50343eefc4\",\"name\":\"Motorcycle-d\",\"bitmapResolution\":1,\"md5ext\":\"c6f8179ff3e8f8ab08b01d50343eefc4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51.21999999999994,\"rotationCenterY\":43.599999999999994}],\"sounds\":[{\"assetId\":\"ec66961f188e9b8a9c75771db744d096\",\"name\":\"clown honk\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":9145,\"md5ext\":\"ec66961f188e9b8a9c75771db744d096.wav\"},{\"assetId\":\"ead1da4a87ff6cb53441142f7ac37b8f\",\"name\":\"car vroom\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"ead1da4a87ff6cb53441142f7ac37b8f.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('161', '20', 'Mouse1', '{\"costumes\":[{\"assetId\":\"c5f76b65e30075c12d49ea8a8f7d6bad\",\"name\":\"mouse1-a\",\"bitmapResolution\":1,\"md5ext\":\"c5f76b65e30075c12d49ea8a8f7d6bad.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":27},{\"assetId\":\"8a7da35c473972f88896ca73b7df2188\",\"name\":\"mouse1-b\",\"bitmapResolution\":1,\"md5ext\":\"8a7da35c473972f88896ca73b7df2188.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":21}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('162', '26', 'Muffin', '{\"costumes\":[{\"assetId\":\"afa34381db44e699d61f774911aab448\",\"name\":\"muffin-a\",\"bitmapResolution\":1,\"md5ext\":\"afa34381db44e699d61f774911aab448.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":48},{\"assetId\":\"bd0581902cd6cc13888520776bf1620c\",\"name\":\"muffin-b\",\"bitmapResolution\":1,\"md5ext\":\"bd0581902cd6cc13888520776bf1620c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":48}],\"sounds\":[{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"Chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('163', '22', 'Nano', '{\"costumes\":[{\"assetId\":\"a62e560863c0e49b12e5d57e13d084f1\",\"name\":\"nano-a\",\"bitmapResolution\":1,\"md5ext\":\"a62e560863c0e49b12e5d57e13d084f1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":61,\"rotationCenterY\":60},{\"assetId\":\"d12aead3e3c2917e7eba8b2b90a7afd2\",\"name\":\"nano-b\",\"bitmapResolution\":1,\"md5ext\":\"d12aead3e3c2917e7eba8b2b90a7afd2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":61,\"rotationCenterY\":60},{\"assetId\":\"8f2f4a70e87262ef478ce60567b6208a\",\"name\":\"nano-c\",\"bitmapResolution\":1,\"md5ext\":\"8f2f4a70e87262ef478ce60567b6208a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":61,\"rotationCenterY\":60},{\"assetId\":\"a4e2034751fa650fd5fd69432c110104\",\"name\":\"nano-d\",\"bitmapResolution\":1,\"md5ext\":\"a4e2034751fa650fd5fd69432c110104.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":61,\"rotationCenterY\":60}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('164', '20', 'Neigh Pony', '{\"costumes\":[{\"assetId\":\"592816f56409d582603c485cbefcbbb8\",\"name\":\"neigh pony\",\"bitmapResolution\":1,\"md5ext\":\"592816f56409d582603c485cbefcbbb8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":74,\"rotationCenterY\":78}],\"sounds\":[{\"assetId\":\"45ffcf97ee2edca0199ff5aa71a5b72e\",\"name\":\"horse\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":57856,\"md5ext\":\"45ffcf97ee2edca0199ff5aa71a5b72e.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('165', '21', 'Noor', '{\"costumes\":[{\"assetId\":\"4cf233c6540e434aded60608ba316ce3\",\"name\":\"Noor-a\",\"bitmapResolution\":1,\"md5ext\":\"4cf233c6540e434aded60608ba316ce3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":38.4758779691426,\"rotationCenterY\":130.22760078036825},{\"assetId\":\"975585ca9461f0730a285fc96df73425\",\"name\":\"Noor-b\",\"bitmapResolution\":1,\"md5ext\":\"975585ca9461f0730a285fc96df73425.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41.73210898803782,\"rotationCenterY\":130.22760078036825},{\"assetId\":\"c1792bbd5970034b4595ff7e742d6e47\",\"name\":\"Noor-c\",\"bitmapResolution\":1,\"md5ext\":\"c1792bbd5970034b4595ff7e742d6e47.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50.673619073816894,\"rotationCenterY\":130.25802625960853}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"Pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":1123,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('166', '20', 'Octopus', '{\"costumes\":[{\"assetId\":\"e22d9b633feffc1d026980a1f21e07d7\",\"name\":\"octopus-a\",\"bitmapResolution\":1,\"md5ext\":\"e22d9b633feffc1d026980a1f21e07d7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":88,\"rotationCenterY\":86},{\"assetId\":\"9b5a2cd287229bf36ffcc176ed72cc0c\",\"name\":\"octopus-b\",\"bitmapResolution\":1,\"md5ext\":\"9b5a2cd287229bf36ffcc176ed72cc0c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":88,\"rotationCenterY\":86},{\"assetId\":\"7d33a531087188b29deae879f23f76bc\",\"name\":\"octopus-c\",\"bitmapResolution\":1,\"md5ext\":\"7d33a531087188b29deae879f23f76bc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":88,\"rotationCenterY\":86},{\"assetId\":\"f582f162c4438d82c9e2a0a87a3e02ce\",\"name\":\"octopus-d\",\"bitmapResolution\":1,\"md5ext\":\"f582f162c4438d82c9e2a0a87a3e02ce.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":88,\"rotationCenterY\":86},{\"assetId\":\"5d6e17d6260134d0402ba487a419d7c3\",\"name\":\"octopus-e\",\"bitmapResolution\":1,\"md5ext\":\"5d6e17d6260134d0402ba487a419d7c3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":88,\"rotationCenterY\":86}],\"sounds\":[{\"assetId\":\"6aed5e38d40b87a21d893d26fa2858c0\",\"name\":\"splash\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":46737,\"md5ext\":\"6aed5e38d40b87a21d893d26fa2858c0.wav\"},{\"assetId\":\"c904610d770398b98872a708a2f75611\",\"name\":\"ocean wave\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":99569,\"md5ext\":\"c904610d770398b98872a708a2f75611.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('167', '26', 'Orange', '{\"costumes\":[{\"assetId\":\"d0a55aae1decb57152b454c9a5226757\",\"name\":\"orange\",\"bitmapResolution\":1,\"md5ext\":\"d0a55aae1decb57152b454c9a5226757.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":18}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('168', '26', 'Orange2', '{\"costumes\":[{\"assetId\":\"27286ca08451bc512e1d611965dad061\",\"name\":\"orange2-a\",\"bitmapResolution\":1,\"md5ext\":\"27286ca08451bc512e1d611965dad061.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":24},{\"assetId\":\"b823f73a31e61fd362574e2c24dfc0c2\",\"name\":\"orange2-b\",\"bitmapResolution\":1,\"md5ext\":\"b823f73a31e61fd362574e2c24dfc0c2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":27}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('169', '25', 'Outfielder', '{\"costumes\":[{\"assetId\":\"10578b06f97b9fdc34f622e9e682c144\",\"name\":\"outfielder-a\",\"bitmapResolution\":1,\"md5ext\":\"10578b06f97b9fdc34f622e9e682c144.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":78},{\"assetId\":\"d0a8837867d39444a824b734d4cd5554\",\"name\":\"outfielder-b\",\"bitmapResolution\":1,\"md5ext\":\"d0a8837867d39444a824b734d4cd5554.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":74},{\"assetId\":\"9f31c772f88a5f32fe857d57b3bcb04c\",\"name\":\"outfielder-c\",\"bitmapResolution\":1,\"md5ext\":\"9f31c772f88a5f32fe857d57b3bcb04c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":67,\"rotationCenterY\":97},{\"assetId\":\"175ddc7ed99cc5b72909098046d8f558\",\"name\":\"outfielder-d\",\"bitmapResolution\":1,\"md5ext\":\"175ddc7ed99cc5b72909098046d8f558.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":130,\"rotationCenterY\":114}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('170', '20', 'Owl', '{\"costumes\":[{\"assetId\":\"a518f70b65ec489e709795209b43207a\",\"name\":\"owl-a\",\"bitmapResolution\":1,\"md5ext\":\"a518f70b65ec489e709795209b43207a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":40},{\"assetId\":\"236bb6b33e7db00834bcea89b03b8a5e\",\"name\":\"owl-b\",\"bitmapResolution\":1,\"md5ext\":\"236bb6b33e7db00834bcea89b03b8a5e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":46},{\"assetId\":\"806139207066cb5eaef727d54c1bb4ec\",\"name\":\"owl-c\",\"bitmapResolution\":1,\"md5ext\":\"806139207066cb5eaef727d54c1bb4ec.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":109,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('171', '29', 'Paddle', '{\"costumes\":[{\"assetId\":\"15864fac7d38bb94c1ec3a199de96c26\",\"name\":\"paddle\",\"bitmapResolution\":1,\"md5ext\":\"15864fac7d38bb94c1ec3a199de96c26.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":7}],\"sounds\":[{\"assetId\":\"53a3c2e27d1fb5fdb14aaf0cb41e7889\",\"name\":\"boing\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":7113,\"md5ext\":\"53a3c2e27d1fb5fdb14aaf0cb41e7889.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('172', '20', 'Panther', '{\"costumes\":[{\"assetId\":\"0e7c244f54b27058f8b17d9e0d3cee12\",\"name\":\"panther-a\",\"bitmapResolution\":1,\"md5ext\":\"0e7c244f54b27058f8b17d9e0d3cee12.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":125,\"rotationCenterY\":81},{\"assetId\":\"4a762fd04901407544d8858adac2b3fa\",\"name\":\"panther-b\",\"bitmapResolution\":1,\"md5ext\":\"4a762fd04901407544d8858adac2b3fa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":125,\"rotationCenterY\":81},{\"assetId\":\"a7aee991f51636574625c1300f035bdd\",\"name\":\"panther-c\",\"bitmapResolution\":1,\"md5ext\":\"a7aee991f51636574625c1300f035bdd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":125,\"rotationCenterY\":81}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('173', '27', 'Pants', '{\"costumes\":[{\"assetId\":\"ef8b1576f183222a4c2d373a7bc194cc\",\"name\":\"pants-a\",\"bitmapResolution\":1,\"md5ext\":\"ef8b1576f183222a4c2d373a7bc194cc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":66},{\"assetId\":\"ac9c7259873e472c2c1a99339c694f16\",\"name\":\"pants-b\",\"bitmapResolution\":1,\"md5ext\":\"ac9c7259873e472c2c1a99339c694f16.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":66}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('174', '20', 'Parrot', '{\"costumes\":[{\"assetId\":\"082f371c206f07d20e53595a9c69cc22\",\"name\":\"parrot-a\",\"bitmapResolution\":1,\"md5ext\":\"082f371c206f07d20e53595a9c69cc22.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":86,\"rotationCenterY\":106},{\"assetId\":\"036fad20b674197358f8c0b2dc64e17e\",\"name\":\"parrot-b\",\"bitmapResolution\":1,\"md5ext\":\"036fad20b674197358f8c0b2dc64e17e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":31}],\"sounds\":[{\"assetId\":\"18bd4b634a3f992a16b30344c7d810e0\",\"name\":\"Bird\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":15360,\"md5ext\":\"18bd4b634a3f992a16b30344c7d810e0.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('175', '27', 'Party Hats', '{\"costumes\":[{\"assetId\":\"1d14be44e4aa99a471115cd874204690\",\"name\":\"Party Hat-a\",\"bitmapResolution\":1,\"md5ext\":\"1d14be44e4aa99a471115cd874204690.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":55},{\"assetId\":\"8b43413906cf1ba1343580d3ca062048\",\"name\":\"Party Hat-b\",\"bitmapResolution\":1,\"md5ext\":\"8b43413906cf1ba1343580d3ca062048.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":61},{\"assetId\":\"abefb98344ece228afeb462f46d6b750\",\"name\":\"Party Hat-e\",\"bitmapResolution\":1,\"md5ext\":\"abefb98344ece228afeb462f46d6b750.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":52,\"rotationCenterY\":44}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('176', '29', 'Pencil', '{\"costumes\":[{\"assetId\":\"b3d6eae85f285dd618bf9dcf609b9454\",\"name\":\"pencil-a\",\"bitmapResolution\":1,\"md5ext\":\"b3d6eae85f285dd618bf9dcf609b9454.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":54},{\"assetId\":\"f017876452a24d118fc0b1753caefad9\",\"name\":\"pencil-b\",\"bitmapResolution\":1,\"md5ext\":\"f017876452a24d118fc0b1753caefad9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":68}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('177', '20', 'Penguin', '{\"costumes\":[{\"assetId\":\"dad5b0d82cb6e053d1ded2ef537a9453\",\"name\":\"penguin-a\",\"bitmapResolution\":1,\"md5ext\":\"dad5b0d82cb6e053d1ded2ef537a9453.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":36,\"rotationCenterY\":46},{\"assetId\":\"c434b674f2da18ba13cdfe51dbc05ecc\",\"name\":\"penguin-b\",\"bitmapResolution\":1,\"md5ext\":\"c434b674f2da18ba13cdfe51dbc05ecc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":26,\"rotationCenterY\":46},{\"assetId\":\"6d11aedea7f316215aaa0d08617f4c31\",\"name\":\"penguin-c\",\"bitmapResolution\":1,\"md5ext\":\"6d11aedea7f316215aaa0d08617f4c31.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":46}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('178', '20', 'Penguin 2', '{\"costumes\":[{\"assetId\":\"428772307d90f4b347d6cc3c0d8e76ef\",\"name\":\"penguin2-a\",\"bitmapResolution\":1,\"md5ext\":\"428772307d90f4b347d6cc3c0d8e76ef.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":61},{\"assetId\":\"d485f5620d2dde69a6aa1cda7c897d12\",\"name\":\"penguin2-b\",\"bitmapResolution\":1,\"md5ext\":\"d485f5620d2dde69a6aa1cda7c897d12.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":61},{\"assetId\":\"280d2aa13f0c6774cc8828dc177aaf60\",\"name\":\"penguin2-c\",\"bitmapResolution\":1,\"md5ext\":\"280d2aa13f0c6774cc8828dc177aaf60.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":62},{\"assetId\":\"780467f3d173dcb37fd65834841babc6\",\"name\":\"penguin2-d\",\"bitmapResolution\":1,\"md5ext\":\"780467f3d173dcb37fd65834841babc6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":61}],\"sounds\":[{\"assetId\":\"3b8236bbb288019d93ae38362e865972\",\"name\":\"Chirp\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":6097,\"md5ext\":\"3b8236bbb288019d93ae38362e865972.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('179', '22', 'Pico', '{\"costumes\":[{\"assetId\":\"e7ce31db37f7abd2901499db2e9ad83a\",\"name\":\"pico-a\",\"bitmapResolution\":1,\"md5ext\":\"e7ce31db37f7abd2901499db2e9ad83a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":66},{\"assetId\":\"a7597b1f0c13455d335a3d4fe77da528\",\"name\":\"pico-b\",\"bitmapResolution\":1,\"md5ext\":\"a7597b1f0c13455d335a3d4fe77da528.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":66},{\"assetId\":\"bcc0e8a5dda3a813608902b887c87bb4\",\"name\":\"pico-c\",\"bitmapResolution\":1,\"md5ext\":\"bcc0e8a5dda3a813608902b887c87bb4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":66},{\"assetId\":\"d6dfa2efe58939af4c85755feb3c0375\",\"name\":\"pico-d\",\"bitmapResolution\":1,\"md5ext\":\"d6dfa2efe58939af4c85755feb3c0375.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":66}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('180', '22', 'Pico Walking', '{\"costumes\":[{\"assetId\":\"c8f58f31cabf4acabb3f828730061276\",\"name\":\"Pico walk1\",\"bitmapResolution\":1,\"md5ext\":\"c8f58f31cabf4acabb3f828730061276.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":71},{\"assetId\":\"52a60eccb624530fd3a24fc41fbad6e5\",\"name\":\"Pico walk2\",\"bitmapResolution\":1,\"md5ext\":\"52a60eccb624530fd3a24fc41fbad6e5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":71},{\"assetId\":\"702bd644d01ea8eda2ea122daeea7d74\",\"name\":\"Pico walk3\",\"bitmapResolution\":1,\"md5ext\":\"702bd644d01ea8eda2ea122daeea7d74.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":70},{\"assetId\":\"22fb16ae7cc18187a7adaf2852f07884\",\"name\":\"Pico walk4\",\"bitmapResolution\":1,\"md5ext\":\"22fb16ae7cc18187a7adaf2852f07884.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":70}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('181', '25', 'Pitcher', '{\"costumes\":[{\"assetId\":\"bceae719ba1ec230afec56f14a1e4d52\",\"name\":\"pitcher-a\",\"bitmapResolution\":1,\"md5ext\":\"bceae719ba1ec230afec56f14a1e4d52.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":74},{\"assetId\":\"049132404cb2cb157830aaf18aee6a24\",\"name\":\"pitcher-b\",\"bitmapResolution\":1,\"md5ext\":\"049132404cb2cb157830aaf18aee6a24.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":97},{\"assetId\":\"fc955dec7f1e97f1ddd9f8245a80907e\",\"name\":\"pitcher-c\",\"bitmapResolution\":1,\"md5ext\":\"fc955dec7f1e97f1ddd9f8245a80907e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":98},{\"assetId\":\"ae8aa57ce6e5729d30d8b785bec97774\",\"name\":\"pitcher-d\",\"bitmapResolution\":1,\"md5ext\":\"ae8aa57ce6e5729d30d8b785bec97774.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":84,\"rotationCenterY\":57}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('182', '29', 'Planet2', '{\"costumes\":[{\"assetId\":\"50cde8a4a737da0eba1ab73eb263f836\",\"name\":\"planet2\",\"bitmapResolution\":1,\"md5ext\":\"50cde8a4a737da0eba1ab73eb263f836.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('183', '20', 'Polar Bear', '{\"costumes\":[{\"assetId\":\"d050a3394b61ade080f7963c40192e7d\",\"name\":\"polar bear-a\",\"bitmapResolution\":1,\"md5ext\":\"d050a3394b61ade080f7963c40192e7d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":104,\"rotationCenterY\":42},{\"assetId\":\"11d00a06abd2c882672464f4867e90b6\",\"name\":\"polar bear-b\",\"bitmapResolution\":1,\"md5ext\":\"11d00a06abd2c882672464f4867e90b6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":47},{\"assetId\":\"5d7cd81aad80100368b8b77bf09ad576\",\"name\":\"polar bear-c\",\"bitmapResolution\":1,\"md5ext\":\"5d7cd81aad80100368b8b77bf09ad576.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":104,\"rotationCenterY\":43}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('184', '22', 'Potion', '{\"costumes\":[{\"assetId\":\"d922ffdfe38fd30fd8787810c6bce318\",\"name\":\"potion-a\",\"bitmapResolution\":1,\"md5ext\":\"d922ffdfe38fd30fd8787810c6bce318.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":15,\"rotationCenterY\":21},{\"assetId\":\"0eceab4561534dde827bf68233f47441\",\"name\":\"potion-b\",\"bitmapResolution\":1,\"md5ext\":\"0eceab4561534dde827bf68233f47441.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":15,\"rotationCenterY\":28},{\"assetId\":\"f8500e9530bf1136c6386f2a329519dd\",\"name\":\"potion-c\",\"bitmapResolution\":1,\"md5ext\":\"f8500e9530bf1136c6386f2a329519dd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":15,\"rotationCenterY\":42}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('185', '21', 'Prince', '{\"costumes\":[{\"assetId\":\"ada9c5ce11245c467c780bceb665c42d\",\"name\":\"prince\",\"bitmapResolution\":1,\"md5ext\":\"ada9c5ce11245c467c780bceb665c42d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('186', '22', 'Princess', '{\"costumes\":[{\"assetId\":\"e59f55c86ea557bdbd88302012ce8db5\",\"name\":\"princess-a\",\"bitmapResolution\":1,\"md5ext\":\"e59f55c86ea557bdbd88302012ce8db5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":150},{\"assetId\":\"ba37f578cc6cabce6fe4d2864c9eb96f\",\"name\":\"princess-b\",\"bitmapResolution\":1,\"md5ext\":\"ba37f578cc6cabce6fe4d2864c9eb96f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":150},{\"assetId\":\"39157d5d3280ab0b273260170d5436c2\",\"name\":\"princess-c\",\"bitmapResolution\":1,\"md5ext\":\"39157d5d3280ab0b273260170d5436c2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":150},{\"assetId\":\"23330150c0a09180083b597cbfeca99a\",\"name\":\"princess-d\",\"bitmapResolution\":1,\"md5ext\":\"23330150c0a09180083b597cbfeca99a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":150},{\"assetId\":\"0721f5238a2bcde49d05f72ca9d21d9b\",\"name\":\"princess-e\",\"bitmapResolution\":1,\"md5ext\":\"0721f5238a2bcde49d05f72ca9d21d9b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":150}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"magic spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('187', '20', 'Pufferfish', '{\"costumes\":[{\"assetId\":\"b8aa1bd46eacc054c695b89167c3ad28\",\"name\":\"pufferfish-a\",\"bitmapResolution\":1,\"md5ext\":\"b8aa1bd46eacc054c695b89167c3ad28.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":61},{\"assetId\":\"1b4f39763c9848cc840522b95cc6d8ae\",\"name\":\"pufferfish-b\",\"bitmapResolution\":1,\"md5ext\":\"1b4f39763c9848cc840522b95cc6d8ae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":61},{\"assetId\":\"2266c6bb2c3a8fb80783518a08852b4a\",\"name\":\"pufferfish-c\",\"bitmapResolution\":1,\"md5ext\":\"2266c6bb2c3a8fb80783518a08852b4a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":61},{\"assetId\":\"e73e71718306f6c7085305dba142c315\",\"name\":\"pufferfish-d\",\"bitmapResolution\":1,\"md5ext\":\"e73e71718306f6c7085305dba142c315.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":61}],\"sounds\":[{\"assetId\":\"c904610d770398b98872a708a2f75611\",\"name\":\"ocean wave\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":99569,\"md5ext\":\"c904610d770398b98872a708a2f75611.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('188', '20', 'Puppy', '{\"costumes\":[{\"assetId\":\"2768d9e44a0aab055856d301bbc2b04e\",\"name\":\"puppy right\",\"bitmapResolution\":2,\"md5ext\":\"2768d9e44a0aab055856d301bbc2b04e.png\",\"dataFormat\":\"png\",\"rotationCenterX\":107,\"rotationCenterY\":103},{\"assetId\":\"c7817052ed9e78057f877d0d56b5c6a6\",\"name\":\"puppy sit\",\"bitmapResolution\":2,\"md5ext\":\"c7817052ed9e78057f877d0d56b5c6a6.png\",\"dataFormat\":\"png\",\"rotationCenterX\":87,\"rotationCenterY\":112},{\"assetId\":\"c4aeb5c39b39ef57a3f18ace54cf7db1\",\"name\":\"puppy side\",\"bitmapResolution\":2,\"md5ext\":\"c4aeb5c39b39ef57a3f18ace54cf7db1.png\",\"dataFormat\":\"png\",\"rotationCenterX\":104,\"rotationCenterY\":114},{\"assetId\":\"05630bfa94501a3e5d61ce443a0cea70\",\"name\":\"puppy back\",\"bitmapResolution\":2,\"md5ext\":\"05630bfa94501a3e5d61ce443a0cea70.png\",\"dataFormat\":\"png\",\"rotationCenterX\":234,\"rotationCenterY\":94}],\"sounds\":[{\"assetId\":\"cd8fa8390b0efdd281882533fbfcfcfb\",\"name\":\"dog2\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":6336,\"md5ext\":\"cd8fa8390b0efdd281882533fbfcfcfb.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('189', '20', 'Rabbit', '{\"costumes\":[{\"assetId\":\"970f886bfa454e1daa6d6c30ef49a972\",\"name\":\"rabbit-a\",\"bitmapResolution\":1,\"md5ext\":\"970f886bfa454e1daa6d6c30ef49a972.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":84,\"rotationCenterY\":84},{\"assetId\":\"1ca3f829a2c9f7fa4d1df295fe5f787c\",\"name\":\"rabbit-b\",\"bitmapResolution\":1,\"md5ext\":\"1ca3f829a2c9f7fa4d1df295fe5f787c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":84,\"rotationCenterY\":84},{\"assetId\":\"49169d752f20d27fb71022b16044d759\",\"name\":\"rabbit-c\",\"bitmapResolution\":1,\"md5ext\":\"49169d752f20d27fb71022b16044d759.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":84,\"rotationCenterY\":84},{\"assetId\":\"90677c6f16380ef077d6115f6a6371ff\",\"name\":\"rabbit-d\",\"bitmapResolution\":1,\"md5ext\":\"90677c6f16380ef077d6115f6a6371ff.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":84,\"rotationCenterY\":84},{\"assetId\":\"137976ec71439e2f986caeaa70e4c932\",\"name\":\"rabbit-e\",\"bitmapResolution\":1,\"md5ext\":\"137976ec71439e2f986caeaa70e4c932.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":84,\"rotationCenterY\":84}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('190', '24', 'Radio', '{\"costumes\":[{\"assetId\":\"828f0762d028605f6fe52f9287555b74\",\"name\":\"Radio-a\",\"bitmapResolution\":1,\"md5ext\":\"828f0762d028605f6fe52f9287555b74.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":52,\"rotationCenterY\":38},{\"assetId\":\"e96676f038fc523b40392dc1676552dc\",\"name\":\"Radio-b\",\"bitmapResolution\":1,\"md5ext\":\"e96676f038fc523b40392dc1676552dc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51,\"rotationCenterY\":84}],\"sounds\":[{\"assetId\":\"859249563a7b1fc0f6e92e36d1db81c7\",\"name\":\"scratch beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":23104,\"md5ext\":\"859249563a7b1fc0f6e92e36d1db81c7.wav\"},{\"assetId\":\"7ede1382b578d8fc32850b48d082d914\",\"name\":\"snare beatbox2\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":9920,\"md5ext\":\"7ede1382b578d8fc32850b48d082d914.wav\"},{\"assetId\":\"9021b7bb06f2399f18e2db4fb87095dc\",\"name\":\"wah beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":13248,\"md5ext\":\"9021b7bb06f2399f18e2db4fb87095dc.wav\"},{\"assetId\":\"28153621d293c86da0b246d314458faf\",\"name\":\"bass beatbox\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":13440,\"md5ext\":\"28153621d293c86da0b246d314458faf.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('191', '29', 'Rainbow', '{\"costumes\":[{\"assetId\":\"033979eba12e4572b2520bd93a87583e\",\"name\":\"rainbow\",\"bitmapResolution\":1,\"md5ext\":\"033979eba12e4572b2520bd93a87583e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":72,\"rotationCenterY\":36}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('192', '25', 'Referee', '{\"costumes\":[{\"assetId\":\"46dde2baba61a7e48463ae8e58441470\",\"name\":\"referee-a\",\"bitmapResolution\":1,\"md5ext\":\"46dde2baba61a7e48463ae8e58441470.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":63},{\"assetId\":\"7eeca5313c2e7d455482badff3079f64\",\"name\":\"referee-b\",\"bitmapResolution\":1,\"md5ext\":\"7eeca5313c2e7d455482badff3079f64.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":63},{\"assetId\":\"5948c4160089fcc0975a867221ff2256\",\"name\":\"referee-c\",\"bitmapResolution\":1,\"md5ext\":\"5948c4160089fcc0975a867221ff2256.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":62},{\"assetId\":\"1cd641a48499db84636d983916b62a83\",\"name\":\"referee-d\",\"bitmapResolution\":1,\"md5ext\":\"1cd641a48499db84636d983916b62a83.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50,\"rotationCenterY\":63}],\"sounds\":[{\"assetId\":\"8468b9b3f11a665ee4d215afd8463b97\",\"name\":\"referee whistle\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":14225,\"md5ext\":\"8468b9b3f11a665ee4d215afd8463b97.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('193', '20', 'Reindeer', '{\"costumes\":[{\"assetId\":\"60993a025167e7886736109dca5d55e2\",\"name\":\"reindeer\",\"bitmapResolution\":1,\"md5ext\":\"60993a025167e7886736109dca5d55e2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":39,\"rotationCenterY\":70}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('194', '29', 'Retro Robot', '{\"costumes\":[{\"assetId\":\"35070c1078c4eec153ea2769516c922c\",\"name\":\"Retro Robot a\",\"bitmapResolution\":1,\"md5ext\":\"35070c1078c4eec153ea2769516c922c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55.04000000000008,\"rotationCenterY\":85.55},{\"assetId\":\"d139f89665962dcaab4cb2b246359ba1\",\"name\":\"Retro Robot b\",\"bitmapResolution\":1,\"md5ext\":\"d139f89665962dcaab4cb2b246359ba1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":50.49583299552708,\"rotationCenterY\":87.39},{\"assetId\":\"53398a713b144ecda6ec32fb4a8d28e1\",\"name\":\"Retro Robot c\",\"bitmapResolution\":1,\"md5ext\":\"53398a713b144ecda6ec32fb4a8d28e1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":70.61999999999998,\"rotationCenterY\":90.3795}],\"sounds\":[{\"assetId\":\"1da43f6d52d0615da8a250e28100a80d\",\"name\":\"computer beeps1\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":76800,\"md5ext\":\"1da43f6d52d0615da8a250e28100a80d.wav\"},{\"assetId\":\"28c76b6bebd04be1383fe9ba4933d263\",\"name\":\"computer beeps2\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":38144,\"md5ext\":\"28c76b6bebd04be1383fe9ba4933d263.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('195', '21', 'Ripley', '{\"costumes\":[{\"assetId\":\"e751d0a781694897f75046eb2810e9a5\",\"name\":\"ripley-a\",\"bitmapResolution\":1,\"md5ext\":\"e751d0a781694897f75046eb2810e9a5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57,\"rotationCenterY\":89},{\"assetId\":\"3ab169f52ea3783270d28ef035a5a7c5\",\"name\":\"ripley-b\",\"bitmapResolution\":1,\"md5ext\":\"3ab169f52ea3783270d28ef035a5a7c5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57,\"rotationCenterY\":89},{\"assetId\":\"043373c51689f3df8bf50eb12c4e3d39\",\"name\":\"ripley-c\",\"bitmapResolution\":1,\"md5ext\":\"043373c51689f3df8bf50eb12c4e3d39.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57,\"rotationCenterY\":89},{\"assetId\":\"8e173178d886d1cb272877e8923d651b\",\"name\":\"ripley-d\",\"bitmapResolution\":1,\"md5ext\":\"8e173178d886d1cb272877e8923d651b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":85,\"rotationCenterY\":89},{\"assetId\":\"f798adaf44e8891c5e2f1b2a82a613b2\",\"name\":\"ripley-e\",\"bitmapResolution\":1,\"md5ext\":\"f798adaf44e8891c5e2f1b2a82a613b2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56,\"rotationCenterY\":89},{\"assetId\":\"90feaffe3d0c4d31287d57bd1bc64afa\",\"name\":\"ripley-f\",\"bitmapResolution\":1,\"md5ext\":\"90feaffe3d0c4d31287d57bd1bc64afa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":58,\"rotationCenterY\":90}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('196', '29', 'Robot', '{\"costumes\":[{\"assetId\":\"89679608327ad572b93225d06fe9edda\",\"name\":\"robot-a\",\"bitmapResolution\":1,\"md5ext\":\"89679608327ad572b93225d06fe9edda.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":58.44040786180267,\"rotationCenterY\":95.79979917361628},{\"assetId\":\"36d1098b880dbe47e58d93e7b2842381\",\"name\":\"robot-b\",\"bitmapResolution\":1,\"md5ext\":\"36d1098b880dbe47e58d93e7b2842381.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55.442543885282845,\"rotationCenterY\":96.58879942566811},{\"assetId\":\"4f5441207afc9bc075b0b404dbba8b59\",\"name\":\"robot-c\",\"bitmapResolution\":1,\"md5ext\":\"4f5441207afc9bc075b0b404dbba8b59.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":62.61885234361475,\"rotationCenterY\":96.97427621034126},{\"assetId\":\"10060b3b58c77345cfe92288a46e5c20\",\"name\":\"robot-d\",\"bitmapResolution\":1,\"md5ext\":\"10060b3b58c77345cfe92288a46e5c20.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":95}],\"sounds\":[{\"assetId\":\"28c76b6bebd04be1383fe9ba4933d263\",\"name\":\"computer beep\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":38144,\"md5ext\":\"28c76b6bebd04be1383fe9ba4933d263.wav\"},{\"assetId\":\"32514c51e03db680e9c63857b840ae78\",\"name\":\"collect\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":14225,\"md5ext\":\"32514c51e03db680e9c63857b840ae78.wav\"},{\"assetId\":\"d4f76ded6bccd765958d15b63804de55\",\"name\":\"buzz whir\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":36148,\"md5ext\":\"d4f76ded6bccd765958d15b63804de55.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('197', '29', 'Rocketship', '{\"costumes\":[{\"assetId\":\"525c06ceb3a351244bcd810c9ba951c7\",\"name\":\"rocketship-a\",\"bitmapResolution\":1,\"md5ext\":\"525c06ceb3a351244bcd810c9ba951c7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63,\"rotationCenterY\":92},{\"assetId\":\"10f83786e5ee34f40ee43b49bba89ee2\",\"name\":\"rocketship-b\",\"bitmapResolution\":1,\"md5ext\":\"10f83786e5ee34f40ee43b49bba89ee2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":92},{\"assetId\":\"a6ff2f1344a18cc0a4bcc945e00afaf4\",\"name\":\"rocketship-c\",\"bitmapResolution\":1,\"md5ext\":\"a6ff2f1344a18cc0a4bcc945e00afaf4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":58.746896096779665,\"rotationCenterY\":90.91206944356854},{\"assetId\":\"5682c68af2cc8aea791f0373e9ed03d8\",\"name\":\"rocketship-d\",\"bitmapResolution\":1,\"md5ext\":\"5682c68af2cc8aea791f0373e9ed03d8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":91},{\"assetId\":\"49ee475c516a444d8a512724063b8b98\",\"name\":\"rocketship-e\",\"bitmapResolution\":1,\"md5ext\":\"49ee475c516a444d8a512724063b8b98.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57.220799012796846,\"rotationCenterY\":85.12261084456834}],\"sounds\":[{\"assetId\":\"ff8b8c3bf841a11fd5fe3afaa92be1b5\",\"name\":\"space ripple\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":164596,\"md5ext\":\"ff8b8c3bf841a11fd5fe3afaa92be1b5.wav\"},{\"assetId\":\"46571f8ec0f2cc91666c80e312579082\",\"name\":\"laser1\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":2064,\"md5ext\":\"46571f8ec0f2cc91666c80e312579082.wav\"},{\"assetId\":\"27654ed2e3224f0a3f77c244e4fae9aa\",\"name\":\"laser2\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":3020,\"md5ext\":\"27654ed2e3224f0a3f77c244e4fae9aa.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('198', '29', 'Rocks', '{\"costumes\":[{\"assetId\":\"55426ccbb5c49b1526e53586943f3ec3\",\"name\":\"rocks\",\"bitmapResolution\":1,\"md5ext\":\"55426ccbb5c49b1526e53586943f3ec3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":15}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('199', '20', 'Rooster', '{\"costumes\":[{\"assetId\":\"0ae345deb1c81ec7f4f4644c26ac85fa\",\"name\":\"rooster-a\",\"bitmapResolution\":1,\"md5ext\":\"0ae345deb1c81ec7f4f4644c26ac85fa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":70},{\"assetId\":\"bd5f701c99aa6512bac7b87c51e7cd46\",\"name\":\"rooster-b\",\"bitmapResolution\":1,\"md5ext\":\"bd5f701c99aa6512bac7b87c51e7cd46.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":58,\"rotationCenterY\":70},{\"assetId\":\"6490360bd5d6efd2b646fb24c19df6b1\",\"name\":\"rooster-c\",\"bitmapResolution\":1,\"md5ext\":\"6490360bd5d6efd2b646fb24c19df6b1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":72}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"},{\"assetId\":\"2e375acae2c7c0d655935a9de14b12f6\",\"name\":\"rooster\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":68440,\"md5ext\":\"2e375acae2c7c0d655935a9de14b12f6.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('200', '21', 'Ruby', '{\"costumes\":[{\"assetId\":\"c30210e8f719c3a4d2c7cc6917a39300\",\"name\":\"ruby-a\",\"bitmapResolution\":2,\"md5ext\":\"c30210e8f719c3a4d2c7cc6917a39300.png\",\"dataFormat\":\"png\",\"rotationCenterX\":54,\"rotationCenterY\":172},{\"assetId\":\"fc15fdbcc535473f6140cab28197f3be\",\"name\":\"ruby-b\",\"bitmapResolution\":2,\"md5ext\":\"fc15fdbcc535473f6140cab28197f3be.png\",\"dataFormat\":\"png\",\"rotationCenterX\":76,\"rotationCenterY\":142}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('201', '29', 'Sailboat', '{\"costumes\":[{\"assetId\":\"ca241a938a2c44a0de6b91230012ff39\",\"name\":\"sailboat\",\"bitmapResolution\":2,\"md5ext\":\"ca241a938a2c44a0de6b91230012ff39.png\",\"dataFormat\":\"png\",\"rotationCenterX\":224,\"rotationCenterY\":182}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('202', '21', 'Sam', '{\"costumes\":[{\"assetId\":\"8208e99159b36c957fb9fbc187e51bc7\",\"name\":\"sam\",\"bitmapResolution\":2,\"md5ext\":\"8208e99159b36c957fb9fbc187e51bc7.png\",\"dataFormat\":\"png\",\"rotationCenterX\":117,\"rotationCenterY\":159}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('203', '21', 'Sasha', '{\"costumes\":[{\"assetId\":\"e26bf53469cafd730ca150e745ceeafc\",\"name\":\"Sasha-a\",\"bitmapResolution\":1,\"md5ext\":\"e26bf53469cafd730ca150e745ceeafc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48.12538146972656,\"rotationCenterY\":132.3017578125},{\"assetId\":\"a0b8890ce458aebed5e7002e1897508e\",\"name\":\"Sasha-b\",\"bitmapResolution\":1,\"md5ext\":\"a0b8890ce458aebed5e7002e1897508e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40.4882598059082,\"rotationCenterY\":132.05174255371094},{\"assetId\":\"89bb25e1465eb9481d267e4f9df592af\",\"name\":\"Sasha-c\",\"bitmapResolution\":1,\"md5ext\":\"89bb25e1465eb9481d267e4f9df592af.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":56.06647351528716,\"rotationCenterY\":131.95398475097656}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"Pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":1123,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('204', '24', 'Saxophone', '{\"costumes\":[{\"assetId\":\"4414c51bdd03f60f40a1210e1d55cf57\",\"name\":\"saxophone-a\",\"bitmapResolution\":1,\"md5ext\":\"4414c51bdd03f60f40a1210e1d55cf57.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":80},{\"assetId\":\"459a64bebb7a788395c70e5369ab4746\",\"name\":\"saxophone-b\",\"bitmapResolution\":1,\"md5ext\":\"459a64bebb7a788395c70e5369ab4746.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":80}],\"sounds\":[{\"assetId\":\"4d2c939d6953b5f241a27a62cf72de64\",\"name\":\"C Sax\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":18982,\"md5ext\":\"4d2c939d6953b5f241a27a62cf72de64.wav\"},{\"assetId\":\"39f41954a73c0e15d842061e1a4c5e1d\",\"name\":\"D Sax\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":19110,\"md5ext\":\"39f41954a73c0e15d842061e1a4c5e1d.wav\"},{\"assetId\":\"3568b7dfe173fab6877a9ff1dcbcf1aa\",\"name\":\"E Sax\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":14978,\"md5ext\":\"3568b7dfe173fab6877a9ff1dcbcf1aa.wav\"},{\"assetId\":\"2ae3083817bcd595e26ea2884b6684d5\",\"name\":\"F Sax\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"2ae3083817bcd595e26ea2884b6684d5.wav\"},{\"assetId\":\"cefba5de46adfe5702485e0934bb1e13\",\"name\":\"G Sax\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"cefba5de46adfe5702485e0934bb1e13.wav\"},{\"assetId\":\"420991e0d6d99292c6d736963842536a\",\"name\":\"A Sax\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":12944,\"md5ext\":\"420991e0d6d99292c6d736963842536a.wav\"},{\"assetId\":\"653ebe92d491b49ad5d8101d629f567b\",\"name\":\"B Sax\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":19110,\"md5ext\":\"653ebe92d491b49ad5d8101d629f567b.wav\"},{\"assetId\":\"ea8d34b18c3d8fe328cea201666458bf\",\"name\":\"C2 Sax\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"ea8d34b18c3d8fe328cea201666458bf.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('205', '27', 'Scarf', '{\"costumes\":[{\"assetId\":\"213db212d5d0c602f85cb248719ce785\",\"name\":\"Scarf-a\",\"bitmapResolution\":1,\"md5ext\":\"213db212d5d0c602f85cb248719ce785.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":23},{\"assetId\":\"05b06ab8d2c6e2110896d70bb60a9fd7\",\"name\":\"Scarf-b\",\"bitmapResolution\":1,\"md5ext\":\"05b06ab8d2c6e2110896d70bb60a9fd7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":23},{\"assetId\":\"4a85e4e6232f12abf9802bec4aa419b3\",\"name\":\"Scarf-c\",\"bitmapResolution\":1,\"md5ext\":\"4a85e4e6232f12abf9802bec4aa419b3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":44}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('206', '20', 'Shark', '{\"costumes\":[{\"assetId\":\"6c8008ae677ec51af8da5023fa2cd521\",\"name\":\"shark-a\",\"bitmapResolution\":1,\"md5ext\":\"6c8008ae677ec51af8da5023fa2cd521.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":150,\"rotationCenterY\":60},{\"assetId\":\"b769db8fcbbf2609f0552db62ec1f94a\",\"name\":\"shark-b\",\"bitmapResolution\":1,\"md5ext\":\"b769db8fcbbf2609f0552db62ec1f94a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":150,\"rotationCenterY\":60}],\"sounds\":[{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('207', '20', 'Shark 2', '{\"costumes\":[{\"assetId\":\"8a8d551e951087050cfa88fc64f9b4db\",\"name\":\"shark2-a\",\"bitmapResolution\":1,\"md5ext\":\"8a8d551e951087050cfa88fc64f9b4db.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75},{\"assetId\":\"6182a0628eadf2d16624864bea964432\",\"name\":\"shark2-b\",\"bitmapResolution\":1,\"md5ext\":\"6182a0628eadf2d16624864bea964432.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75},{\"assetId\":\"7f4440b268358417aa79ccef06877c57\",\"name\":\"shark2-c\",\"bitmapResolution\":1,\"md5ext\":\"7f4440b268358417aa79ccef06877c57.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":77,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"e133e625fd367d269e76964d4b722fc2\",\"name\":\"Water drop\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":15241,\"md5ext\":\"e133e625fd367d269e76964d4b722fc2.wav\"},{\"assetId\":\"0039635b1d6853face36581784558454\",\"name\":\"Bite\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"0039635b1d6853face36581784558454.wav\"},{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"Water drop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('208', '27', 'Shirt', '{\"costumes\":[{\"assetId\":\"43e916bbe0ba7cecd08407d25ac3d104\",\"name\":\"shirt-a\",\"bitmapResolution\":1,\"md5ext\":\"43e916bbe0ba7cecd08407d25ac3d104.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":46,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('209', '27', 'Shoes', '{\"costumes\":[{\"assetId\":\"f89f1656251248f1591aa67ae946c047\",\"name\":\"shoes-a\",\"bitmapResolution\":1,\"md5ext\":\"f89f1656251248f1591aa67ae946c047.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":13},{\"assetId\":\"71b5a444d482455e9956cfd52d20526a\",\"name\":\"shoes-b\",\"bitmapResolution\":1,\"md5ext\":\"71b5a444d482455e9956cfd52d20526a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":31},{\"assetId\":\"1e813a1618f38212a6febaa7e6b8d712\",\"name\":\"shoes-d\",\"bitmapResolution\":1,\"md5ext\":\"1e813a1618f38212a6febaa7e6b8d712.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":44,\"rotationCenterY\":32},{\"assetId\":\"724d9a8984279949ce452fc9b2e437a6\",\"name\":\"shoes-c\",\"bitmapResolution\":1,\"md5ext\":\"724d9a8984279949ce452fc9b2e437a6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":45,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('210', '27', 'Shorts', '{\"costumes\":[{\"assetId\":\"ea78ad682811f9c42731ec648ec7af3c\",\"name\":\"shorts-a\",\"bitmapResolution\":1,\"md5ext\":\"ea78ad682811f9c42731ec648ec7af3c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":37},{\"assetId\":\"d5fc56b7247f079e5821d74d3e91e7a6\",\"name\":\"shorts-b\",\"bitmapResolution\":1,\"md5ext\":\"d5fc56b7247f079e5821d74d3e91e7a6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":36},{\"assetId\":\"4d5f7a13ed20dc4f8fd194a7eb3f625f\",\"name\":\"shorts-c\",\"bitmapResolution\":1,\"md5ext\":\"4d5f7a13ed20dc4f8fd194a7eb3f625f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":29}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('211', '21', 'Singer1', '{\"costumes\":[{\"assetId\":\"d6ff94dc7e24200c28015ee5d6373140\",\"name\":\"Singer1\",\"bitmapResolution\":1,\"md5ext\":\"d6ff94dc7e24200c28015ee5d6373140.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('212', '22', 'Skeleton', '{\"costumes\":[{\"assetId\":\"c4d755c672a0826caa7b6fb767cc3f9b\",\"name\":\"skeleton-a\",\"bitmapResolution\":1,\"md5ext\":\"c4d755c672a0826caa7b6fb767cc3f9b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59,\"rotationCenterY\":100},{\"assetId\":\"f4a00b2bd214b1d8412a2e89b2030354\",\"name\":\"skeleton-b\",\"bitmapResolution\":1,\"md5ext\":\"f4a00b2bd214b1d8412a2e89b2030354.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":69,\"rotationCenterY\":90},{\"assetId\":\"67108e6b1d0f41aba2f94f81114ebf59\",\"name\":\"skeleton-d\",\"bitmapResolution\":1,\"md5ext\":\"67108e6b1d0f41aba2f94f81114ebf59.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":51,\"rotationCenterY\":100},{\"assetId\":\"3cfff37072a4138b977ba406c290b419\",\"name\":\"skeleton-e\",\"bitmapResolution\":1,\"md5ext\":\"3cfff37072a4138b977ba406c290b419.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":89}],\"sounds\":[{\"assetId\":\"74f1c07e0bcd7811fd9d456a5f8667f8\",\"name\":\"rattle\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":26368,\"md5ext\":\"74f1c07e0bcd7811fd9d456a5f8667f8.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('213', '20', 'Snake', '{\"costumes\":[{\"assetId\":\"f0e6ebdbdc8571b42f8a48cc2aed3042\",\"name\":\"snake-a\",\"bitmapResolution\":1,\"md5ext\":\"f0e6ebdbdc8571b42f8a48cc2aed3042.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":142,\"rotationCenterY\":68},{\"assetId\":\"42519e0ee19d75def88a514d3c49ce37\",\"name\":\"snake-b\",\"bitmapResolution\":1,\"md5ext\":\"42519e0ee19d75def88a514d3c49ce37.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":142,\"rotationCenterY\":68},{\"assetId\":\"a0acb49efdf60b20cea0833eeedd44a1\",\"name\":\"snake-c\",\"bitmapResolution\":1,\"md5ext\":\"a0acb49efdf60b20cea0833eeedd44a1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":142,\"rotationCenterY\":68}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('214', '29', 'Snowflake', '{\"costumes\":[{\"assetId\":\"083735cc9cd0e6d8c3dbab5ab9ee5407\",\"name\":\"snowflake\",\"bitmapResolution\":1,\"md5ext\":\"083735cc9cd0e6d8c3dbab5ab9ee5407.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":104,\"rotationCenterY\":103}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('215', '22', 'Snowman', '{\"costumes\":[{\"assetId\":\"0f109df620f935b94cb154101e6586d4\",\"name\":\"snowman\",\"bitmapResolution\":1,\"md5ext\":\"0f109df620f935b94cb154101e6586d4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('216', '25', 'Soccer Ball', '{\"costumes\":[{\"assetId\":\"5d973d7a3a8be3f3bd6e1cd0f73c32b5\",\"name\":\"soccer ball\",\"bitmapResolution\":1,\"md5ext\":\"5d973d7a3a8be3f3bd6e1cd0f73c32b5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":22}],\"sounds\":[{\"assetId\":\"1727f65b5f22d151685b8e5917456a60\",\"name\":\"basketball bounce\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"1727f65b5f22d151685b8e5917456a60.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('217', '24', 'Speaker', '{\"costumes\":[{\"assetId\":\"697f6becae5321f77990636564ef0c97\",\"name\":\"speaker\",\"bitmapResolution\":1,\"md5ext\":\"697f6becae5321f77990636564ef0c97.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":53,\"rotationCenterY\":79}],\"sounds\":[{\"assetId\":\"a3a85fb8564b0266f50a9c091087b7aa\",\"name\":\"Drive Around\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88192,\"md5ext\":\"a3a85fb8564b0266f50a9c091087b7aa.wav\"},{\"assetId\":\"289dc558e076971e74dd1a0bd55719b1\",\"name\":\"Scratchy Beat\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88192,\"md5ext\":\"289dc558e076971e74dd1a0bd55719b1.wav\"},{\"assetId\":\"8b5486ccc806e97e83049d25b071f7e4\",\"name\":\"Drum Jam\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88576,\"md5ext\":\"8b5486ccc806e97e83049d25b071f7e4.wav\"},{\"assetId\":\"bb243badd1201b2607bf2513df10cd97\",\"name\":\"Cymbal Echo\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88652,\"md5ext\":\"bb243badd1201b2607bf2513df10cd97.wav\"},{\"assetId\":\"079067d7909f791b29f8be1c00fc2131\",\"name\":\"Drum Satellite\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":88192,\"md5ext\":\"079067d7909f791b29f8be1c00fc2131.wav\"},{\"assetId\":\"9cd340d9d568b1479f731e69e103b3ce\",\"name\":\"Kick Back\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":44705,\"md5ext\":\"9cd340d9d568b1479f731e69e103b3ce.wav\"},{\"assetId\":\"fb56022366d21b299cbc3fd5e16000c2\",\"name\":\"Drum Funky\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":44705,\"md5ext\":\"fb56022366d21b299cbc3fd5e16000c2.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('218', '20', 'Squirrel', '{\"costumes\":[{\"assetId\":\"b86efb7f23387300cf9037a61f328ab9\",\"name\":\"squirrel\",\"bitmapResolution\":2,\"md5ext\":\"b86efb7f23387300cf9037a61f328ab9.png\",\"dataFormat\":\"png\",\"rotationCenterX\":158,\"rotationCenterY\":146}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('219', '29', 'Star', '{\"costumes\":[{\"assetId\":\"551629f2a64c1f3703e57aaa133effa6\",\"name\":\"star\",\"bitmapResolution\":1,\"md5ext\":\"551629f2a64c1f3703e57aaa133effa6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"32514c51e03db680e9c63857b840ae78\",\"name\":\"collect\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":14225,\"md5ext\":\"32514c51e03db680e9c63857b840ae78.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('220', '20', 'Starfish', '{\"costumes\":[{\"assetId\":\"69dca6e42d45d3fef89f81de40b11bef\",\"name\":\"starfish-a\",\"bitmapResolution\":1,\"md5ext\":\"69dca6e42d45d3fef89f81de40b11bef.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75},{\"assetId\":\"be2ca55a5688670302e7c3f79d5040d1\",\"name\":\"starfish-b \",\"bitmapResolution\":1,\"md5ext\":\"be2ca55a5688670302e7c3f79d5040d1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":53,\"rotationCenterY\":60}],\"sounds\":[{\"assetId\":\"32514c51e03db680e9c63857b840ae78\",\"name\":\"collect\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":14225,\"md5ext\":\"32514c51e03db680e9c63857b840ae78.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('221', '29', 'Stop', '{\"costumes\":[{\"assetId\":\"1e2c3987e4cdb1f317b1773662719b13\",\"name\":\"stop\",\"bitmapResolution\":1,\"md5ext\":\"1e2c3987e4cdb1f317b1773662719b13.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":25}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('222', '26', 'Strawberry', '{\"costumes\":[{\"assetId\":\"2fa57942dc7ded7eddc4d41554768d67\",\"name\":\"strawberry-a\",\"bitmapResolution\":1,\"md5ext\":\"2fa57942dc7ded7eddc4d41554768d67.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":47},{\"assetId\":\"662279c12965d2913a060a55aebec496\",\"name\":\"strawberry-b\",\"bitmapResolution\":1,\"md5ext\":\"662279c12965d2913a060a55aebec496.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":47},{\"assetId\":\"10ed1486ff4bab3eebb3b8ae55d81ccd\",\"name\":\"strawberry-c\",\"bitmapResolution\":1,\"md5ext\":\"10ed1486ff4bab3eebb3b8ae55d81ccd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":47},{\"assetId\":\"aa4eae20c750900e4f63e6ede4083d81\",\"name\":\"strawberry-d\",\"bitmapResolution\":1,\"md5ext\":\"aa4eae20c750900e4f63e6ede4083d81.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":47},{\"assetId\":\"f5008785e74590689afca4b578d108a4\",\"name\":\"strawberry-e\",\"bitmapResolution\":1,\"md5ext\":\"f5008785e74590689afca4b578d108a4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":36}],\"sounds\":[{\"assetId\":\"0b1e3033140d094563248e61de4039e5\",\"name\":\"chomp\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":11648,\"md5ext\":\"0b1e3033140d094563248e61de4039e5.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('223', '29', 'Sun', '{\"costumes\":[{\"assetId\":\"406808d86aff20a15d592b308e166a32\",\"name\":\"sun\",\"bitmapResolution\":1,\"md5ext\":\"406808d86aff20a15d592b308e166a32.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":54,\"rotationCenterY\":54}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('224', '27', 'Sunglasses1', '{\"costumes\":[{\"assetId\":\"c95a05c3bed665027d267d93454c428a\",\"name\":\"sunglasses-a\",\"bitmapResolution\":1,\"md5ext\":\"c95a05c3bed665027d267d93454c428a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":14},{\"assetId\":\"dc568ae1f8b9b6544f0634ef975a7098\",\"name\":\"sunglasses-b\",\"bitmapResolution\":1,\"md5ext\":\"dc568ae1f8b9b6544f0634ef975a7098.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":10}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('225', '26', 'Taco', '{\"costumes\":[{\"assetId\":\"383ea1ef802bc2706670536cfa8271b7\",\"name\":\"Taco\",\"bitmapResolution\":1,\"md5ext\":\"383ea1ef802bc2706670536cfa8271b7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":78,\"rotationCenterY\":48},{\"assetId\":\"c97113d17afeaac9f461ea0ec257ef26\",\"name\":\"Taco-wizard\",\"bitmapResolution\":1,\"md5ext\":\"c97113d17afeaac9f461ea0ec257ef26.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":125,\"rotationCenterY\":82}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('226', '26', 'Takeout', '{\"costumes\":[{\"assetId\":\"40f63eb18230c4defa9051830beffb0f\",\"name\":\"takeout-a\",\"bitmapResolution\":1,\"md5ext\":\"40f63eb18230c4defa9051830beffb0f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":41},{\"assetId\":\"e03cd6e668e0eeddb2da98a095e2f30f\",\"name\":\"takeout-b\",\"bitmapResolution\":1,\"md5ext\":\"e03cd6e668e0eeddb2da98a095e2f30f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":42},{\"assetId\":\"24cc271fd6cf55f25b71e78faf749a98\",\"name\":\"takeout-c\",\"bitmapResolution\":1,\"md5ext\":\"24cc271fd6cf55f25b71e78faf749a98.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":53},{\"assetId\":\"2b32d6a4a724c38bfaeb494d30827f19\",\"name\":\"takeout-d\",\"bitmapResolution\":1,\"md5ext\":\"2b32d6a4a724c38bfaeb494d30827f19.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":42},{\"assetId\":\"9202a59888545c56c864bacb700c4297\",\"name\":\"takeout-e\",\"bitmapResolution\":1,\"md5ext\":\"9202a59888545c56c864bacb700c4297.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":41,\"rotationCenterY\":35}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('227', '21', 'Tatiana', '{\"costumes\":[{\"assetId\":\"5cf65a9f942ca92c93915527ff9db1e6\",\"name\":\"Tatiana-a\",\"bitmapResolution\":1,\"md5ext\":\"5cf65a9f942ca92c93915527ff9db1e6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60.66618579359704,\"rotationCenterY\":53.97647634953694},{\"assetId\":\"91fb7d056beaf553ccec03d61d72c545\",\"name\":\"Tatiana-b\",\"bitmapResolution\":1,\"md5ext\":\"91fb7d056beaf553ccec03d61d72c545.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49.74537298932822,\"rotationCenterY\":61.254895800177906},{\"assetId\":\"e207fd3f99e1db8c5d66f49446f27e37\",\"name\":\"Tatiana-c\",\"bitmapResolution\":1,\"md5ext\":\"e207fd3f99e1db8c5d66f49446f27e37.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":60.666205767105936,\"rotationCenterY\":53.86536113811712},{\"assetId\":\"e2ea6bbc6066574d4836e808a1c5f849\",\"name\":\"Tatiana-d\",\"bitmapResolution\":1,\"md5ext\":\"e2ea6bbc6066574d4836e808a1c5f849.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49.85653018505951,\"rotationCenterY\":55.72124957487232}],\"sounds\":[{\"assetId\":\"c893b0a9b3e2e0594f1f921a12aa66be\",\"name\":\"Footsteps\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":256348,\"md5ext\":\"c893b0a9b3e2e0594f1f921a12aa66be.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('228', '21', 'Taylor', '{\"costumes\":[{\"assetId\":\"ae2eaae0882543dc276c8e7d56ff2e7b\",\"name\":\"Taylor-a\",\"bitmapResolution\":1,\"md5ext\":\"ae2eaae0882543dc276c8e7d56ff2e7b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59.066061145351995,\"rotationCenterY\":52.19126},{\"assetId\":\"e0082f49fc5d0d83d7fad6124ba82bb1\",\"name\":\"Taylor-b\",\"bitmapResolution\":1,\"md5ext\":\"e0082f49fc5d0d83d7fad6124ba82bb1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48.612321639466984,\"rotationCenterY\":53.0163},{\"assetId\":\"ae2eaae0882543dc276c8e7d56ff2e7b\",\"name\":\"Taylor-c\",\"bitmapResolution\":1,\"md5ext\":\"ae2eaae0882543dc276c8e7d56ff2e7b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":59.066061145351995,\"rotationCenterY\":52.19126},{\"assetId\":\"a504d785629f2d1ca6b87e80b334d5e8\",\"name\":\"Taylor-d\",\"bitmapResolution\":1,\"md5ext\":\"a504d785629f2d1ca6b87e80b334d5e8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48.945654918401004,\"rotationCenterY\":50.35257000000004}],\"sounds\":[{\"assetId\":\"c893b0a9b3e2e0594f1f921a12aa66be\",\"name\":\"Footsteps\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":256348,\"md5ext\":\"c893b0a9b3e2e0594f1f921a12aa66be.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('229', '23', 'Ten80 舞蹈', '{\"costumes\":[{\"assetId\":\"f60f99278455c843b7833fb7615428dd\",\"name\":\"Ten80 stance\",\"bitmapResolution\":2,\"md5ext\":\"f60f99278455c843b7833fb7615428dd.png\",\"dataFormat\":\"png\",\"rotationCenterX\":70,\"rotationCenterY\":278},{\"assetId\":\"b2f75ac1cd84615efaea6a7d7a4ee205\",\"name\":\"Ten80 top stand\",\"bitmapResolution\":2,\"md5ext\":\"b2f75ac1cd84615efaea6a7d7a4ee205.png\",\"dataFormat\":\"png\",\"rotationCenterX\":74,\"rotationCenterY\":274},{\"assetId\":\"580fba92f23d5592200eb5a9079dc38f\",\"name\":\"Ten80 top R step\",\"bitmapResolution\":2,\"md5ext\":\"580fba92f23d5592200eb5a9079dc38f.png\",\"dataFormat\":\"png\",\"rotationCenterX\":200,\"rotationCenterY\":270},{\"assetId\":\"e51942bb4651e616549cfce1ad36ff83\",\"name\":\"Ten80 top L step\",\"bitmapResolution\":2,\"md5ext\":\"e51942bb4651e616549cfce1ad36ff83.png\",\"dataFormat\":\"png\",\"rotationCenterX\":144,\"rotationCenterY\":266},{\"assetId\":\"8313a2229d555bbdb8ce92dffed067ad\",\"name\":\"Ten80 top freeze\",\"bitmapResolution\":2,\"md5ext\":\"8313a2229d555bbdb8ce92dffed067ad.png\",\"dataFormat\":\"png\",\"rotationCenterX\":54,\"rotationCenterY\":258},{\"assetId\":\"e06ac61e96e3a5abf4ca0863816f5d28\",\"name\":\"Ten80 top R cross\",\"bitmapResolution\":2,\"md5ext\":\"e06ac61e96e3a5abf4ca0863816f5d28.png\",\"dataFormat\":\"png\",\"rotationCenterX\":206,\"rotationCenterY\":252},{\"assetId\":\"86602007ae2952236d47d7fd587a56b6\",\"name\":\"Ten80 pop front\",\"bitmapResolution\":2,\"md5ext\":\"86602007ae2952236d47d7fd587a56b6.png\",\"dataFormat\":\"png\",\"rotationCenterX\":72,\"rotationCenterY\":266},{\"assetId\":\"fea7045c09073700b88fae8d4d257cd1\",\"name\":\"Ten80 pop down\",\"bitmapResolution\":2,\"md5ext\":\"fea7045c09073700b88fae8d4d257cd1.png\",\"dataFormat\":\"png\",\"rotationCenterX\":74,\"rotationCenterY\":188},{\"assetId\":\"3c9a7eac1d696ae74ee40c6efa8fa4dd\",\"name\":\"Ten80 pop left\",\"bitmapResolution\":2,\"md5ext\":\"3c9a7eac1d696ae74ee40c6efa8fa4dd.png\",\"dataFormat\":\"png\",\"rotationCenterX\":184,\"rotationCenterY\":266},{\"assetId\":\"548bdf23904e409c1fcc0992f44d0b4c\",\"name\":\"Ten80 pop right\",\"bitmapResolution\":2,\"md5ext\":\"548bdf23904e409c1fcc0992f44d0b4c.png\",\"dataFormat\":\"png\",\"rotationCenterX\":78,\"rotationCenterY\":276},{\"assetId\":\"ce2141ce97921ddc333bc65ff5bec27d\",\"name\":\"Ten80 pop L arm\",\"bitmapResolution\":2,\"md5ext\":\"ce2141ce97921ddc333bc65ff5bec27d.png\",\"dataFormat\":\"png\",\"rotationCenterX\":100,\"rotationCenterY\":280},{\"assetId\":\"377b8521c436f4f39ed2100fa1cb7c2f\",\"name\":\"Ten80 pop stand\",\"bitmapResolution\":2,\"md5ext\":\"377b8521c436f4f39ed2100fa1cb7c2f.png\",\"dataFormat\":\"png\",\"rotationCenterX\":92,\"rotationCenterY\":280},{\"assetId\":\"279bd5499329f98a68cf92c68014e198\",\"name\":\"Ten80 pop R arm\",\"bitmapResolution\":2,\"md5ext\":\"279bd5499329f98a68cf92c68014e198.png\",\"dataFormat\":\"png\",\"rotationCenterX\":74,\"rotationCenterY\":278}],\"sounds\":[{\"assetId\":\"0edb8fb88af19e6e17d0f8cf64c1d136\",\"name\":\"舞蹈 celebrate\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":176785,\"md5ext\":\"0edb8fb88af19e6e17d0f8cf64c1d136.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('230', '25', 'Tennis Ball', '{\"costumes\":[{\"assetId\":\"34fa36004be0340ec845ba6bbeb5e5d5\",\"name\":\"tennisball\",\"bitmapResolution\":2,\"md5ext\":\"34fa36004be0340ec845ba6bbeb5e5d5.png\",\"dataFormat\":\"png\",\"rotationCenterX\":30,\"rotationCenterY\":30}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('231', '22', 'Tera', '{\"costumes\":[{\"assetId\":\"18f9a11ecdbd3ad8719beb176c484d41\",\"name\":\"tera-a\",\"bitmapResolution\":1,\"md5ext\":\"18f9a11ecdbd3ad8719beb176c484d41.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":63},{\"assetId\":\"365d4de6c99d71f1370f7c5e636728af\",\"name\":\"tera-b\",\"bitmapResolution\":1,\"md5ext\":\"365d4de6c99d71f1370f7c5e636728af.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":64},{\"assetId\":\"2daca5f43efc2d29fb089879448142e9\",\"name\":\"tera-c\",\"bitmapResolution\":1,\"md5ext\":\"2daca5f43efc2d29fb089879448142e9.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":63},{\"assetId\":\"5456a723f3b35eaa946b974a59888793\",\"name\":\"tera-d\",\"bitmapResolution\":1,\"md5ext\":\"5456a723f3b35eaa946b974a59888793.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":63}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('232', '20', 'Toucan', '{\"costumes\":[{\"assetId\":\"9eef2e49b3bbf371603ae783cd82db3c\",\"name\":\"toucan-a\",\"bitmapResolution\":1,\"md5ext\":\"9eef2e49b3bbf371603ae783cd82db3c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":80,\"rotationCenterY\":63},{\"assetId\":\"72952d831d0b67c9d056b44a4bc3d0ae\",\"name\":\"toucan-b\",\"bitmapResolution\":1,\"md5ext\":\"72952d831d0b67c9d056b44a4bc3d0ae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":80,\"rotationCenterY\":63},{\"assetId\":\"b6345d7386021ee85bb17f8aa4950eed\",\"name\":\"toucan-c\",\"bitmapResolution\":1,\"md5ext\":\"b6345d7386021ee85bb17f8aa4950eed.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":80,\"rotationCenterY\":63}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('233', '25', 'Trampoline', '{\"costumes\":[{\"assetId\":\"8fa3c6fcff2f25f5fe7842d68dcfe5cf\",\"name\":\"trampoline\",\"bitmapResolution\":2,\"md5ext\":\"8fa3c6fcff2f25f5fe7842d68dcfe5cf.png\",\"dataFormat\":\"png\",\"rotationCenterX\":200,\"rotationCenterY\":82}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('234', '29', 'Tree1', '{\"costumes\":[{\"assetId\":\"d04b15886635101db8220a4361c0c88d\",\"name\":\"tree1\",\"bitmapResolution\":1,\"md5ext\":\"d04b15886635101db8220a4361c0c88d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":77,\"rotationCenterY\":126}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('235', '29', 'Trees', '{\"costumes\":[{\"assetId\":\"551b3fae8eab06b49013f54009a7767a\",\"name\":\"trees-a\",\"bitmapResolution\":1,\"md5ext\":\"551b3fae8eab06b49013f54009a7767a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":94},{\"assetId\":\"04758bd432a8b1cab527bddf14432147\",\"name\":\"trees-b\",\"bitmapResolution\":1,\"md5ext\":\"04758bd432a8b1cab527bddf14432147.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":36,\"rotationCenterY\":87}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('236', '21', 'Trisha', '{\"costumes\":[{\"assetId\":\"55d31103bc86447c6a727b4f0664a5ea\",\"name\":\"Trisha-a\",\"bitmapResolution\":1,\"md5ext\":\"55d31103bc86447c6a727b4f0664a5ea.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":81.34455278988648,\"rotationCenterY\":57.02459255690913},{\"assetId\":\"c31dc8487a841f644889784ff437e2c5\",\"name\":\"Trisha-b\",\"bitmapResolution\":1,\"md5ext\":\"c31dc8487a841f644889784ff437e2c5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63.260135124357646,\"rotationCenterY\":60.86251166255646},{\"assetId\":\"55d31103bc86447c6a727b4f0664a5ea\",\"name\":\"Trisha-c\",\"bitmapResolution\":1,\"md5ext\":\"55d31103bc86447c6a727b4f0664a5ea.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":81.34455278988648,\"rotationCenterY\":57.02459255690913},{\"assetId\":\"2d06023ec09ec312ab49055530511134\",\"name\":\"Trisha-d\",\"bitmapResolution\":1,\"md5ext\":\"2d06023ec09ec312ab49055530511134.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":63.275047131412066,\"rotationCenterY\":55.525379847189015}],\"sounds\":[{\"assetId\":\"c893b0a9b3e2e0594f1f921a12aa66be\",\"name\":\"Footsteps\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":256348,\"md5ext\":\"c893b0a9b3e2e0594f1f921a12aa66be.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('237', '29', 'Truck', '{\"costumes\":[{\"assetId\":\"aaa05abc5aa182a0d7bfdc6db0f3207a\",\"name\":\"Truck-a\",\"bitmapResolution\":1,\"md5ext\":\"aaa05abc5aa182a0d7bfdc6db0f3207a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":173.6413034351145,\"rotationCenterY\":48.359999999999985},{\"assetId\":\"63b00424bdabc3459e5bc554c6c21e06\",\"name\":\"Truck-b\",\"bitmapResolution\":1,\"md5ext\":\"63b00424bdabc3459e5bc554c6c21e06.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":173.6413034351145,\"rotationCenterY\":58.14},{\"assetId\":\"ce077e6db3573062017f94c2e4a8caea\",\"name\":\"Truck-c\",\"bitmapResolution\":1,\"md5ext\":\"ce077e6db3573062017f94c2e4a8caea.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":173.67363114754104,\"rotationCenterY\":57.74000000000001}],\"sounds\":[{\"assetId\":\"67aadcd28620ecdcdee2ad8eeebefa20\",\"name\":\"toy honk\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":11177,\"md5ext\":\"67aadcd28620ecdcdee2ad8eeebefa20.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('238', '24', 'Trumpet', '{\"costumes\":[{\"assetId\":\"47a1ec267505be96b678df30b92ec534\",\"name\":\"trumpet-a\",\"bitmapResolution\":1,\"md5ext\":\"47a1ec267505be96b678df30b92ec534.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":57,\"rotationCenterY\":38},{\"assetId\":\"9a5c211622d6d2fed600c1809fccd21d\",\"name\":\"trumpet-b\",\"bitmapResolution\":1,\"md5ext\":\"9a5c211622d6d2fed600c1809fccd21d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":55,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"8970afcdc4e47bb54959a81fe27522bd\",\"name\":\"C Trumpet\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":26236,\"md5ext\":\"8970afcdc4e47bb54959a81fe27522bd.wav\"},{\"assetId\":\"0b1345b8fe2ba3076fedb4f3ae48748a\",\"name\":\"D Trumpet\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":25404,\"md5ext\":\"0b1345b8fe2ba3076fedb4f3ae48748a.wav\"},{\"assetId\":\"494295a92314cadb220945a6711c568c\",\"name\":\"E Trumpet\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":9145,\"md5ext\":\"494295a92314cadb220945a6711c568c.wav\"},{\"assetId\":\"5fa3108b119ca266029b4caa340a7cd0\",\"name\":\"F Trumpet\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":25532,\"md5ext\":\"5fa3108b119ca266029b4caa340a7cd0.wav\"},{\"assetId\":\"e84afda25975f14b364118591538ccf4\",\"name\":\"G Trumpet\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":29280,\"md5ext\":\"e84afda25975f14b364118591538ccf4.wav\"},{\"assetId\":\"d2dd6b4372ca17411965dc92d52b2172\",\"name\":\"A Trumpet\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":27822,\"md5ext\":\"d2dd6b4372ca17411965dc92d52b2172.wav\"},{\"assetId\":\"cad2bc57729942ed9b605145fc9ea65d\",\"name\":\"B Trumpet\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":29408,\"md5ext\":\"cad2bc57729942ed9b605145fc9ea65d.wav\"},{\"assetId\":\"df08249ed5446cc5e10b7ac62faac89b\",\"name\":\"C2 Trumpet\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":31698,\"md5ext\":\"df08249ed5446cc5e10b7ac62faac89b.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('239', '22', 'Unicorn', '{\"costumes\":[{\"assetId\":\"1439d51d9878276362b123c9045af6b5\",\"name\":\"unicorn\",\"bitmapResolution\":1,\"md5ext\":\"1439d51d9878276362b123c9045af6b5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":91,\"rotationCenterY\":95}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('240', '22', 'Unicorn 2', '{\"costumes\":[{\"assetId\":\"dcbeac8e856c9ddd6c457376be6573c8\",\"name\":\"unicorn 2\",\"bitmapResolution\":1,\"md5ext\":\"dcbeac8e856c9ddd6c457376be6573c8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":75,\"rotationCenterY\":75}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"magic spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('241', '22', 'Unicorn Running', '{\"costumes\":[{\"assetId\":\"4709966d11b37e8a11d24c800e8b2859\",\"name\":\"unicorn running-a\",\"bitmapResolution\":1,\"md5ext\":\"4709966d11b37e8a11d24c800e8b2859.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":118,\"rotationCenterY\":90},{\"assetId\":\"fa5fe4596494a43db8c7957d2254aee3\",\"name\":\"unicorn running-b\",\"bitmapResolution\":1,\"md5ext\":\"fa5fe4596494a43db8c7957d2254aee3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":120,\"rotationCenterY\":89},{\"assetId\":\"f00efa25fc97f2cce2499771d6a5f809\",\"name\":\"unicorn running-c\",\"bitmapResolution\":1,\"md5ext\":\"f00efa25fc97f2cce2499771d6a5f809.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":121,\"rotationCenterY\":90},{\"assetId\":\"e111350b8bedefffee0d5e7e2490d446\",\"name\":\"unicorn running-d\",\"bitmapResolution\":1,\"md5ext\":\"e111350b8bedefffee0d5e7e2490d446.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":120,\"rotationCenterY\":87},{\"assetId\":\"8feaeec435125227c675dd95f69ff835\",\"name\":\"unicorn running-e\",\"bitmapResolution\":1,\"md5ext\":\"8feaeec435125227c675dd95f69ff835.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":119,\"rotationCenterY\":90},{\"assetId\":\"1fb3d038e985c01899881bc5bb373c16\",\"name\":\"unicorn running-f\",\"bitmapResolution\":1,\"md5ext\":\"1fb3d038e985c01899881bc5bb373c16.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":117,\"rotationCenterY\":86}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('242', '22', 'Wand', '{\"costumes\":[{\"assetId\":\"c021f0c7e3086a11336421dd864b7812\",\"name\":\"wand\",\"bitmapResolution\":1,\"md5ext\":\"c021f0c7e3086a11336421dd864b7812.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":12,\"rotationCenterY\":42}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('243', '21', 'Wanda', '{\"costumes\":[{\"assetId\":\"0b008dabac95126132ab4e0c56d25400\",\"name\":\"wanda\",\"bitmapResolution\":1,\"md5ext\":\"0b008dabac95126132ab4e0c56d25400.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":49,\"rotationCenterY\":68}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('244', '26', 'Watermelon', '{\"costumes\":[{\"assetId\":\"21d1340478e32a942914a7afd12b9f1a\",\"name\":\"watermelon-a\",\"bitmapResolution\":1,\"md5ext\":\"21d1340478e32a942914a7afd12b9f1a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40.13434982299805,\"rotationCenterY\":27.860475540161133},{\"assetId\":\"1ed1c8b78eae2ee7422074d7f883031d\",\"name\":\"watermelon-b\",\"bitmapResolution\":1,\"md5ext\":\"1ed1c8b78eae2ee7422074d7f883031d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23.5,\"rotationCenterY\":28.5},{\"assetId\":\"677738282686d2dcce35d731c3ddc043\",\"name\":\"watermelon-c\",\"bitmapResolution\":1,\"md5ext\":\"677738282686d2dcce35d731c3ddc043.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21.5,\"rotationCenterY\":16}],\"sounds\":[{\"assetId\":\"0039635b1d6853face36581784558454\",\"name\":\"Bite\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":8129,\"md5ext\":\"0039635b1d6853face36581784558454.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('245', '27', 'Winter Hat', '{\"costumes\":[{\"assetId\":\"2672323e34d6dc82fda8fc3b057fa5aa\",\"name\":\"Winter Hat\",\"bitmapResolution\":1,\"md5ext\":\"2672323e34d6dc82fda8fc3b057fa5aa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('246', '22', 'Witch', '{\"costumes\":[{\"assetId\":\"44cbaf358d2d8e66815e447c25a4b72e\",\"name\":\"witch-a\",\"bitmapResolution\":1,\"md5ext\":\"44cbaf358d2d8e66815e447c25a4b72e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":140},{\"assetId\":\"b10fb75f426397e10c878fda19d92009\",\"name\":\"witch-b\",\"bitmapResolution\":1,\"md5ext\":\"b10fb75f426397e10c878fda19d92009.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":140},{\"assetId\":\"668c9dc76ba6a07bebabf5aed4623566\",\"name\":\"witch-c\",\"bitmapResolution\":1,\"md5ext\":\"668c9dc76ba6a07bebabf5aed4623566.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":140},{\"assetId\":\"a7e48fc790511fbd46b30b1cdcdc98fc\",\"name\":\"witch-d\",\"bitmapResolution\":1,\"md5ext\":\"a7e48fc790511fbd46b30b1cdcdc98fc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":65,\"rotationCenterY\":140}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('247', '22', 'Wizard', '{\"costumes\":[{\"assetId\":\"91d495085eb4d02a375c42f6318071e7\",\"name\":\"wizard-a\",\"bitmapResolution\":1,\"md5ext\":\"91d495085eb4d02a375c42f6318071e7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":150},{\"assetId\":\"55ba51188af86ca16ef30267e874c1ed\",\"name\":\"wizard-b\",\"bitmapResolution\":1,\"md5ext\":\"55ba51188af86ca16ef30267e874c1ed.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":79,\"rotationCenterY\":144},{\"assetId\":\"df943c9894ee4b9df8c5893ce30c2a5f\",\"name\":\"wizard-c\",\"bitmapResolution\":1,\"md5ext\":\"df943c9894ee4b9df8c5893ce30c2a5f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":150}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('248', '21', 'Wizard Girl', '{\"costumes\":[{\"assetId\":\"4be145d338d921b2d9d6dfd10cda4a6c\",\"name\":\"wizard girl\",\"bitmapResolution\":1,\"md5ext\":\"4be145d338d921b2d9d6dfd10cda4a6c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":80,\"rotationCenterY\":91}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('249', '27', 'Wizard Hat', '{\"costumes\":[{\"assetId\":\"398e447e36465c2521fdb3a6917b0c65\",\"name\":\"Wizard Hat\",\"bitmapResolution\":1,\"md5ext\":\"398e447e36465c2521fdb3a6917b0c65.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":60}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('250', '22', 'Wizard-toad', '{\"costumes\":[{\"assetId\":\"ca3bb4d397ecf6cda3edc48340af908b\",\"name\":\"wizard-toad-a\",\"bitmapResolution\":1,\"md5ext\":\"ca3bb4d397ecf6cda3edc48340af908b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":80},{\"assetId\":\"4041d5a2d1869e81268b9b92b49013a3\",\"name\":\"wizard-toad-b\",\"bitmapResolution\":1,\"md5ext\":\"4041d5a2d1869e81268b9b92b49013a3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":80}],\"sounds\":[{\"assetId\":\"1cb60ecdb1075c8769cb346d5c2a22c7\",\"name\":\"Magic Spell\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":43689,\"md5ext\":\"1cb60ecdb1075c8769cb346d5c2a22c7.wav\"},{\"assetId\":\"c6ce0aadb89903a43f76fc20ea57633e\",\"name\":\"croak\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":7113,\"md5ext\":\"c6ce0aadb89903a43f76fc20ea57633e.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('251', '20', 'Zebra', '{\"costumes\":[{\"assetId\":\"0e3bc5073305b7079b5e9a8c7b7d7f9b\",\"name\":\"zebra-a\",\"bitmapResolution\":1,\"md5ext\":\"0e3bc5073305b7079b5e9a8c7b7d7f9b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":97,\"rotationCenterY\":56},{\"assetId\":\"f3e322a25b9f79801066056de6f33fb1\",\"name\":\"zebra-b\",\"bitmapResolution\":1,\"md5ext\":\"f3e322a25b9f79801066056de6f33fb1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":96,\"rotationCenterY\":56}],\"sounds\":[{\"assetId\":\"058a34b5fb8b57178b5322d994b6b8c8\",\"name\":\"horse gallop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":153344,\"md5ext\":\"058a34b5fb8b57178b5322d994b6b8c8.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('252', '28', 'Block-A', '{\"costumes\":[{\"assetId\":\"ef3b01f6fc1ffa1270fbbf057f7ded42\",\"name\":\"Block-a\",\"bitmapResolution\":1,\"md5ext\":\"ef3b01f6fc1ffa1270fbbf057f7ded42.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('253', '28', 'Block-B', '{\"costumes\":[{\"assetId\":\"1dc05fbaa37a6b41ffff459d0a776989\",\"name\":\"Block-b\",\"bitmapResolution\":1,\"md5ext\":\"1dc05fbaa37a6b41ffff459d0a776989.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":42}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('254', '28', 'Block-C', '{\"costumes\":[{\"assetId\":\"43090c4b423c977041542ce12017fda0\",\"name\":\"Block-c\",\"bitmapResolution\":1,\"md5ext\":\"43090c4b423c977041542ce12017fda0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":43}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('255', '28', 'Block-D', '{\"costumes\":[{\"assetId\":\"1fb3db31500d6f7da662e825157920fa\",\"name\":\"Block-d\",\"bitmapResolution\":1,\"md5ext\":\"1fb3db31500d6f7da662e825157920fa.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('256', '28', 'Block-E', '{\"costumes\":[{\"assetId\":\"240aacc04444cef3b2ef8cfaf0dae479\",\"name\":\"Block-e\",\"bitmapResolution\":1,\"md5ext\":\"240aacc04444cef3b2ef8cfaf0dae479.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('257', '28', 'Block-F', '{\"costumes\":[{\"assetId\":\"d88d750ce848d7dbeeca3f02249350e2\",\"name\":\"Block-f\",\"bitmapResolution\":1,\"md5ext\":\"d88d750ce848d7dbeeca3f02249350e2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('258', '28', 'Block-G', '{\"costumes\":[{\"assetId\":\"989c76ae7f8c2e42ebeacdda961061ca\",\"name\":\"Block-g\",\"bitmapResolution\":1,\"md5ext\":\"989c76ae7f8c2e42ebeacdda961061ca.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('259', '28', 'Block-H', '{\"costumes\":[{\"assetId\":\"93426b2f313d1bdedff368d94fc989d6\",\"name\":\"Block-h\",\"bitmapResolution\":1,\"md5ext\":\"93426b2f313d1bdedff368d94fc989d6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":27,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('260', '28', 'Block-I', '{\"costumes\":[{\"assetId\":\"f911b18605f59c75adf4d83e07811fd8\",\"name\":\"Block-i\",\"bitmapResolution\":1,\"md5ext\":\"f911b18605f59c75adf4d83e07811fd8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('261', '28', 'Block-J', '{\"costumes\":[{\"assetId\":\"8580c990ac918577550165447f870542\",\"name\":\"Block-j\",\"bitmapResolution\":1,\"md5ext\":\"8580c990ac918577550165447f870542.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('262', '28', 'Block-K', '{\"costumes\":[{\"assetId\":\"d93a9fd4bfb5bc1e9790945fa756b748\",\"name\":\"Block-k\",\"bitmapResolution\":1,\"md5ext\":\"d93a9fd4bfb5bc1e9790945fa756b748.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('263', '28', 'Block-L', '{\"costumes\":[{\"assetId\":\"579c90cbaf847e9adf4faf37f340b32d\",\"name\":\"Block-l\",\"bitmapResolution\":1,\"md5ext\":\"579c90cbaf847e9adf4faf37f340b32d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":26,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('264', '28', 'Block-M', '{\"costumes\":[{\"assetId\":\"6c5cf1fd0673f441b04e15e799685831\",\"name\":\"Block-m\",\"bitmapResolution\":1,\"md5ext\":\"6c5cf1fd0673f441b04e15e799685831.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('265', '28', 'Block-N', '{\"costumes\":[{\"assetId\":\"9eba5dd44d65e1d421c40686fecde906\",\"name\":\"Block-n\",\"bitmapResolution\":1,\"md5ext\":\"9eba5dd44d65e1d421c40686fecde906.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('266', '28', 'Block-O', '{\"costumes\":[{\"assetId\":\"8bbbde09c13a06015e554ab36fa178c0\",\"name\":\"Block-o\",\"bitmapResolution\":1,\"md5ext\":\"8bbbde09c13a06015e554ab36fa178c0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('267', '28', 'Block-P', '{\"costumes\":[{\"assetId\":\"0f920b99ac49421cf28e55c8d863bdc5\",\"name\":\"Block-p\",\"bitmapResolution\":1,\"md5ext\":\"0f920b99ac49421cf28e55c8d863bdc5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":18,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('268', '28', 'Block-Q', '{\"costumes\":[{\"assetId\":\"67f8e80eabaec4883eb9c67c9527004a\",\"name\":\"Block-q\",\"bitmapResolution\":1,\"md5ext\":\"67f8e80eabaec4883eb9c67c9527004a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":26,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('269', '28', 'Block-R', '{\"costumes\":[{\"assetId\":\"9d0432c5575451e251990d89845f8d00\",\"name\":\"Block-r\",\"bitmapResolution\":1,\"md5ext\":\"9d0432c5575451e251990d89845f8d00.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('270', '28', 'Block-S', '{\"costumes\":[{\"assetId\":\"83c7486b08e78d099b4e776aaa2783fe\",\"name\":\"Block-s\",\"bitmapResolution\":1,\"md5ext\":\"83c7486b08e78d099b4e776aaa2783fe.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":13,\"rotationCenterY\":30}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('271', '28', 'Block-T', '{\"costumes\":[{\"assetId\":\"6c1b26611ec0483f601a648f59305aff\",\"name\":\"Block-t\",\"bitmapResolution\":1,\"md5ext\":\"6c1b26611ec0483f601a648f59305aff.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('272', '28', 'Block-U', '{\"costumes\":[{\"assetId\":\"d02f77994789f528f0aaa7f211690151\",\"name\":\"Block-u\",\"bitmapResolution\":1,\"md5ext\":\"d02f77994789f528f0aaa7f211690151.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('273', '28', 'Block-V', '{\"costumes\":[{\"assetId\":\"0654cfcb6234406837336e90be7e419c\",\"name\":\"Block-v\",\"bitmapResolution\":1,\"md5ext\":\"0654cfcb6234406837336e90be7e419c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('274', '28', 'Block-W', '{\"costumes\":[{\"assetId\":\"2b3145ae89c32793c4fcea9a6bcc6075\",\"name\":\"Block-w\",\"bitmapResolution\":1,\"md5ext\":\"2b3145ae89c32793c4fcea9a6bcc6075.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('275', '28', 'Block-X', '{\"costumes\":[{\"assetId\":\"a73f354dc045bbbc5a491d9367192a80\",\"name\":\"Block-x\",\"bitmapResolution\":1,\"md5ext\":\"a73f354dc045bbbc5a491d9367192a80.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":32}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('276', '28', 'Block-Y', '{\"costumes\":[{\"assetId\":\"e13e79f106d32a3176dbcf5c1b35827d\",\"name\":\"Block-y\",\"bitmapResolution\":1,\"md5ext\":\"e13e79f106d32a3176dbcf5c1b35827d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":26,\"rotationCenterY\":33}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('277', '28', 'Block-Z', '{\"costumes\":[{\"assetId\":\"c57d371b291d43675f46601518098572\",\"name\":\"Block-z\",\"bitmapResolution\":1,\"md5ext\":\"c57d371b291d43675f46601518098572.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('278', '28', 'Glow-0', '{\"costumes\":[{\"assetId\":\"64b59074f24d0e2405a509a45c0dadba\",\"name\":\"Glow-0\",\"bitmapResolution\":1,\"md5ext\":\"64b59074f24d0e2405a509a45c0dadba.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('279', '28', 'Glow-1', '{\"costumes\":[{\"assetId\":\"9f75c26aa6c56168a3e5a4f598de2c94\",\"name\":\"Glow-1\",\"bitmapResolution\":1,\"md5ext\":\"9f75c26aa6c56168a3e5a4f598de2c94.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('280', '28', 'Glow-2', '{\"costumes\":[{\"assetId\":\"e8d8bf59db37b5012dd643a16a636042\",\"name\":\"Glow-2\",\"bitmapResolution\":1,\"md5ext\":\"e8d8bf59db37b5012dd643a16a636042.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('281', '28', 'Glow-3', '{\"costumes\":[{\"assetId\":\"57f7afe3b9888cca56803b73a62e4227\",\"name\":\"Glow-3\",\"bitmapResolution\":1,\"md5ext\":\"57f7afe3b9888cca56803b73a62e4227.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":42}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('282', '28', 'Glow-4', '{\"costumes\":[{\"assetId\":\"b8209e1980475b30ff11e60d7633446d\",\"name\":\"Glow-4\",\"bitmapResolution\":1,\"md5ext\":\"b8209e1980475b30ff11e60d7633446d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('283', '28', 'Glow-5', '{\"costumes\":[{\"assetId\":\"aacb5b3cec637f192f080138b4ccd8d2\",\"name\":\"Glow-5\",\"bitmapResolution\":1,\"md5ext\":\"aacb5b3cec637f192f080138b4ccd8d2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('284', '28', 'Glow-6', '{\"costumes\":[{\"assetId\":\"84d9f26050c709e6b98706c22d2efb3d\",\"name\":\"Glow-6\",\"bitmapResolution\":1,\"md5ext\":\"84d9f26050c709e6b98706c22d2efb3d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('285', '28', 'Glow-7', '{\"costumes\":[{\"assetId\":\"6194b9a251a905d0001a969990961724\",\"name\":\"Glow-7\",\"bitmapResolution\":1,\"md5ext\":\"6194b9a251a905d0001a969990961724.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":42}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('286', '28', 'Glow-8', '{\"costumes\":[{\"assetId\":\"55e95fb9c60fbebb7d20bba99c7e9609\",\"name\":\"Glow-8\",\"bitmapResolution\":1,\"md5ext\":\"55e95fb9c60fbebb7d20bba99c7e9609.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":31,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('287', '28', 'Glow-9', '{\"costumes\":[{\"assetId\":\"0f53ee6a988bda07cba561d38bfbc36f\",\"name\":\"Glow-9\",\"bitmapResolution\":1,\"md5ext\":\"0f53ee6a988bda07cba561d38bfbc36f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":28,\"rotationCenterY\":36}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('288', '28', 'Glow-A', '{\"costumes\":[{\"assetId\":\"fd470938cce54248aaf240b16e845456\",\"name\":\"Glow-A\",\"bitmapResolution\":1,\"md5ext\":\"fd470938cce54248aaf240b16e845456.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":36,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('289', '28', 'Glow-B', '{\"costumes\":[{\"assetId\":\"a699fa024889b681d8b8b6c5c86acb6d\",\"name\":\"Glow-B\",\"bitmapResolution\":1,\"md5ext\":\"a699fa024889b681d8b8b6c5c86acb6d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":35}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('290', '28', 'Glow-C', '{\"costumes\":[{\"assetId\":\"51b8a7dd7a8cddc5bc30e35824cc557a\",\"name\":\"Glow-C\",\"bitmapResolution\":1,\"md5ext\":\"51b8a7dd7a8cddc5bc30e35824cc557a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":27,\"rotationCenterY\":35}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('291', '28', 'Glow-D', '{\"costumes\":[{\"assetId\":\"a3a66e37de8d7ebe0505594e036ef6d1\",\"name\":\"Glow-D\",\"bitmapResolution\":1,\"md5ext\":\"a3a66e37de8d7ebe0505594e036ef6d1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":35}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('292', '28', 'Glow-E', '{\"costumes\":[{\"assetId\":\"80382a5db3fa556276068165c547b432\",\"name\":\"Glow-E\",\"bitmapResolution\":1,\"md5ext\":\"80382a5db3fa556276068165c547b432.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('293', '28', 'Glow-F', '{\"costumes\":[{\"assetId\":\"67239f7d47f7b92bc38e2d8b275d54ab\",\"name\":\"Glow-F\",\"bitmapResolution\":1,\"md5ext\":\"67239f7d47f7b92bc38e2d8b275d54ab.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('294', '28', 'Glow-G', '{\"costumes\":[{\"assetId\":\"56839bc48957869d980c6f9b6f5a2a91\",\"name\":\"Glow-G\",\"bitmapResolution\":1,\"md5ext\":\"56839bc48957869d980c6f9b6f5a2a91.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('295', '28', 'Glow-H', '{\"costumes\":[{\"assetId\":\"d6016c6494153cd5735ee4b6a1b05277\",\"name\":\"Glow-H\",\"bitmapResolution\":1,\"md5ext\":\"d6016c6494153cd5735ee4b6a1b05277.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":46}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('296', '28', 'Glow-I', '{\"costumes\":[{\"assetId\":\"9077988af075c80cc403b1d6e5891528\",\"name\":\"Glow-I\",\"bitmapResolution\":1,\"md5ext\":\"9077988af075c80cc403b1d6e5891528.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('297', '28', 'Glow-J', '{\"costumes\":[{\"assetId\":\"6c359eff57abf5bb6db55894d08757c3\",\"name\":\"Glow-J\",\"bitmapResolution\":1,\"md5ext\":\"6c359eff57abf5bb6db55894d08757c3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('298', '28', 'Glow-K', '{\"costumes\":[{\"assetId\":\"e932898d1e6fe3950a266fccaba0c3e6\",\"name\":\"Glow-K\",\"bitmapResolution\":1,\"md5ext\":\"e932898d1e6fe3950a266fccaba0c3e6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":38,\"rotationCenterY\":36}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('299', '28', 'Glow-L', '{\"costumes\":[{\"assetId\":\"dcee9202cf20e0395971f1ee73c45d37\",\"name\":\"Glow-L\",\"bitmapResolution\":1,\"md5ext\":\"dcee9202cf20e0395971f1ee73c45d37.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":35}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('300', '28', 'Glow-M', '{\"costumes\":[{\"assetId\":\"26f81aa5990bf2371acaa8d76fe1e87f\",\"name\":\"Glow-M\",\"bitmapResolution\":1,\"md5ext\":\"26f81aa5990bf2371acaa8d76fe1e87f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":42,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('301', '28', 'Glow-N', '{\"costumes\":[{\"assetId\":\"d55a04ada14958eccc4aef446a4dad57\",\"name\":\"Glow-N\",\"bitmapResolution\":1,\"md5ext\":\"d55a04ada14958eccc4aef446a4dad57.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('302', '28', 'Glow-O', '{\"costumes\":[{\"assetId\":\"64b59074f24d0e2405a509a45c0dadba\",\"name\":\"Glow-O\",\"bitmapResolution\":1,\"md5ext\":\"64b59074f24d0e2405a509a45c0dadba.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":29,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('303', '28', 'Glow-P', '{\"costumes\":[{\"assetId\":\"c6edc2603ad4db3aa0b29f80e3e38cff\",\"name\":\"Glow-P\",\"bitmapResolution\":1,\"md5ext\":\"c6edc2603ad4db3aa0b29f80e3e38cff.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":32,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('304', '28', 'Glow-Q', '{\"costumes\":[{\"assetId\":\"e4ae18bf8b92ae375ce818d754588c76\",\"name\":\"Glow-Q\",\"bitmapResolution\":1,\"md5ext\":\"e4ae18bf8b92ae375ce818d754588c76.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":33,\"rotationCenterY\":43}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('305', '28', 'Glow-R', '{\"costumes\":[{\"assetId\":\"bb11b49e19c68452331e78d51081ab42\",\"name\":\"Glow-R\",\"bitmapResolution\":1,\"md5ext\":\"bb11b49e19c68452331e78d51081ab42.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('306', '28', 'Glow-S', '{\"costumes\":[{\"assetId\":\"6fd994b41bcf776fbf1f1521a879f1af\",\"name\":\"Glow-S\",\"bitmapResolution\":1,\"md5ext\":\"6fd994b41bcf776fbf1f1521a879f1af.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":27,\"rotationCenterY\":40}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('307', '28', 'Glow-T', '{\"costumes\":[{\"assetId\":\"d687543649a676a14f408b5890d45f05\",\"name\":\"Glow-T\",\"bitmapResolution\":1,\"md5ext\":\"d687543649a676a14f408b5890d45f05.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('308', '28', 'Glow-U', '{\"costumes\":[{\"assetId\":\"cb8ef2244400a57ba08e918cb4fe8bba\",\"name\":\"Glow-U\",\"bitmapResolution\":1,\"md5ext\":\"cb8ef2244400a57ba08e918cb4fe8bba.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":37}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('309', '28', 'Glow-V', '{\"costumes\":[{\"assetId\":\"c6edc1ac2c5979f389598537cfb28096\",\"name\":\"Glow-V\",\"bitmapResolution\":1,\"md5ext\":\"c6edc1ac2c5979f389598537cfb28096.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":35,\"rotationCenterY\":42}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('310', '28', 'Glow-W', '{\"costumes\":[{\"assetId\":\"2e0c2bb46c4ca3cf97779f749b1556f6\",\"name\":\"Glow-W\",\"bitmapResolution\":1,\"md5ext\":\"2e0c2bb46c4ca3cf97779f749b1556f6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":45,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('311', '28', 'Glow-X', '{\"costumes\":[{\"assetId\":\"0b98a63dcc55251072a95a6c6bf7f6f2\",\"name\":\"Glow-X\",\"bitmapResolution\":1,\"md5ext\":\"0b98a63dcc55251072a95a6c6bf7f6f2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":40,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('312', '28', 'Glow-Y', '{\"costumes\":[{\"assetId\":\"532494c9b5e6709f9982c00a48ce6870\",\"name\":\"Glow-Y\",\"bitmapResolution\":1,\"md5ext\":\"532494c9b5e6709f9982c00a48ce6870.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":38,\"rotationCenterY\":41}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('313', '28', 'Glow-Z', '{\"costumes\":[{\"assetId\":\"2d94d83dcc9ee3a107e5ea7ef0dddeb0\",\"name\":\"Glow-Z\",\"bitmapResolution\":1,\"md5ext\":\"2d94d83dcc9ee3a107e5ea7ef0dddeb0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('314', '28', 'Story-A', '{\"costumes\":[{\"assetId\":\"4b1beecd9a8892df0918242b2b5fbd4c\",\"name\":\"story-A-1\",\"bitmapResolution\":1,\"md5ext\":\"4b1beecd9a8892df0918242b2b5fbd4c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":26},{\"assetId\":\"7a6fdf5e26fc690879f8e215bfdec4d5\",\"name\":\"story-A-2\",\"bitmapResolution\":1,\"md5ext\":\"7a6fdf5e26fc690879f8e215bfdec4d5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":26},{\"assetId\":\"3c46f5192d2c29f957381e0100c6085d\",\"name\":\"story-A-3\",\"bitmapResolution\":1,\"md5ext\":\"3c46f5192d2c29f957381e0100c6085d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('315', '28', 'Story-B', '{\"costumes\":[{\"assetId\":\"a09376e1eacf17be3c9fbd268674b9f7\",\"name\":\"story-B-1\",\"bitmapResolution\":1,\"md5ext\":\"a09376e1eacf17be3c9fbd268674b9f7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":25},{\"assetId\":\"5f8301434ce176ab328f5b658ee1ec05\",\"name\":\"story-B-2\",\"bitmapResolution\":1,\"md5ext\":\"5f8301434ce176ab328f5b658ee1ec05.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":25},{\"assetId\":\"22817ed2e4253787c78d7b696bbefdc1\",\"name\":\"story-B-3\",\"bitmapResolution\":1,\"md5ext\":\"22817ed2e4253787c78d7b696bbefdc1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":18,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('316', '28', 'Story-C', '{\"costumes\":[{\"assetId\":\"5e61610cbba50ba86f18830f61bbaecb\",\"name\":\"story-C-1\",\"bitmapResolution\":1,\"md5ext\":\"5e61610cbba50ba86f18830f61bbaecb.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":26},{\"assetId\":\"f6ff602902affbae2f89b389f08df432\",\"name\":\"story-C-2\",\"bitmapResolution\":1,\"md5ext\":\"f6ff602902affbae2f89b389f08df432.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":26},{\"assetId\":\"6bd5cb8bc3e4df5e055f4c56dd630855\",\"name\":\"story-C-3\",\"bitmapResolution\":1,\"md5ext\":\"6bd5cb8bc3e4df5e055f4c56dd630855.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('317', '28', 'Story-D', '{\"costumes\":[{\"assetId\":\"130cc4b9ad8dd8936d22c51c05ac6860\",\"name\":\"story-D-1\",\"bitmapResolution\":1,\"md5ext\":\"130cc4b9ad8dd8936d22c51c05ac6860.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":26},{\"assetId\":\"b28d76f648ad24932a18cb40c8d76bc5\",\"name\":\"story-D-2\",\"bitmapResolution\":1,\"md5ext\":\"b28d76f648ad24932a18cb40c8d76bc5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":26},{\"assetId\":\"dd713e3bf42d7a4fd8d2f12094db1c63\",\"name\":\"story-D-3\",\"bitmapResolution\":1,\"md5ext\":\"dd713e3bf42d7a4fd8d2f12094db1c63.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('318', '28', 'Story-E', '{\"costumes\":[{\"assetId\":\"3005df22798da45f1daf1de7421bb91d\",\"name\":\"story-E-1\",\"bitmapResolution\":1,\"md5ext\":\"3005df22798da45f1daf1de7421bb91d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":25},{\"assetId\":\"add5c5a8eec67eb010b5cbd44dea5c8d\",\"name\":\"story-E-2\",\"bitmapResolution\":1,\"md5ext\":\"add5c5a8eec67eb010b5cbd44dea5c8d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":25},{\"assetId\":\"4e903ac41a7e16a52efff8477f2398c7\",\"name\":\"story-E-3\",\"bitmapResolution\":1,\"md5ext\":\"4e903ac41a7e16a52efff8477f2398c7.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":18,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('319', '28', 'Story-F', '{\"costumes\":[{\"assetId\":\"83565581ecc9f7d4010efd8683a99393\",\"name\":\"story-F-1\",\"bitmapResolution\":1,\"md5ext\":\"83565581ecc9f7d4010efd8683a99393.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":18,\"rotationCenterY\":26},{\"assetId\":\"4a3ae31dd3dd3b96239a0307cfdaa1b6\",\"name\":\"story-F-2\",\"bitmapResolution\":1,\"md5ext\":\"4a3ae31dd3dd3b96239a0307cfdaa1b6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":18,\"rotationCenterY\":25},{\"assetId\":\"d4ec9a1827429f4e2f3dc239dcc15b95\",\"name\":\"story-F-3\",\"bitmapResolution\":1,\"md5ext\":\"d4ec9a1827429f4e2f3dc239dcc15b95.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":16,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('320', '28', 'Story-G', '{\"costumes\":[{\"assetId\":\"85144902cc61fe98dca513b74276d7d8\",\"name\":\"story-G-1\",\"bitmapResolution\":1,\"md5ext\":\"85144902cc61fe98dca513b74276d7d8.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":25},{\"assetId\":\"648cfdd48a7f748e6198194669ba1909\",\"name\":\"story-G-2\",\"bitmapResolution\":1,\"md5ext\":\"648cfdd48a7f748e6198194669ba1909.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":23,\"rotationCenterY\":25},{\"assetId\":\"8fb61932544adbe8c95b067ad1351758\",\"name\":\"story-G-3\",\"bitmapResolution\":1,\"md5ext\":\"8fb61932544adbe8c95b067ad1351758.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('321', '28', 'Story-H', '{\"costumes\":[{\"assetId\":\"eec286b1cfea3f219a5b486931abedd2\",\"name\":\"story-H-1\",\"bitmapResolution\":1,\"md5ext\":\"eec286b1cfea3f219a5b486931abedd2.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":25},{\"assetId\":\"70520daa9f82a2347c8a8fa9e7fe1a6e\",\"name\":\"story-H-2\",\"bitmapResolution\":1,\"md5ext\":\"70520daa9f82a2347c8a8fa9e7fe1a6e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":25},{\"assetId\":\"99aae97a2b49904db7eeb813fa968582\",\"name\":\"story-H-3\",\"bitmapResolution\":1,\"md5ext\":\"99aae97a2b49904db7eeb813fa968582.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('322', '28', 'Story-I', '{\"costumes\":[{\"assetId\":\"2c156e20da1ad4e8e397a89ad8fb1c26\",\"name\":\"story-I-1\",\"bitmapResolution\":1,\"md5ext\":\"2c156e20da1ad4e8e397a89ad8fb1c26.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":9,\"rotationCenterY\":26},{\"assetId\":\"1bceea90292a51a7177abf581f28bf2c\",\"name\":\"story-I-2\",\"bitmapResolution\":1,\"md5ext\":\"1bceea90292a51a7177abf581f28bf2c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":9,\"rotationCenterY\":26},{\"assetId\":\"9cad752323aa81dfa8d8cf009057b108\",\"name\":\"story-I-3\",\"bitmapResolution\":1,\"md5ext\":\"9cad752323aa81dfa8d8cf009057b108.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":7,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('323', '28', 'Story-J', '{\"costumes\":[{\"assetId\":\"2838de5d131785c985eb0eab25ec63af\",\"name\":\"story-J-1\",\"bitmapResolution\":1,\"md5ext\":\"2838de5d131785c985eb0eab25ec63af.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":14,\"rotationCenterY\":25},{\"assetId\":\"7d7d6f257a6bf3668a0befa4199f16a0\",\"name\":\"story-J-2\",\"bitmapResolution\":1,\"md5ext\":\"7d7d6f257a6bf3668a0befa4199f16a0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":14,\"rotationCenterY\":25},{\"assetId\":\"d5b58ddd6f6b4fdcfdfd86d102853935\",\"name\":\"story-J-3\",\"bitmapResolution\":1,\"md5ext\":\"d5b58ddd6f6b4fdcfdfd86d102853935.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":12,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('324', '28', 'Story-K', '{\"costumes\":[{\"assetId\":\"0cb908dbc38635cc595e6060afc1b682\",\"name\":\"story-K-1\",\"bitmapResolution\":1,\"md5ext\":\"0cb908dbc38635cc595e6060afc1b682.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":26},{\"assetId\":\"ecf86afea23fd95e27d4e63659adbfa6\",\"name\":\"story-K-2\",\"bitmapResolution\":1,\"md5ext\":\"ecf86afea23fd95e27d4e63659adbfa6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":26},{\"assetId\":\"17ef8f63a2a8f47258bd62cf642fd8d6\",\"name\":\"story-K-3\",\"bitmapResolution\":1,\"md5ext\":\"17ef8f63a2a8f47258bd62cf642fd8d6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('325', '28', 'Story-L', '{\"costumes\":[{\"assetId\":\"935c7cf21c35523c0a232013a6399a49\",\"name\":\"story-L-1\",\"bitmapResolution\":1,\"md5ext\":\"935c7cf21c35523c0a232013a6399a49.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":26},{\"assetId\":\"0fc3ac08468935694255ef8a461d4d26\",\"name\":\"story-L-2\",\"bitmapResolution\":1,\"md5ext\":\"0fc3ac08468935694255ef8a461d4d26.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":26},{\"assetId\":\"ec4d85a60c32c7637de31dbf503266a0\",\"name\":\"story-L-3\",\"bitmapResolution\":1,\"md5ext\":\"ec4d85a60c32c7637de31dbf503266a0.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":17,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('326', '28', 'Story-M', '{\"costumes\":[{\"assetId\":\"9bf9e677da34528433d3c1acb945e2df\",\"name\":\"story-M-1\",\"bitmapResolution\":1,\"md5ext\":\"9bf9e677da34528433d3c1acb945e2df.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":25},{\"assetId\":\"42e5468fa164e001925d5a49d372f4b1\",\"name\":\"story-M-2\",\"bitmapResolution\":1,\"md5ext\":\"42e5468fa164e001925d5a49d372f4b1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":30,\"rotationCenterY\":25},{\"assetId\":\"643896fcad0a1bf6eb9f3f590094687c\",\"name\":\"story-M-3\",\"bitmapResolution\":1,\"md5ext\":\"643896fcad0a1bf6eb9f3f590094687c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":27,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('327', '28', 'Story-N', '{\"costumes\":[{\"assetId\":\"c2f77473dd16d1a3713218b05390a688\",\"name\":\"story-N-1\",\"bitmapResolution\":1,\"md5ext\":\"c2f77473dd16d1a3713218b05390a688.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":26,\"rotationCenterY\":25},{\"assetId\":\"80c8f32282b697097933837905a6f257\",\"name\":\"story-N-2\",\"bitmapResolution\":1,\"md5ext\":\"80c8f32282b697097933837905a6f257.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":26,\"rotationCenterY\":25},{\"assetId\":\"40ffad793f4042a5fe7b3aaa6bc175ae\",\"name\":\"story-N-3\",\"bitmapResolution\":1,\"md5ext\":\"40ffad793f4042a5fe7b3aaa6bc175ae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('328', '28', 'Story-O', '{\"costumes\":[{\"assetId\":\"40bf3880b678beeda8cf708a51a4402d\",\"name\":\"story-O-1\",\"bitmapResolution\":1,\"md5ext\":\"40bf3880b678beeda8cf708a51a4402d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":25},{\"assetId\":\"0bdd31ea2b3b78d0c39022795a49c69a\",\"name\":\"story-O-2\",\"bitmapResolution\":1,\"md5ext\":\"0bdd31ea2b3b78d0c39022795a49c69a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":25},{\"assetId\":\"43a89fc1442627ca48b1dc631c517942\",\"name\":\"story-O-3\",\"bitmapResolution\":1,\"md5ext\":\"43a89fc1442627ca48b1dc631c517942.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('329', '28', 'Story-P', '{\"costumes\":[{\"assetId\":\"1a41f74cd76d7202d8b22ffc7729e03f\",\"name\":\"story-P-1\",\"bitmapResolution\":1,\"md5ext\":\"1a41f74cd76d7202d8b22ffc7729e03f.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":25},{\"assetId\":\"377eac55366670a03c469705c6689f09\",\"name\":\"story-P-2\",\"bitmapResolution\":1,\"md5ext\":\"377eac55366670a03c469705c6689f09.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":25},{\"assetId\":\"9cf707e83af27c47e74adb77496ffca5\",\"name\":\"story-P-3\",\"bitmapResolution\":1,\"md5ext\":\"9cf707e83af27c47e74adb77496ffca5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":17,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('330', '28', 'Story-Q', '{\"costumes\":[{\"assetId\":\"84a6dc992bce018a1eac9be0173ad917\",\"name\":\"story-Q-1\",\"bitmapResolution\":1,\"md5ext\":\"84a6dc992bce018a1eac9be0173ad917.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":30},{\"assetId\":\"efc27a91c30d6a511be4245e36684192\",\"name\":\"story-Q-2\",\"bitmapResolution\":1,\"md5ext\":\"efc27a91c30d6a511be4245e36684192.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":30},{\"assetId\":\"01acd1076994a4379a3fc9e034bc05fc\",\"name\":\"story-Q-3\",\"bitmapResolution\":1,\"md5ext\":\"01acd1076994a4379a3fc9e034bc05fc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":29}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('331', '28', 'Story-R', '{\"costumes\":[{\"assetId\":\"4f217b14a161fcd9590614b0733100ea\",\"name\":\"story-R-1\",\"bitmapResolution\":1,\"md5ext\":\"4f217b14a161fcd9590614b0733100ea.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":26},{\"assetId\":\"3c3f44aba3eff8856472e06b333a7201\",\"name\":\"story-R-2\",\"bitmapResolution\":1,\"md5ext\":\"3c3f44aba3eff8856472e06b333a7201.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":26},{\"assetId\":\"5c1d38d02ae9c4df7851a6e9d52f25b4\",\"name\":\"story-R-3\",\"bitmapResolution\":1,\"md5ext\":\"5c1d38d02ae9c4df7851a6e9d52f25b4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('332', '28', 'Story-S', '{\"costumes\":[{\"assetId\":\"47b9f910048ce4db93bdfbcd2638e19a\",\"name\":\"story-S-1\",\"bitmapResolution\":1,\"md5ext\":\"47b9f910048ce4db93bdfbcd2638e19a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":16,\"rotationCenterY\":25},{\"assetId\":\"5a113fcacd35ababbf23c5a9289433d1\",\"name\":\"story-S-2\",\"bitmapResolution\":1,\"md5ext\":\"5a113fcacd35ababbf23c5a9289433d1.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":16,\"rotationCenterY\":25},{\"assetId\":\"fd2a94481c3ef0c223784b2f3c6df874\",\"name\":\"story-S-3\",\"bitmapResolution\":1,\"md5ext\":\"fd2a94481c3ef0c223784b2f3c6df874.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":14,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('333', '28', 'Story-T', '{\"costumes\":[{\"assetId\":\"001a2186db228fdd9bfbf3f15800bb63\",\"name\":\"story-T-1\",\"bitmapResolution\":1,\"md5ext\":\"001a2186db228fdd9bfbf3f15800bb63.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":27},{\"assetId\":\"b61e1ac30aa2f35d4fd8c23fab1f76ea\",\"name\":\"story-T-2\",\"bitmapResolution\":1,\"md5ext\":\"b61e1ac30aa2f35d4fd8c23fab1f76ea.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":27},{\"assetId\":\"66b22b0ff0a5c1c205a701316ab954cf\",\"name\":\"story-T-3\",\"bitmapResolution\":1,\"md5ext\":\"66b22b0ff0a5c1c205a701316ab954cf.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('334', '28', 'Story-U', '{\"costumes\":[{\"assetId\":\"cfb334b977b8f2a39aa56b1e0532829e\",\"name\":\"story-U-1\",\"bitmapResolution\":1,\"md5ext\":\"cfb334b977b8f2a39aa56b1e0532829e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":26},{\"assetId\":\"51dd73c840ba3aca0f9770e13cb14fb3\",\"name\":\"story-U-2\",\"bitmapResolution\":1,\"md5ext\":\"51dd73c840ba3aca0f9770e13cb14fb3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":24,\"rotationCenterY\":26},{\"assetId\":\"f6b7b4da5362fdac29d84f1fbf19e3f4\",\"name\":\"story-U-3\",\"bitmapResolution\":1,\"md5ext\":\"f6b7b4da5362fdac29d84f1fbf19e3f4.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":21,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('335', '28', 'Story-V', '{\"costumes\":[{\"assetId\":\"f27e7a4216665a6eab43fe9b4b5ec934\",\"name\":\"story-V-1\",\"bitmapResolution\":1,\"md5ext\":\"f27e7a4216665a6eab43fe9b4b5ec934.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":25},{\"assetId\":\"43a8993221848f90e9f37664e7832b4a\",\"name\":\"story-V-2\",\"bitmapResolution\":1,\"md5ext\":\"43a8993221848f90e9f37664e7832b4a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":25,\"rotationCenterY\":25},{\"assetId\":\"d5c20886e3eb0ca0f5430c9482b1d832\",\"name\":\"story-V-3\",\"bitmapResolution\":1,\"md5ext\":\"d5c20886e3eb0ca0f5430c9482b1d832.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('336', '28', 'Story-W', '{\"costumes\":[{\"assetId\":\"396e27d20d1a49edaa106ba6d667cedd\",\"name\":\"story-W-1\",\"bitmapResolution\":1,\"md5ext\":\"396e27d20d1a49edaa106ba6d667cedd.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":25},{\"assetId\":\"f21ba826cd88c376e868f079d6df273c\",\"name\":\"story-W-2\",\"bitmapResolution\":1,\"md5ext\":\"f21ba826cd88c376e868f079d6df273c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":37,\"rotationCenterY\":25},{\"assetId\":\"528df57da4490f6da8c75da06a1367f5\",\"name\":\"story-W-3\",\"bitmapResolution\":1,\"md5ext\":\"528df57da4490f6da8c75da06a1367f5.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":34,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('337', '28', 'Story-X', '{\"costumes\":[{\"assetId\":\"db0c1a6499169aac6639a1a0076658ce\",\"name\":\"story-X-1\",\"bitmapResolution\":1,\"md5ext\":\"db0c1a6499169aac6639a1a0076658ce.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":26},{\"assetId\":\"ca4e3e84788bdeea42dd5ed952d5a66c\",\"name\":\"story-X-2\",\"bitmapResolution\":1,\"md5ext\":\"ca4e3e84788bdeea42dd5ed952d5a66c.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":26},{\"assetId\":\"04be1176e562eff16f1159f69945a82e\",\"name\":\"story-X-3\",\"bitmapResolution\":1,\"md5ext\":\"04be1176e562eff16f1159f69945a82e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('338', '28', 'Story-Y', '{\"costumes\":[{\"assetId\":\"59275f907633ce02074f787e5767bfde\",\"name\":\"story-Y-1\",\"bitmapResolution\":1,\"md5ext\":\"59275f907633ce02074f787e5767bfde.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":27},{\"assetId\":\"093a9410933f7d01f459f08bcb01735b\",\"name\":\"story-Y-2\",\"bitmapResolution\":1,\"md5ext\":\"093a9410933f7d01f459f08bcb01735b.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":22,\"rotationCenterY\":27},{\"assetId\":\"d7fabe2652c93dd1bf91d9064cf5a348\",\"name\":\"story-Y-3\",\"bitmapResolution\":1,\"md5ext\":\"d7fabe2652c93dd1bf91d9064cf5a348.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":20,\"rotationCenterY\":24}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
INSERT INTO `material_sprite` VALUES ('339', '28', 'Story-Z', '{\"costumes\":[{\"assetId\":\"34825a171f7b35962484fa53e99ff632\",\"name\":\"story-Z-1\",\"bitmapResolution\":1,\"md5ext\":\"34825a171f7b35962484fa53e99ff632.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":26},{\"assetId\":\"23c24dbee23b1545afa8ee15ed339327\",\"name\":\"story-Z-2\",\"bitmapResolution\":1,\"md5ext\":\"23c24dbee23b1545afa8ee15ed339327.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":19,\"rotationCenterY\":26},{\"assetId\":\"665db4c356d7e010fa8d71cc291834e3\",\"name\":\"story-Z-3\",\"bitmapResolution\":1,\"md5ext\":\"665db4c356d7e010fa8d71cc291834e3.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":17,\"rotationCenterY\":23}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]}', '1');
-- ----------------------------
-- Table structure for material_tags
-- ----------------------------
DROP TABLE IF EXISTS `material_tags`;
CREATE TABLE `material_tags` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`type` tinyint unsigned DEFAULT NULL COMMENT '1背景、2角色、3造型、4声音、5扩展',
`tag` char(16) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT 'Lite编程',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=100 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of material_tags
-- ----------------------------
INSERT INTO `material_tags` VALUES ('1', '1', '奇幻');
INSERT INTO `material_tags` VALUES ('2', '1', '音乐');
INSERT INTO `material_tags` VALUES ('3', '1', '运动');
INSERT INTO `material_tags` VALUES ('4', '1', '户外');
INSERT INTO `material_tags` VALUES ('5', '1', '室内');
INSERT INTO `material_tags` VALUES ('6', '1', '太空');
INSERT INTO `material_tags` VALUES ('7', '1', '水下');
INSERT INTO `material_tags` VALUES ('8', '1', '图案');
INSERT INTO `material_tags` VALUES ('9', '1', 'Lite编程');
INSERT INTO `material_tags` VALUES ('20', '2', '动物');
INSERT INTO `material_tags` VALUES ('21', '2', '人物');
INSERT INTO `material_tags` VALUES ('22', '2', '奇幻');
INSERT INTO `material_tags` VALUES ('23', '2', '舞蹈');
INSERT INTO `material_tags` VALUES ('24', '2', '音乐');
INSERT INTO `material_tags` VALUES ('25', '2', '运动');
INSERT INTO `material_tags` VALUES ('26', '2', '食物');
INSERT INTO `material_tags` VALUES ('27', '2', '时尚');
INSERT INTO `material_tags` VALUES ('28', '2', '字母');
INSERT INTO `material_tags` VALUES ('29', '2', 'Lite编程');
INSERT INTO `material_tags` VALUES ('30', '3', '动物');
INSERT INTO `material_tags` VALUES ('31', '3', '人物');
INSERT INTO `material_tags` VALUES ('32', '3', '奇幻');
INSERT INTO `material_tags` VALUES ('33', '3', '舞蹈');
INSERT INTO `material_tags` VALUES ('34', '3', '音乐');
INSERT INTO `material_tags` VALUES ('35', '3', '运动');
INSERT INTO `material_tags` VALUES ('36', '3', '食物');
INSERT INTO `material_tags` VALUES ('37', '3', '时尚');
INSERT INTO `material_tags` VALUES ('38', '3', '字母');
INSERT INTO `material_tags` VALUES ('39', '3', 'Lite编程');
INSERT INTO `material_tags` VALUES ('40', '4', '动物');
INSERT INTO `material_tags` VALUES ('41', '4', '效果');
INSERT INTO `material_tags` VALUES ('42', '4', '可循环');
INSERT INTO `material_tags` VALUES ('43', '4', '音符');
INSERT INTO `material_tags` VALUES ('44', '4', '打击乐器');
INSERT INTO `material_tags` VALUES ('45', '4', '太空');
INSERT INTO `material_tags` VALUES ('46', '4', '运动');
INSERT INTO `material_tags` VALUES ('47', '4', '人声');
INSERT INTO `material_tags` VALUES ('48', '4', '古怪');
INSERT INTO `material_tags` VALUES ('49', '4', 'Lite编程');
-- ----------------------------
-- Table structure for register
-- ----------------------------
DROP TABLE IF EXISTS `register`;
CREATE TABLE `register` (
`username` char(12) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '用户手机号',
`code` char(6) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '手机验证码',
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '注册时间',
PRIMARY KEY (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='短信发送记录表';
-- ----------------------------
-- Records of register
-- ----------------------------
-- ----------------------------
-- Table structure for scratch
-- ----------------------------
DROP TABLE IF EXISTS `scratch`;
CREATE TABLE `scratch` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`authorid` int unsigned NOT NULL COMMENT '作者ID',
`type` int DEFAULT '0' COMMENT '作品分类',
`teacherid` int unsigned DEFAULT '0' COMMENT '课堂作业时所在的班级老师',
`state` tinyint unsigned DEFAULT '0' COMMENT '项目状态:未发布0、已发布1、开源2',
`view_count` int unsigned DEFAULT '0' COMMENT '被浏览次数',
`like_count` int DEFAULT '0' COMMENT '点赞次数',
`favo_count` int DEFAULT '0' COMMENT '被收藏次数',
`time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建或被修改的时间',
`title` char(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT 'Scratch新项目' COMMENT '标题',
`description` varchar(255) DEFAULT NULL COMMENT '描述',
`src` mediumtext COMMENT '源代码',
PRIMARY KEY (`id`,`authorid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='scratch作品表';
-- ----------------------------
-- Records of scratch
-- ----------------------------
INSERT INTO `scratch` VALUES ('1', '0', '0', '0', '0', '2', '0', '0', '2020-05-27 11:30:00', 'Scratch新项目', null, '{\"targets\":[{\"isStage\":true,\"name\":\"Stage\",\"variables\":{\"`jEk@4|i[#Fk?(8x)AV.-my variable\":[\"我的变量\",0]},\"lists\":{},\"broadcasts\":{},\"blocks\":{},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"cd21514d0531fdffb22204e0ec5ed84a\",\"name\":\"背景1\",\"md5ext\":\"cd21514d0531fdffb22204e0ec5ed84a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":240,\"rotationCenterY\":180}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"啵\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":1123,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}],\"volume\":100,\"layerOrder\":0,\"tempo\":60,\"videoTransparency\":50,\"videoState\":\"on\",\"textToSpeechLanguage\":null},{\"isStage\":false,\"name\":\"角色1\",\"variables\":{},\"lists\":{},\"broadcasts\":{},\"blocks\":{},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"bcf454acf82e4504149f7ffe07081dbc\",\"name\":\"造型1\",\"bitmapResolution\":1,\"md5ext\":\"bcf454acf82e4504149f7ffe07081dbc.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":48,\"rotationCenterY\":50},{\"assetId\":\"0fb9be3e8397c983338cb71dc84d0b25\",\"name\":\"造型2\",\"bitmapResolution\":1,\"md5ext\":\"0fb9be3e8397c983338cb71dc84d0b25.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":46,\"rotationCenterY\":53}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"喵\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":48000,\"sampleCount\":40681,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}],\"volume\":100,\"layerOrder\":1,\"visible\":true,\"x\":0,\"y\":0,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"}],\"monitors\":[],\"extensions\":[],\"meta\":{\"semver\":\"3.0.0\",\"vm\":\"0.2.0-prerelease.20190123164824\",\"agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\"}}');
INSERT INTO `scratch` VALUES ('2', '1', '0', '0', '2', '13', '4', '1', '2020-08-30 00:41:17', '小猫捉虫子', null, '{\"targets\":[{\"isStage\":true,\"name\":\"Stage\",\"variables\":{\"`jEk@4|i[#Fk?(8x)AV.-my variable\":[\"我的变量\",0]},\"lists\":{},\"broadcasts\":{},\"blocks\":{\"HwN:DhkI~cQ!MDNB!oiH\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"/e)ed:;WSjI|:;X^3=bJ\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":760,\"y\":191},\"/e)ed:;WSjI|:;X^3=bJ\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"HwN:DhkI~cQ!MDNB!oiH\",\"inputs\":{\"SUBSTACK\":[2,\"pDUGd=G~kSPR*LX=J41B\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"pDUGd=G~kSPR*LX=J41B\":{\"opcode\":\"looks_changeeffectby\",\"next\":\"NRO)e!FtdWik~BhXy_/(\",\"parent\":\"/e)ed:;WSjI|:;X^3=bJ\",\"inputs\":{\"CHANGE\":[1,[4,\"25\"]]},\"fields\":{\"EFFECT\":[\"COLOR\",null]},\"shadow\":false,\"topLevel\":false},\"NRO)e!FtdWik~BhXy_/(\":{\"opcode\":\"control_wait\",\"next\":null,\"parent\":\"pDUGd=G~kSPR*LX=J41B\",\"inputs\":{\"DURATION\":[1,[5,\"0.1\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false}},\"comments\":{},\"currentCostume\":1,\"costumes\":[{\"assetId\":\"cd21514d0531fdffb22204e0ec5ed84a\",\"name\":\"背景1\",\"md5ext\":\"cd21514d0531fdffb22204e0ec5ed84a.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":240,\"rotationCenterY\":180},{\"assetId\":\"ef9973bcff6d4cbc558e946028ec7d23\",\"name\":\"Wetland\",\"bitmapResolution\":2,\"md5ext\":\"ef9973bcff6d4cbc558e946028ec7d23.png\",\"dataFormat\":\"png\",\"rotationCenterX\":480,\"rotationCenterY\":360}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"啵\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}],\"volume\":100,\"layerOrder\":0,\"tempo\":60,\"videoTransparency\":50,\"videoState\":\"on\",\"textToSpeechLanguage\":null},{\"isStage\":false,\"name\":\"Beetle\",\"variables\":{},\"lists\":{},\"broadcasts\":{},\"blocks\":{\"lhzTO}D5+L6]14520[GD\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"MzO2s4=jc1C*rP,1(Qp#\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":110,\"y\":-1508},\"MzO2s4=jc1C*rP,1(Qp#\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"lhzTO}D5+L6]14520[GD\",\"inputs\":{\"SUBSTACK\":[2,\"6Uy^8Nt,1OLD!mEqJ@)G\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"6Uy^8Nt,1OLD!mEqJ@)G\":{\"opcode\":\"control_if\",\"next\":\"l6fFR]BfR4rc~eMY1?m:\",\"parent\":\"MzO2s4=jc1C*rP,1(Qp#\",\"inputs\":{\"CONDITION\":[2,\"Gflmi*hi20Jso;RL5]`T\"],\"SUBSTACK\":[2,\"osU1Ew?GZoPeAc~c!.C_\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Gflmi*hi20Jso;RL5]`T\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"6Uy^8Nt,1OLD!mEqJ@)G\",\"inputs\":{\"KEY_OPTION\":[1,\"7f,.,ZnE[uYBmfgK(EC)\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"7f,.,ZnE[uYBmfgK(EC)\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"Gflmi*hi20Jso;RL5]`T\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"up arrow\",null]},\"shadow\":true,\"topLevel\":false},\"osU1Ew?GZoPeAc~c!.C_\":{\"opcode\":\"motion_pointindirection\",\"next\":\",%KK0B@/DGHV)K.r)}G}\",\"parent\":\"6Uy^8Nt,1OLD!mEqJ@)G\",\"inputs\":{\"DIRECTION\":[1,[8,\"0\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\",%KK0B@/DGHV)K.r)}G}\":{\"opcode\":\"motion_movesteps\",\"next\":null,\"parent\":\"osU1Ew?GZoPeAc~c!.C_\",\"inputs\":{\"STEPS\":[1,[4,\"10\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"l6fFR]BfR4rc~eMY1?m:\":{\"opcode\":\"control_if\",\"next\":\"`PiS4Yx|1p8hHMQZOVwU\",\"parent\":\"6Uy^8Nt,1OLD!mEqJ@)G\",\"inputs\":{\"CONDITION\":[2,\"+WOWg?eqpeqsNo]Cj2J8\"],\"SUBSTACK\":[2,\"%IC@ncL2QW?F)$5gfB76\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"+WOWg?eqpeqsNo]Cj2J8\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"l6fFR]BfR4rc~eMY1?m:\",\"inputs\":{\"KEY_OPTION\":[1,\"b1%Q`r0x)Ml[x)==:)U:\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"b1%Q`r0x)Ml[x)==:)U:\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"+WOWg?eqpeqsNo]Cj2J8\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"down arrow\",null]},\"shadow\":true,\"topLevel\":false},\"%IC@ncL2QW?F)$5gfB76\":{\"opcode\":\"motion_pointindirection\",\"next\":\"$0TS$eY$T#D00duSuKa[\",\"parent\":\"l6fFR]BfR4rc~eMY1?m:\",\"inputs\":{\"DIRECTION\":[1,[8,\"180\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"$0TS$eY$T#D00duSuKa[\":{\"opcode\":\"motion_movesteps\",\"next\":null,\"parent\":\"%IC@ncL2QW?F)$5gfB76\",\"inputs\":{\"STEPS\":[1,[4,\"10\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"`PiS4Yx|1p8hHMQZOVwU\":{\"opcode\":\"control_if\",\"next\":\"Lcx}ba3BnZZeoj@:Qsm?\",\"parent\":\"l6fFR]BfR4rc~eMY1?m:\",\"inputs\":{\"CONDITION\":[2,\"84.b_Z4tSnPCSRcxmeph\"],\"SUBSTACK\":[2,\"yZC=:eqo=+YWct5*a[1$\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"84.b_Z4tSnPCSRcxmeph\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"`PiS4Yx|1p8hHMQZOVwU\",\"inputs\":{\"KEY_OPTION\":[1,\"F_.8i=Hch1H%nrMwrq_E\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"F_.8i=Hch1H%nrMwrq_E\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"84.b_Z4tSnPCSRcxmeph\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"left arrow\",null]},\"shadow\":true,\"topLevel\":false},\"yZC=:eqo=+YWct5*a[1$\":{\"opcode\":\"motion_pointindirection\",\"next\":\"Hsjs+KH9Hq(wRV_6DUq7\",\"parent\":\"`PiS4Yx|1p8hHMQZOVwU\",\"inputs\":{\"DIRECTION\":[1,[8,\"-90\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Hsjs+KH9Hq(wRV_6DUq7\":{\"opcode\":\"motion_movesteps\",\"next\":null,\"parent\":\"yZC=:eqo=+YWct5*a[1$\",\"inputs\":{\"STEPS\":[1,[4,\"10\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Lcx}ba3BnZZeoj@:Qsm?\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"`PiS4Yx|1p8hHMQZOVwU\",\"inputs\":{\"CONDITION\":[2,\"F`*R=kv4K}x6f4a(.KX=\"],\"SUBSTACK\":[2,\"(3^eu}.uHi5(xz:;(~Es\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"F`*R=kv4K}x6f4a(.KX=\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"Lcx}ba3BnZZeoj@:Qsm?\",\"inputs\":{\"KEY_OPTION\":[1,\"d9+1j/!JCe!iraSk{xcX\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"d9+1j/!JCe!iraSk{xcX\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"F`*R=kv4K}x6f4a(.KX=\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"right arrow\",null]},\"shadow\":true,\"topLevel\":false},\"(3^eu}.uHi5(xz:;(~Es\":{\"opcode\":\"motion_pointindirection\",\"next\":\"Tdf5(cEzocNc6H%D%XwU\",\"parent\":\"Lcx}ba3BnZZeoj@:Qsm?\",\"inputs\":{\"DIRECTION\":[1,[8,\"90\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Tdf5(cEzocNc6H%D%XwU\":{\"opcode\":\"motion_movesteps\",\"next\":null,\"parent\":\"(3^eu}.uHi5(xz:;(~Es\",\"inputs\":{\"STEPS\":[1,[4,\"10\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"5%(~$}Noqq!%}NwmuV4M\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"J-az.J|%1i13cYuOF,(!\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":685,\"y\":-1499},\"J-az.J|%1i13cYuOF,(!\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"5%(~$}Noqq!%}NwmuV4M\",\"inputs\":{\"SUBSTACK\":[2,\",v+#~/6DMZ-yKpGE5Ri%\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\",v+#~/6DMZ-yKpGE5Ri%\":{\"opcode\":\"looks_changeeffectby\",\"next\":\"uYpV3v*usM=ff%{NIJb^\",\"parent\":\"J-az.J|%1i13cYuOF,(!\",\"inputs\":{\"CHANGE\":[1,[4,\"25\"]]},\"fields\":{\"EFFECT\":[\"COLOR\",null]},\"shadow\":false,\"topLevel\":false},\"uYpV3v*usM=ff%{NIJb^\":{\"opcode\":\"control_wait\",\"next\":null,\"parent\":\",v+#~/6DMZ-yKpGE5Ri%\",\"inputs\":{\"DURATION\":[1,[5,\"0.1\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"9|O5VSE#YLK`GQY-6V,J\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"eLgjJ7^l]]u-Zm(%gqU1\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":1170,\"y\":-1486},\"eLgjJ7^l]]u-Zm(%gqU1\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"9|O5VSE#YLK`GQY-6V,J\",\"inputs\":{\"SUBSTACK\":[2,\"sCkmMUG[C$Nd{En4oF/t\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"sCkmMUG[C$Nd{En4oF/t\":{\"opcode\":\"control_if\",\"next\":\"]GWSn#/ygdC(K#4U;x7%\",\"parent\":\"eLgjJ7^l]]u-Zm(%gqU1\",\"inputs\":{\"CONDITION\":[2,\"$KDmiT_l4P39FG{B/qUa\"],\"SUBSTACK\":[2,\"qg0Y)}Q?~.@d;I(|a-Gi\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"$KDmiT_l4P39FG{B/qUa\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"sCkmMUG[C$Nd{En4oF/t\",\"inputs\":{\"KEY_OPTION\":[1,\"tldmwwBc+wWzlsAjMtT)\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"tldmwwBc+wWzlsAjMtT)\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"$KDmiT_l4P39FG{B/qUa\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"0\",null]},\"shadow\":true,\"topLevel\":false},\"qg0Y)}Q?~.@d;I(|a-Gi\":{\"opcode\":\"looks_changesizeby\",\"next\":null,\"parent\":\"sCkmMUG[C$Nd{En4oF/t\",\"inputs\":{\"CHANGE\":[1,[4,\"10\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"]GWSn#/ygdC(K#4U;x7%\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"sCkmMUG[C$Nd{En4oF/t\",\"inputs\":{\"CONDITION\":[2,\"rVhx20{r%8oIg.|ESG7U\"],\"SUBSTACK\":[2,\"PGkNU.n#SXvb_s5PvIhh\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"rVhx20{r%8oIg.|ESG7U\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"]GWSn#/ygdC(K#4U;x7%\",\"inputs\":{\"KEY_OPTION\":[1,\"79Ny=$dt|$lUMvo3)^5|\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"79Ny=$dt|$lUMvo3)^5|\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"rVhx20{r%8oIg.|ESG7U\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"1\",null]},\"shadow\":true,\"topLevel\":false},\"PGkNU.n#SXvb_s5PvIhh\":{\"opcode\":\"looks_changesizeby\",\"next\":null,\"parent\":\"]GWSn#/ygdC(K#4U;x7%\",\"inputs\":{\"CHANGE\":[1,[4,\"-10\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"AHs8%)S-4QF4V[ec[__@\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"Rzz/mE!LA)@IMuwL,jIW\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":668,\"y\":-981},\"Rzz/mE!LA)@IMuwL,jIW\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"AHs8%)S-4QF4V[ec[__@\",\"inputs\":{\"SUBSTACK\":[2,\".TY,y8^2+KxS*m8Co1V@\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\".TY,y8^2+KxS*m8Co1V@\":{\"opcode\":\"sound_playuntildone\",\"next\":\"/-51mYp(.?6CS4[m;A|H\",\"parent\":\"Rzz/mE!LA)@IMuwL,jIW\",\"inputs\":{\"SOUND_MENU\":[1,\"eOpFAY!fB}zvZ4hR}FS0\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"eOpFAY!fB}zvZ4hR}FS0\":{\"opcode\":\"sound_sounds_menu\",\"next\":null,\"parent\":\".TY,y8^2+KxS*m8Co1V@\",\"inputs\":{},\"fields\":{\"SOUND_MENU\":[\"Chatter\",null]},\"shadow\":true,\"topLevel\":false},\"/-51mYp(.?6CS4[m;A|H\":{\"opcode\":\"control_wait\",\"next\":null,\"parent\":\".TY,y8^2+KxS*m8Co1V@\",\"inputs\":{\"DURATION\":[3,\"6{HZ+ToJ|PvE)yM92*0b\",[5,\"1\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"6{HZ+ToJ|PvE)yM92*0b\":{\"opcode\":\"operator_random\",\"next\":null,\"parent\":\"/-51mYp(.?6CS4[m;A|H\",\"inputs\":{\"FROM\":[1,[4,\"1\"]],\"TO\":[1,[4,\"5\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"[st_JTR/uG.deMrQW(np\":{\"opcode\":\"motion_movesteps\",\"next\":\"*(,^9$Hg_xnNI40KiQP1\",\"parent\":null,\"inputs\":{\"STEPS\":[1,[4,\"10\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":246,\"y\":-573},\"*(,^9$Hg_xnNI40KiQP1\":{\"opcode\":\"motion_turnleft\",\"next\":null,\"parent\":\"[st_JTR/uG.deMrQW(np\",\"inputs\":{\"DEGREES\":[1,[4,\"15\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false}},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae\",\"name\":\"beetle\",\"bitmapResolution\":1,\"md5ext\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"fd8543abeeba255072da239223d2d342\",\"name\":\"Chatter\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":26417,\"md5ext\":\"fd8543abeeba255072da239223d2d342.wav\"}],\"volume\":100,\"layerOrder\":1,\"visible\":true,\"x\":-4.8960723876953,\"y\":-60.00360107421875,\"size\":144.64445572824667,\"direction\":0,\"draggable\":false,\"rotationStyle\":\"all around\"},{\"isStage\":false,\"name\":\"Beetle2\",\"variables\":{},\"lists\":{},\"broadcasts\":{},\"blocks\":{\"]0+pbp`Zo_jSd;tIz;yl\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"p2#cnKHh-RQ5M%126;,U\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":420,\"y\":67},\"p2#cnKHh-RQ5M%126;,U\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"]0+pbp`Zo_jSd;tIz;yl\",\"inputs\":{\"SUBSTACK\":[2,\"8KKo!W?9W%cGvzk3pc`X\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"8KKo!W?9W%cGvzk3pc`X\":{\"opcode\":\"motion_pointtowards\",\"next\":\"-:[aAaRsD7-j)3g/.EU7\",\"parent\":\"p2#cnKHh-RQ5M%126;,U\",\"inputs\":{\"TOWARDS\":[1,\"Pg81$#vkktC7OvL@zY+=\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Pg81$#vkktC7OvL@zY+=\":{\"opcode\":\"motion_pointtowards_menu\",\"next\":null,\"parent\":\"8KKo!W?9W%cGvzk3pc`X\",\"inputs\":{},\"fields\":{\"TOWARDS\":[\"Beetle\",null]},\"shadow\":true,\"topLevel\":false},\"-:[aAaRsD7-j)3g/.EU7\":{\"opcode\":\"motion_glideto\",\"next\":null,\"parent\":\"8KKo!W?9W%cGvzk3pc`X\",\"inputs\":{\"SECS\":[1,[4,\"0.3\"]],\"TO\":[1,\"q+P,2k/7:d2Ky`k4%*Ly\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"q+P,2k/7:d2Ky`k4%*Ly\":{\"opcode\":\"motion_glideto_menu\",\"next\":null,\"parent\":\"-:[aAaRsD7-j)3g/.EU7\",\"inputs\":{},\"fields\":{\"TO\":[\"Beetle\",null]},\"shadow\":true,\"topLevel\":false}},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae\",\"name\":\"beetle\",\"bitmapResolution\":1,\"md5ext\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}],\"volume\":100,\"layerOrder\":2,\"visible\":true,\"x\":-4.8960723876953,\"y\":-60.00360107421875,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"},{\"isStage\":false,\"name\":\"Beetle3\",\"variables\":{},\"lists\":{},\"broadcasts\":{},\"blocks\":{\"B?m-VnkHY]fdVDeU].]S\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"YHH2=TQJ2VcdML|%6CIz\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":401,\"y\":101},\"YHH2=TQJ2VcdML|%6CIz\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"B?m-VnkHY]fdVDeU].]S\",\"inputs\":{\"SUBSTACK\":[2,\"?^*7C09.D6|i|~WEj|uE\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"?^*7C09.D6|i|~WEj|uE\":{\"opcode\":\"motion_pointtowards\",\"next\":\"cv`5$D{Z.Kk_E!qIg2w`\",\"parent\":\"YHH2=TQJ2VcdML|%6CIz\",\"inputs\":{\"TOWARDS\":[1,\"Vo?IOd]mi[K!X!x*KCo7\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Vo?IOd]mi[K!X!x*KCo7\":{\"opcode\":\"motion_pointtowards_menu\",\"next\":null,\"parent\":\"?^*7C09.D6|i|~WEj|uE\",\"inputs\":{},\"fields\":{\"TOWARDS\":[\"Beetle2\",null]},\"shadow\":true,\"topLevel\":false},\"cv`5$D{Z.Kk_E!qIg2w`\":{\"opcode\":\"motion_glideto\",\"next\":null,\"parent\":\"?^*7C09.D6|i|~WEj|uE\",\"inputs\":{\"SECS\":[1,[4,\"0.3\"]],\"TO\":[1,\"gMw.Yai)ItvaFcy=fr%-\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"gMw.Yai)ItvaFcy=fr%-\":{\"opcode\":\"motion_glideto_menu\",\"next\":null,\"parent\":\"cv`5$D{Z.Kk_E!qIg2w`\",\"inputs\":{},\"fields\":{\"TO\":[\"Beetle2\",null]},\"shadow\":true,\"topLevel\":false}},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae\",\"name\":\"beetle\",\"bitmapResolution\":1,\"md5ext\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}],\"volume\":100,\"layerOrder\":3,\"visible\":true,\"x\":-4.8960723876953,\"y\":-60.00360107421875,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"},{\"isStage\":false,\"name\":\"Beetle4\",\"variables\":{},\"lists\":{},\"broadcasts\":{},\"blocks\":{\"U:WvmB#E~06(5?X^txi:\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"veiq6;PfZ)4BDLGThQ-5\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":373,\"y\":96},\"veiq6;PfZ)4BDLGThQ-5\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"U:WvmB#E~06(5?X^txi:\",\"inputs\":{\"SUBSTACK\":[2,\"[email protected]:;rI?nN\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"[email protected]:;rI?nN\":{\"opcode\":\"motion_pointtowards\",\"next\":\"RH9FIrVt{]^K)oiskyuO\",\"parent\":\"veiq6;PfZ)4BDLGThQ-5\",\"inputs\":{\"TOWARDS\":[1,\"3d]ryhxrc)0$8RKtm~Cz\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"3d]ryhxrc)0$8RKtm~Cz\":{\"opcode\":\"motion_pointtowards_menu\",\"next\":null,\"parent\":\"[email protected]:;rI?nN\",\"inputs\":{},\"fields\":{\"TOWARDS\":[\"Beetle3\",null]},\"shadow\":true,\"topLevel\":false},\"RH9FIrVt{]^K)oiskyuO\":{\"opcode\":\"motion_glideto\",\"next\":null,\"parent\":\"[email protected]:;rI?nN\",\"inputs\":{\"SECS\":[1,[4,\"0.3\"]],\"TO\":[1,\"dw|hu]V(@3ytVU_,tf8/\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"dw|hu]V(@3ytVU_,tf8/\":{\"opcode\":\"motion_glideto_menu\",\"next\":null,\"parent\":\"RH9FIrVt{]^K)oiskyuO\",\"inputs\":{},\"fields\":{\"TO\":[\"Beetle3\",null]},\"shadow\":true,\"topLevel\":false}},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae\",\"name\":\"beetle\",\"bitmapResolution\":1,\"md5ext\":\"46d0dfd4ae7e9bfe3a6a2e35a4905eae.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":43,\"rotationCenterY\":38}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}],\"volume\":100,\"layerOrder\":4,\"visible\":true,\"x\":-4.8960723876953,\"y\":-60.00360107421875,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"},{\"isStage\":false,\"name\":\"Cat 2\",\"variables\":{},\"lists\":{},\"broadcasts\":{},\"blocks\":{\"Vi35O5(%?,wj!ZDWRu!l\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"PxTCC7OT6vm+jQvG+{:7\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":697,\"y\":121},\"PxTCC7OT6vm+jQvG+{:7\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"Vi35O5(%?,wj!ZDWRu!l\",\"inputs\":{\"SUBSTACK\":[2,\"k}wyz(,D)5I`@!Vu$GKg\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"k}wyz(,D)5I`@!Vu$GKg\":{\"opcode\":\"motion_pointtowards\",\"next\":\"O;9?AGzZq(i{VvL,Za]4\",\"parent\":\"PxTCC7OT6vm+jQvG+{:7\",\"inputs\":{\"TOWARDS\":[1,\"K9BsFY6O|cy7HV;fBp6n\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"K9BsFY6O|cy7HV;fBp6n\":{\"opcode\":\"motion_pointtowards_menu\",\"next\":null,\"parent\":\"k}wyz(,D)5I`@!Vu$GKg\",\"inputs\":{},\"fields\":{\"TOWARDS\":[\"Beetle\",null]},\"shadow\":true,\"topLevel\":false},\"O;9?AGzZq(i{VvL,Za]4\":{\"opcode\":\"motion_glideto\",\"next\":null,\"parent\":\"k}wyz(,D)5I`@!Vu$GKg\",\"inputs\":{\"SECS\":[1,[4,\"0.7\"]],\"TO\":[1,\")HEk^M(scd|I9V06%+!g\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\")HEk^M(scd|I9V06%+!g\":{\"opcode\":\"motion_glideto_menu\",\"next\":null,\"parent\":\"O;9?AGzZq(i{VvL,Za]4\",\"inputs\":{},\"fields\":{\"TO\":[\"Beetle3\",null]},\"shadow\":true,\"topLevel\":false}},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"7499cf6ec438d0c7af6f896bc6adc294\",\"name\":\"cat 2\",\"bitmapResolution\":1,\"md5ext\":\"7499cf6ec438d0c7af6f896bc6adc294.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":87,\"rotationCenterY\":39}],\"sounds\":[{\"assetId\":\"cf51a0c4088942d95bcc20af13202710\",\"name\":\"meow2\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":26048,\"md5ext\":\"cf51a0c4088942d95bcc20af13202710.wav\"}],\"volume\":100,\"layerOrder\":5,\"visible\":true,\"x\":-4.8960723876953,\"y\":-60.00360107421875,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"}],\"monitors\":[],\"extensions\":[],\"meta\":{\"semver\":\"3.0.0\",\"vm\":\"0.2.0-prerelease.20200625173937\",\"agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36\"}}');
INSERT INTO `scratch` VALUES ('3', '1', '0', '0', '2', '23', '10', '1', '2020-08-30 00:42:58', '星空逐梦', null, '{\"targets\":[{\"isStage\":true,\"name\":\"Stage\",\"variables\":{\"Ba|:pXn!1)lt7j},dsEi-屏幕x-\":[\"屏幕x\",0],\"Ba|:pXn!1)lt7j},dsEi-屏幕y-\":[\"屏幕y\",60.67259933962764],\"Ba|:pXn!1)lt7j},dsEi-玩家x-\":[\"玩家x\",0],\"Ba|:pXn!1)lt7j},dsEi-玩家y-\":[\"玩家y\",90],\"Ba|:pXn!1)lt7j},dsEi-移动y-\":[\"移动y\",10],\"Ba|:pXn!1)lt7j},dsEi-移动x-\":[\"移动x\",0],\"Ba|:pXn!1)lt7j},dsEi-跳跃侦测-\":[\"跳跃侦测\",0],\"Ba|:pXn!1)lt7j},dsEi-随机y-\":[\"随机y\",350],\"Ba|:pXn!1)lt7j},dsEi-计数-\":[\"计数\",7],\"Ba|:pXn!1)lt7j},dsEi-分数-\":[\"分数\",107],\"Ba|:pXn!1)lt7j},dsEi-展示分数-\":[\"展示分数\",\"你的分数:0\"],\"Ba|:pXn!1)lt7j},dsEi-溢出-\":[\"溢出\",0]},\"lists\":{\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\":[\"平台大小\",[20,16,16,17,18,17,18]],\"Ba|:pXn!1)lt7j},dsEi-平台x-list\":[\"平台x\",[-29,-99,40,84,155,-80,108]],\"Ba|:pXn!1)lt7j},dsEi-平台y-list\":[\"平台y\",[0,50,100,150,200,250,300]]},\"broadcasts\":{},\"blocks\":{\";m%L-Evi^jmKSp`-`Q(@\":{\"opcode\":\"event_whenkeypressed\",\"next\":\"s~cw01BcGrbeQ90ts14[\",\"parent\":null,\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"1\"]},\"shadow\":false,\"topLevel\":true,\"x\":171,\"y\":548},\"s~cw01BcGrbeQ90ts14[\":{\"opcode\":\"control_stop\",\"next\":\"du=nQWv%a[3g;*c9mb#J\",\"parent\":\";m%L-Evi^jmKSp`-`Q(@\",\"inputs\":{},\"fields\":{\"STOP_OPTION\":[\"other scripts in stage\"]},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"hasnext\":\"true\",\"children\":[]}},\"du=nQWv%a[3g;*c9mb#J\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"s~cw01BcGrbeQ90ts14[\",\"inputs\":{\"SUBSTACK\":[2,\"xG},knR2N3A|BZVT/a-u\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"xG},knR2N3A|BZVT/a-u\":{\"opcode\":\"sound_playuntildone\",\"next\":null,\"parent\":\"du=nQWv%a[3g;*c9mb#J\",\"inputs\":{\"SOUND_MENU\":[1,\"];d2D^O42zJd^#W5(bCy\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"];d2D^O42zJd^#W5(bCy\":{\"opcode\":\"sound_sounds_menu\",\"next\":null,\"parent\":\"xG},knR2N3A|BZVT/a-u\",\"inputs\":{},\"fields\":{\"SOUND_MENU\":[\"幽蓝键-Always with Me (钢琴曲).mp3\"]},\"shadow\":true,\"topLevel\":false},\"|7:lHw^ubAAdz=obn,br\":{\"opcode\":\"event_whenkeypressed\",\"next\":\"uys^095`(X83~_Txk7Yy\",\"parent\":null,\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"2\"]},\"shadow\":false,\"topLevel\":true,\"x\":171,\"y\":977},\"uys^095`(X83~_Txk7Yy\":{\"opcode\":\"control_stop\",\"next\":\"D|+LE3^%~{LT%=91nkD7\",\"parent\":\"|7:lHw^ubAAdz=obn,br\",\"inputs\":{},\"fields\":{\"STOP_OPTION\":[\"other scripts in stage\"]},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"hasnext\":\"true\",\"children\":[]}},\"D|+LE3^%~{LT%=91nkD7\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"uys^095`(X83~_Txk7Yy\",\"inputs\":{\"SUBSTACK\":[2,\"xdx8!I.ILrO/i2j!E)*f\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"xdx8!I.ILrO/i2j!E)*f\":{\"opcode\":\"sound_playuntildone\",\"next\":null,\"parent\":\"D|+LE3^%~{LT%=91nkD7\",\"inputs\":{\"SOUND_MENU\":[1,\"V@%or}raH=)9HzMZfnrK\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"V@%or}raH=)9HzMZfnrK\":{\"opcode\":\"sound_sounds_menu\",\"next\":null,\"parent\":\"xdx8!I.ILrO/i2j!E)*f\",\"inputs\":{},\"fields\":{\"SOUND_MENU\":[\"中島ノブユキ (Nakajima Nobuyuki)-人間失格~メインテーマ~ (人间失格~主题音乐~).mp3\"]},\"shadow\":true,\"topLevel\":false},\"(J[xzW=iybZ{l|8~*I~3\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"n4@F1Fg43qRTOddaJrO5\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":120,\"y\":55},\"n4@F1Fg43qRTOddaJrO5\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"(J[xzW=iybZ{l|8~*I~3\",\"inputs\":{\"SUBSTACK\":[2,\"pBPH[(3%E%hKL,t27Rgk\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"pBPH[(3%E%hKL,t27Rgk\":{\"opcode\":\"sound_playuntildone\",\"next\":null,\"parent\":\"n4@F1Fg43qRTOddaJrO5\",\"inputs\":{\"SOUND_MENU\":[1,\"oC)Yu^i)XUl,fzXH)dMm\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"oC)Yu^i)XUl,fzXH)dMm\":{\"opcode\":\"sound_sounds_menu\",\"next\":null,\"parent\":\"pBPH[(3%E%hKL,t27Rgk\",\"inputs\":{},\"fields\":{\"SOUND_MENU\":[\"幽蓝键-Always with Me (钢琴曲).mp3\"]},\"shadow\":true,\"topLevel\":false}},\"comments\":{},\"currentCostume\":2,\"costumes\":[{\"assetId\":\"b61b1077b0ea1931abee9dbbfa7903ff\",\"name\":\"backdrop1\",\"bitmapResolution\":2,\"md5ext\":\"b61b1077b0ea1931abee9dbbfa7903ff.png\",\"dataFormat\":\"png\",\"rotationCenterX\":480,\"rotationCenterY\":360},{\"assetId\":\"263db3b5f63608d85bdc758af48427ec\",\"name\":\"繁星之夜\",\"bitmapResolution\":2,\"md5ext\":\"263db3b5f63608d85bdc758af48427ec.png\",\"dataFormat\":\"png\",\"rotationCenterX\":480,\"rotationCenterY\":360},{\"assetId\":\"263db3b5f63608d85bdc758af48427ec\",\"name\":\"繁星之夜2\",\"bitmapResolution\":2,\"md5ext\":\"263db3b5f63608d85bdc758af48427ec.png\",\"dataFormat\":\"png\",\"rotationCenterX\":480,\"rotationCenterY\":360}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":1032,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"},{\"assetId\":\"405be67dd9b3f1b7e0df9c5df2d0a191\",\"name\":\"Hyper Potions - Surf(1)\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":5306569,\"md5ext\":\"405be67dd9b3f1b7e0df9c5df2d0a191.wav\"},{\"assetId\":\"b586745b98e94d7574f7f7b48d831e20\",\"name\":\"录音1\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":2,\"md5ext\":\"b586745b98e94d7574f7f7b48d831e20.wav\"},{\"assetId\":\"f243e1012f89d9090eb804fd28d31286\",\"name\":\"幽蓝键-Always with Me (钢琴曲).mp3\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":4161537,\"md5ext\":\"f243e1012f89d9090eb804fd28d31286.wav\"},{\"assetId\":\"f243e1012f89d9090eb804fd28d31286\",\"name\":\"幽蓝键-Always with Me (钢琴曲).mp2\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":4161537,\"md5ext\":\"f243e1012f89d9090eb804fd28d31286.wav\"},{\"assetId\":\"fe1017b7c2477ef6e15c076e684a5f80\",\"name\":\"中島ノブユキ (Nakajima Nobuyuki)-人間失格~メインテーマ~ (人间失格~主题音乐~).mp3\",\"dataFormat\":\"wav\",\"format\":\"adpcm\",\"rate\":22050,\"sampleCount\":5498593,\"md5ext\":\"fe1017b7c2477ef6e15c076e684a5f80.wav\"}],\"volume\":100,\"layerOrder\":0,\"tempo\":160,\"videoTransparency\":50,\"videoState\":\"off\",\"textToSpeechLanguage\":null},{\"isStage\":false,\"name\":\"Sprite1\",\"variables\":{},\"lists\":{},\"broadcasts\":{},\"blocks\":{\"*]Ya5fs3h_GFZhH]BRke\":{\"opcode\":\"data_setvariableto\",\"next\":\"ZX6JKH9aM9{}vx*6HY4q\",\"parent\":null,\"inputs\":{\"VALUE\":[1,[10,\"15\"]]},\"fields\":{\"VARIABLE\":[\"移动y\",\"Ba|:pXn!1)lt7j},dsEi-移动y-\"]},\"shadow\":false,\"topLevel\":true,\"x\":557,\"y\":1287},\"ZX6JKH9aM9{}vx*6HY4q\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"*]Ya5fs3h_GFZhH]BRke\",\"inputs\":{\"VALUE\":[1,[10,\"1\"]]},\"fields\":{\"VARIABLE\":[\"跳跃侦测\",\"Ba|:pXn!1)lt7j},dsEi-跳跃侦测-\"]},\"shadow\":false,\"topLevel\":false},\"QNw3{;7lpcR`-cH:(ZQ*\":{\"opcode\":\"procedures_definition\",\"next\":\"P]Xqz]TG:pdSq1eI6)0y\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\",rMmk*Ng_/(MlX3UTNjA\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":37,\"y\":45},\",rMmk*Ng_/(MlX3UTNjA\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"移动角色\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":true,\"children\":[]}},\"P]Xqz]TG:pdSq1eI6)0y\":{\"opcode\":\"data_changevariableby\",\"next\":\"T)~F{/ld=z*VrpAGpI#w\",\"parent\":\"QNw3{;7lpcR`-cH:(ZQ*\",\"inputs\":{\"VALUE\":[3,\"c;PX-naVPqW`kOUX~o34\",[4,10]]},\"fields\":{\"VARIABLE\":[\"屏幕x\",\"Ba|:pXn!1)lt7j},dsEi-屏幕x-\"]},\"shadow\":false,\"topLevel\":false},\"c;PX-naVPqW`kOUX~o34\":{\"opcode\":\"operator_multiply\",\"next\":null,\"parent\":\"P]Xqz]TG:pdSq1eI6)0y\",\"inputs\":{\"NUM1\":[1,[4,0.2]],\"NUM2\":[3,\"EvN1agJ+%|qaj~||Qq3^\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"EvN1agJ+%|qaj~||Qq3^\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"c;PX-naVPqW`kOUX~o34\",\"inputs\":{\"NUM1\":[3,[12,\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"],[4,10]],\"NUM2\":[3,[12,\"屏幕x\",\"Ba|:pXn!1)lt7j},dsEi-屏幕x-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"T)~F{/ld=z*VrpAGpI#w\":{\"opcode\":\"data_changevariableby\",\"next\":\"w|{;/jLH.BUh%|nlF[lE\",\"parent\":\"P]Xqz]TG:pdSq1eI6)0y\",\"inputs\":{\"VALUE\":[3,\"y?~@NsRppL[(;Y,Vc0Su\",[4,10]]},\"fields\":{\"VARIABLE\":[\"屏幕y\",\"Ba|:pXn!1)lt7j},dsEi-屏幕y-\"]},\"shadow\":false,\"topLevel\":false},\"y?~@NsRppL[(;Y,Vc0Su\":{\"opcode\":\"operator_multiply\",\"next\":null,\"parent\":\"T)~F{/ld=z*VrpAGpI#w\",\"inputs\":{\"NUM1\":[1,[4,0.2]],\"NUM2\":[3,\"JHrF)l=M^WAx6~{GtH,e\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"JHrF)l=M^WAx6~{GtH,e\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"y?~@NsRppL[(;Y,Vc0Su\",\"inputs\":{\"NUM1\":[3,[12,\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"],[4,10]],\"NUM2\":[3,[12,\"屏幕y\",\"Ba|:pXn!1)lt7j},dsEi-屏幕y-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"w|{;/jLH.BUh%|nlF[lE\":{\"opcode\":\"data_changevariableby\",\"next\":\"Pt4[p_9R-]SckF_{:{]f\",\"parent\":\"T)~F{/ld=z*VrpAGpI#w\",\"inputs\":{\"VALUE\":[1,[4,-1]]},\"fields\":{\"VARIABLE\":[\"移动y\",\"Ba|:pXn!1)lt7j},dsEi-移动y-\"]},\"shadow\":false,\"topLevel\":false},\"Pt4[p_9R-]SckF_{:{]f\":{\"opcode\":\"control_if\",\"next\":\"d,Dz@zVj^-B*:L5|o(u-\",\"parent\":\"w|{;/jLH.BUh%|nlF[lE\",\"inputs\":{\"CONDITION\":[2,\"|CVxlh+D_,?h69srxTrn\"],\"SUBSTACK\":[2,\"l0qtQ~0ef7-gN^z)QjE:\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"|CVxlh+D_,?h69srxTrn\":{\"opcode\":\"operator_equals\",\"next\":null,\"parent\":\"Pt4[p_9R-]SckF_{:{]f\",\"inputs\":{\"OPERAND1\":[3,[12,\"跳跃侦测\",\"Ba|:pXn!1)lt7j},dsEi-跳跃侦测-\"],[10,\"\"]],\"OPERAND2\":[1,[10,\"1\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"l0qtQ~0ef7-gN^z)QjE:\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"Pt4[p_9R-]SckF_{:{]f\",\"inputs\":{\"VALUE\":[1,[10,\"15\"]]},\"fields\":{\"VARIABLE\":[\"移动y\",\"Ba|:pXn!1)lt7j},dsEi-移动y-\"]},\"shadow\":false,\"topLevel\":false},\"d,Dz@zVj^-B*:L5|o(u-\":{\"opcode\":\"data_setvariableto\",\"next\":\"nzu`t?{NN3I)snTyM{H[\",\"parent\":\"Pt4[p_9R-]SckF_{:{]f\",\"inputs\":{\"VALUE\":[1,[10,0]]},\"fields\":{\"VARIABLE\":[\"跳跃侦测\",\"Ba|:pXn!1)lt7j},dsEi-跳跃侦测-\"]},\"shadow\":false,\"topLevel\":false},\"nzu`t?{NN3I)snTyM{H[\":{\"opcode\":\"control_if_else\",\"next\":\",jQ#tLf0QJrgxQ^}y|oR\",\"parent\":\"d,Dz@zVj^-B*:L5|o(u-\",\"inputs\":{\"CONDITION\":[2,\"m_RChQI},JQ3P]URZF:z\"],\"SUBSTACK\":[2,\"ySN|COlm(D8OU2@gNuzY\"],\"SUBSTACK2\":[2,\"n],/jy+/@4:GQ(y@3=M/\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"m_RChQI},JQ3P]URZF:z\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"nzu`t?{NN3I)snTyM{H[\",\"inputs\":{\"KEY_OPTION\":[1,\"V.V.-w/9-(xk28gY7;c{\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"V.V.-w/9-(xk28gY7;c{\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"m_RChQI},JQ3P]URZF:z\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"left arrow\"]},\"shadow\":true,\"topLevel\":false},\"ySN|COlm(D8OU2@gNuzY\":{\"opcode\":\"data_changevariableby\",\"next\":null,\"parent\":\"nzu`t?{NN3I)snTyM{H[\",\"inputs\":{\"VALUE\":[3,\"u5qzh{j)#4VLauCA+NPR\",[4,10]]},\"fields\":{\"VARIABLE\":[\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"]},\"shadow\":false,\"topLevel\":false},\"u5qzh{j)#4VLauCA+NPR\":{\"opcode\":\"operator_multiply\",\"next\":null,\"parent\":\"ySN|COlm(D8OU2@gNuzY\",\"inputs\":{\"NUM1\":[1,[4,0.2]],\"NUM2\":[3,\"4IvFzT88`,?z#YqN=|=t\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"4IvFzT88`,?z#YqN=|=t\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"u5qzh{j)#4VLauCA+NPR\",\"inputs\":{\"NUM1\":[1,[4,-15]],\"NUM2\":[3,[12,\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"n],/jy+/@4:GQ(y@3=M/\":{\"opcode\":\"control_if_else\",\"next\":null,\"parent\":\"nzu`t?{NN3I)snTyM{H[\",\"inputs\":{\"CONDITION\":[2,\"4JkHztIB;@Fjl}bWq~qz\"],\"SUBSTACK\":[2,\"Ij4!6hRXWJ`q7Hy-W*-?\"],\"SUBSTACK2\":[2,\"JoX0iziZ}omoga*[A~JB\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"4JkHztIB;@Fjl}bWq~qz\":{\"opcode\":\"sensing_keypressed\",\"next\":null,\"parent\":\"n],/jy+/@4:GQ(y@3=M/\",\"inputs\":{\"KEY_OPTION\":[1,\"|LCGPnU3MS^t5fn{fkuI\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"|LCGPnU3MS^t5fn{fkuI\":{\"opcode\":\"sensing_keyoptions\",\"next\":null,\"parent\":\"4JkHztIB;@Fjl}bWq~qz\",\"inputs\":{},\"fields\":{\"KEY_OPTION\":[\"right arrow\"]},\"shadow\":true,\"topLevel\":false},\"Ij4!6hRXWJ`q7Hy-W*-?\":{\"opcode\":\"data_changevariableby\",\"next\":null,\"parent\":\"n],/jy+/@4:GQ(y@3=M/\",\"inputs\":{\"VALUE\":[3,\"8fVAWatCi^envFA?!gj,\",[4,10]]},\"fields\":{\"VARIABLE\":[\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"]},\"shadow\":false,\"topLevel\":false},\"8fVAWatCi^envFA?!gj,\":{\"opcode\":\"operator_multiply\",\"next\":null,\"parent\":\"Ij4!6hRXWJ`q7Hy-W*-?\",\"inputs\":{\"NUM1\":[1,[4,0.2]],\"NUM2\":[3,\"+9zHXw0Xz^seP0/=tBMf\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"+9zHXw0Xz^seP0/=tBMf\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"8fVAWatCi^envFA?!gj,\",\"inputs\":{\"NUM1\":[1,[4,15]],\"NUM2\":[3,[12,\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"JoX0iziZ}omoga*[A~JB\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"n],/jy+/@4:GQ(y@3=M/\",\"inputs\":{\"VALUE\":[3,\":*J7~b/^#aT.8`ZN?w5)\",[10,\"\"]]},\"fields\":{\"VARIABLE\":[\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"]},\"shadow\":false,\"topLevel\":false},\":*J7~b/^#aT.8`ZN?w5)\":{\"opcode\":\"operator_multiply\",\"next\":null,\"parent\":\"JoX0iziZ}omoga*[A~JB\",\"inputs\":{\"NUM1\":[1,[4,0.8]],\"NUM2\":[3,[12,\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\",jQ#tLf0QJrgxQ^}y|oR\":{\"opcode\":\"data_changevariableby\",\"next\":\".NU8po7vsqb4[{!!W~+?\",\"parent\":\"nzu`t?{NN3I)snTyM{H[\",\"inputs\":{\"VALUE\":[3,[12,\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"],[4,10]]},\"fields\":{\"VARIABLE\":[\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"]},\"shadow\":false,\"topLevel\":false},\".NU8po7vsqb4[{!!W~+?\":{\"opcode\":\"data_changevariableby\",\"next\":\"bxBbxwF_jcWj,ja6qK?X\",\"parent\":\",jQ#tLf0QJrgxQ^}y|oR\",\"inputs\":{\"VALUE\":[3,[12,\"移动y\",\"Ba|:pXn!1)lt7j},dsEi-移动y-\"],[4,10]]},\"fields\":{\"VARIABLE\":[\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"]},\"shadow\":false,\"topLevel\":false},\"bxBbxwF_jcWj,ja6qK?X\":{\"opcode\":\"control_if\",\"next\":\"O{4NAVgWktncQb=Ogf1`\",\"parent\":\".NU8po7vsqb4[{!!W~+?\",\"inputs\":{\"CONDITION\":[2,\"9:JI=|8frr#JKfU)0az2\"],\"SUBSTACK\":[2,\"8mdXN1OrMH_/f=!D{bO.\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"9:JI=|8frr#JKfU)0az2\":{\"opcode\":\"operator_gt\",\"next\":null,\"parent\":\"bxBbxwF_jcWj,ja6qK?X\",\"inputs\":{\"OPERAND1\":[3,[12,\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"],[10,\"\"]],\"OPERAND2\":[3,\"-L:``bq3T|uL3,6g,_2=\",[10,\"\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"-L:``bq3T|uL3,6g,_2=\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"9:JI=|8frr#JKfU)0az2\",\"inputs\":{\"NUM1\":[3,[12,\"溢出\",\"Ba|:pXn!1)lt7j},dsEi-溢出-\"],[4,10]],\"NUM2\":[1,[4,170]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"8mdXN1OrMH_/f=!D{bO.\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"bxBbxwF_jcWj,ja6qK?X\",\"inputs\":{\"VALUE\":[3,\"5-fNjWZS`j1R]S(Q*d~=\",[10,\"\"]]},\"fields\":{\"VARIABLE\":[\"溢出\",\"Ba|:pXn!1)lt7j},dsEi-溢出-\"]},\"shadow\":false,\"topLevel\":false},\"5-fNjWZS`j1R]S(Q*d~=\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"8mdXN1OrMH_/f=!D{bO.\",\"inputs\":{\"NUM1\":[3,[12,\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"],[4,10]],\"NUM2\":[1,[4,70]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"O{4NAVgWktncQb=Ogf1`\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"bxBbxwF_jcWj,ja6qK?X\",\"inputs\":{\"VALUE\":[3,\"S=q=zqj.TzV.DL`QMoL.\",[10,\"\"]]},\"fields\":{\"VARIABLE\":[\"展示分数\",\"Ba|:pXn!1)lt7j},dsEi-展示分数-\"]},\"shadow\":false,\"topLevel\":false},\"S=q=zqj.TzV.DL`QMoL.\":{\"opcode\":\"operator_join\",\"next\":null,\"parent\":\"O{4NAVgWktncQb=Ogf1`\",\"inputs\":{\"STRING1\":[1,[10,\"你的分数:\"]],\"STRING2\":[3,[12,\"溢出\",\"Ba|:pXn!1)lt7j},dsEi-溢出-\"],[10,\"\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"{OPn7akp%B(:!X^}QXb=\":{\"opcode\":\"procedures_definition\",\"next\":\".w%{N{@_Mz0.~[uA]RX3\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"e7Q{1XmXL*~,mDr7OReH\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":44,\"y\":1679},\"e7Q{1XmXL*~,mDr7OReH\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"初始化\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":true,\"children\":[]}},\".w%{N{@_Mz0.~[uA]RX3\":{\"opcode\":\"data_setvariableto\",\"next\":\"S1Ve%~R|9|%[QQugv(jt\",\"parent\":\"{OPn7akp%B(:!X^}QXb=\",\"inputs\":{\"VALUE\":[1,[10,0]]},\"fields\":{\"VARIABLE\":[\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"]},\"shadow\":false,\"topLevel\":false},\"S1Ve%~R|9|%[QQugv(jt\":{\"opcode\":\"data_setvariableto\",\"next\":\"cN(duU_VWrHo5L[;aKTj\",\"parent\":\".w%{N{@_Mz0.~[uA]RX3\",\"inputs\":{\"VALUE\":[1,[10,\"50\"]]},\"fields\":{\"VARIABLE\":[\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"]},\"shadow\":false,\"topLevel\":false},\"cN(duU_VWrHo5L[;aKTj\":{\"opcode\":\"data_setvariableto\",\"next\":\"Jra~r{M6k@_SW4jHb7/g\",\"parent\":\"S1Ve%~R|9|%[QQugv(jt\",\"inputs\":{\"VALUE\":[1,[10,0]]},\"fields\":{\"VARIABLE\":[\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"]},\"shadow\":false,\"topLevel\":false},\"Jra~r{M6k@_SW4jHb7/g\":{\"opcode\":\"data_setvariableto\",\"next\":\"`hH[:#my[Rg}Zr(%/SiW\",\"parent\":\"cN(duU_VWrHo5L[;aKTj\",\"inputs\":{\"VALUE\":[1,[10,\"15\"]]},\"fields\":{\"VARIABLE\":[\"移动y\",\"Ba|:pXn!1)lt7j},dsEi-移动y-\"]},\"shadow\":false,\"topLevel\":false},\"`hH[:#my[Rg}Zr(%/SiW\":{\"opcode\":\"data_deleteoflist\",\"next\":\"FIRY)l2J@{#Z[ux6%hjy\",\"parent\":\"Jra~r{M6k@_SW4jHb7/g\",\"inputs\":{\"INDEX\":[1,[7,\"all\"]]},\"fields\":{\"LIST\":[\"平台x\",\"Ba|:pXn!1)lt7j},dsEi-平台x-list\"]},\"shadow\":false,\"topLevel\":false},\"FIRY)l2J@{#Z[ux6%hjy\":{\"opcode\":\"data_deleteoflist\",\"next\":\"L/i@;YLB_}lm^aJA!d`Q\",\"parent\":\"`hH[:#my[Rg}Zr(%/SiW\",\"inputs\":{\"INDEX\":[1,[7,\"all\"]]},\"fields\":{\"LIST\":[\"平台y\",\"Ba|:pXn!1)lt7j},dsEi-平台y-list\"]},\"shadow\":false,\"topLevel\":false},\"L/i@;YLB_}lm^aJA!d`Q\":{\"opcode\":\"data_deleteoflist\",\"next\":\"kAyh!n~67nVAfIDQPtpC\",\"parent\":\"FIRY)l2J@{#Z[ux6%hjy\",\"inputs\":{\"INDEX\":[1,[7,\"all\"]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"kAyh!n~67nVAfIDQPtpC\":{\"opcode\":\"data_setvariableto\",\"next\":\"8:SJ8.s46X``+0.aPoQn\",\"parent\":\"L/i@;YLB_}lm^aJA!d`Q\",\"inputs\":{\"VALUE\":[1,[10,0]]},\"fields\":{\"VARIABLE\":[\"屏幕x\",\"Ba|:pXn!1)lt7j},dsEi-屏幕x-\"]},\"shadow\":false,\"topLevel\":false},\"8:SJ8.s46X``+0.aPoQn\":{\"opcode\":\"data_setvariableto\",\"next\":\"oY?MPS+UM:@YO;QMAi-S\",\"parent\":\"kAyh!n~67nVAfIDQPtpC\",\"inputs\":{\"VALUE\":[1,[10,\"-250\"]]},\"fields\":{\"VARIABLE\":[\"屏幕y\",\"Ba|:pXn!1)lt7j},dsEi-屏幕y-\"]},\"shadow\":false,\"topLevel\":false},\"oY?MPS+UM:@YO;QMAi-S\":{\"opcode\":\"data_setvariableto\",\"next\":\"%:8inni?~BOqhT02*pu|\",\"parent\":\"8:SJ8.s46X``+0.aPoQn\",\"inputs\":{\"VALUE\":[1,[10,0]]},\"fields\":{\"VARIABLE\":[\"随机y\",\"Ba|:pXn!1)lt7j},dsEi-随机y-\"]},\"shadow\":false,\"topLevel\":false},\"%:8inni?~BOqhT02*pu|\":{\"opcode\":\"data_setvariableto\",\"next\":\"/u.B.66Jdl_Ue5bztoRY\",\"parent\":\"oY?MPS+UM:@YO;QMAi-S\",\"inputs\":{\"VALUE\":[1,[10,0]]},\"fields\":{\"VARIABLE\":[\"溢出\",\"Ba|:pXn!1)lt7j},dsEi-溢出-\"]},\"shadow\":false,\"topLevel\":false},\"/u.B.66Jdl_Ue5bztoRY\":{\"opcode\":\"sensing_resettimer\",\"next\":null,\"parent\":\"%:8inni?~BOqhT02*pu|\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"#kFfB12U3}vl{k#V?!MV\":{\"opcode\":\"procedures_definition\",\"next\":\"P+rJdbw%Cl`2+4C;sbGI\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"0+J1nD2ZiI*~vbR:}6lr\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":498,\"y\":47},\"0+J1nD2ZiI*~vbR:}6lr\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"打印边框\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":false,\"children\":[]}},\"P+rJdbw%Cl`2+4C;sbGI\":{\"opcode\":\"pen_penUp\",\"next\":\"BR#vC6)RSqO8f(+r!Wq5\",\"parent\":\"#kFfB12U3}vl{k#V?!MV\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"BR#vC6)RSqO8f(+r!Wq5\":{\"opcode\":\"pen_setPenSizeTo\",\"next\":\"_b3%Huc-N]1vzFY?aq?O\",\"parent\":\"P+rJdbw%Cl`2+4C;sbGI\",\"inputs\":{\"SIZE\":[1,[4,20]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"_b3%Huc-N]1vzFY?aq?O\":{\"opcode\":\"pen_setPenColorToColor\",\"next\":\"Z]Im{XY?y;.yo~/z6HK+\",\"parent\":\"BR#vC6)RSqO8f(+r!Wq5\",\"inputs\":{\"COLOR\":[1,[9,\"#4a6cd4\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Z]Im{XY?y;.yo~/z6HK+\":{\"opcode\":\"procedures_call\",\"next\":\"~mlgPX1_TD!AHWOjy,c%\",\"parent\":\"_b3%Huc-N]1vzFY?aq?O\",\"inputs\":{\"input0\":[1,[4,-200]],\"input1\":[1,[4,100000000]]},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动 %n %n\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\"}},\"~mlgPX1_TD!AHWOjy,c%\":{\"opcode\":\"pen_penDown\",\"next\":\"wKNDkh,VGbwK*I6K6z~L\",\"parent\":\"Z]Im{XY?y;.yo~/z6HK+\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"wKNDkh,VGbwK*I6K6z~L\":{\"opcode\":\"procedures_call\",\"next\":\"T`BzGdYb^y)wbnOUG@%/\",\"parent\":\"~mlgPX1_TD!AHWOjy,c%\",\"inputs\":{\"input0\":[1,[4,-200]],\"input1\":[1,[4,0]]},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动 %n %n\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\"}},\"T`BzGdYb^y)wbnOUG@%/\":{\"opcode\":\"procedures_call\",\"next\":\"{a4jh0Q/(9+Q8^gOSf,f\",\"parent\":\"wKNDkh,VGbwK*I6K6z~L\",\"inputs\":{\"input0\":[1,[4,200]],\"input1\":[1,[4,0]]},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动 %n %n\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\"}},\"{a4jh0Q/(9+Q8^gOSf,f\":{\"opcode\":\"procedures_call\",\"next\":\"}hT3?w=d94{IHEG1o?oI\",\"parent\":\"T`BzGdYb^y)wbnOUG@%/\",\"inputs\":{\"input0\":[1,[4,200]],\"input1\":[1,[4,100000000]]},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动 %n %n\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\"}},\"}hT3?w=d94{IHEG1o?oI\":{\"opcode\":\"control_if\",\"next\":\"3q?E2k_h*zy(dO|z;aVv\",\"parent\":\"{a4jh0Q/(9+Q8^gOSf,f\",\"inputs\":{\"CONDITION\":[2,\"TyED(oD~V+L29o%)N3!o\"],\"SUBSTACK\":[2,\"atwyRZ#)~~AZ,?xy[YSf\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"TyED(oD~V+L29o%)N3!o\":{\"opcode\":\"operator_not\",\"next\":null,\"parent\":\"}hT3?w=d94{IHEG1o?oI\",\"inputs\":{\"OPERAND\":[2,\"VN4O`ujwkIecU%|-^EYM\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"VN4O`ujwkIecU%|-^EYM\":{\"opcode\":\"operator_gt\",\"next\":null,\"parent\":\"TyED(oD~V+L29o%)N3!o\",\"inputs\":{\"OPERAND1\":[3,[12,\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"],[10,\"\"]],\"OPERAND2\":[1,[10,\"15\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"atwyRZ#)~~AZ,?xy[YSf\":{\"opcode\":\"data_setvariableto\",\"next\":\"!zn,FhB~!Rb%JVton6*n\",\"parent\":\"}hT3?w=d94{IHEG1o?oI\",\"inputs\":{\"VALUE\":[1,[10,\"15\"]]},\"fields\":{\"VARIABLE\":[\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"]},\"shadow\":false,\"topLevel\":false},\"!zn,FhB~!Rb%JVton6*n\":{\"opcode\":\"data_setvariableto\",\"next\":\"i(%gxz7FkAsxe1MOjNL(\",\"parent\":\"atwyRZ#)~~AZ,?xy[YSf\",\"inputs\":{\"VALUE\":[1,[10,\"1\"]]},\"fields\":{\"VARIABLE\":[\"跳跃侦测\",\"Ba|:pXn!1)lt7j},dsEi-跳跃侦测-\"]},\"shadow\":false,\"topLevel\":false},\"i(%gxz7FkAsxe1MOjNL(\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"!zn,FhB~!Rb%JVton6*n\",\"inputs\":{\"VALUE\":[1,[10,\"1\"]]},\"fields\":{\"VARIABLE\":[\"移动y\",\"Ba|:pXn!1)lt7j},dsEi-移动y-\"]},\"shadow\":false,\"topLevel\":false},\"3q?E2k_h*zy(dO|z;aVv\":{\"opcode\":\"control_if\",\"next\":\"b`*wa|#dJs~_@=?o[gj,\",\"parent\":\"}hT3?w=d94{IHEG1o?oI\",\"inputs\":{\"CONDITION\":[2,\"y;~x}/?K(TE{e44YFx_Z\"],\"SUBSTACK\":[2,\"6z6|p{?0e-!B%F[ciq(~\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"y;~x}/?K(TE{e44YFx_Z\":{\"opcode\":\"operator_not\",\"next\":null,\"parent\":\"3q?E2k_h*zy(dO|z;aVv\",\"inputs\":{\"OPERAND\":[2,\"Ji:5L|5,i|{:3E+!wC%G\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Ji:5L|5,i|{:3E+!wC%G\":{\"opcode\":\"operator_gt\",\"next\":null,\"parent\":\"y;~x}/?K(TE{e44YFx_Z\",\"inputs\":{\"OPERAND1\":[3,[12,\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"],[10,\"\"]],\"OPERAND2\":[1,[10,\"-185\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"6z6|p{?0e-!B%F[ciq(~\":{\"opcode\":\"data_setvariableto\",\"next\":\"[:=y:BE939:CI.wUzn#8\",\"parent\":\"3q?E2k_h*zy(dO|z;aVv\",\"inputs\":{\"VALUE\":[3,\"Te_WSfsx006Z)#)K!HxC\",[10,\"\"]]},\"fields\":{\"VARIABLE\":[\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"]},\"shadow\":false,\"topLevel\":false},\"Te_WSfsx006Z)#)K!HxC\":{\"opcode\":\"operator_multiply\",\"next\":null,\"parent\":\"6z6|p{?0e-!B%F[ciq(~\",\"inputs\":{\"NUM1\":[1,[4,-0.8]],\"NUM2\":[3,[12,\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"[:=y:BE939:CI.wUzn#8\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"6z6|p{?0e-!B%F[ciq(~\",\"inputs\":{\"VALUE\":[1,[10,\"-185\"]]},\"fields\":{\"VARIABLE\":[\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"]},\"shadow\":false,\"topLevel\":false},\"b`*wa|#dJs~_@=?o[gj,\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"3q?E2k_h*zy(dO|z;aVv\",\"inputs\":{\"CONDITION\":[2,\"8:CpTWpwmpuQRHSZ07Jt\"],\"SUBSTACK\":[2,\"ZBOHVDsN3*si`AlP*X;C\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"8:CpTWpwmpuQRHSZ07Jt\":{\"opcode\":\"operator_gt\",\"next\":null,\"parent\":\"b`*wa|#dJs~_@=?o[gj,\",\"inputs\":{\"OPERAND1\":[3,[12,\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"],[10,\"\"]],\"OPERAND2\":[1,[10,\"185\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"ZBOHVDsN3*si`AlP*X;C\":{\"opcode\":\"data_setvariableto\",\"next\":\"=g5L+!Gx1{3zAH008X]:\",\"parent\":\"b`*wa|#dJs~_@=?o[gj,\",\"inputs\":{\"VALUE\":[3,\"A:R^5}d[LG}gg|nUo).9\",[10,\"\"]]},\"fields\":{\"VARIABLE\":[\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"]},\"shadow\":false,\"topLevel\":false},\"A:R^5}d[LG}gg|nUo).9\":{\"opcode\":\"operator_multiply\",\"next\":null,\"parent\":\"ZBOHVDsN3*si`AlP*X;C\",\"inputs\":{\"NUM1\":[1,[4,-0.8]],\"NUM2\":[3,[12,\"移动x\",\"Ba|:pXn!1)lt7j},dsEi-移动x-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"=g5L+!Gx1{3zAH008X]:\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"ZBOHVDsN3*si`AlP*X;C\",\"inputs\":{\"VALUE\":[1,[10,\"185\"]]},\"fields\":{\"VARIABLE\":[\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"]},\"shadow\":false,\"topLevel\":false},\"pEWEPS.hJw#yx3|^qZ{_\":{\"opcode\":\"procedures_definition\",\"next\":\"{JOSPzVN(!eWCdmc9pW[\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"d[|*yn27+mDyt}5;YPow\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":511,\"y\":1566},\"d[|*yn27+mDyt}5;YPow\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"打印角色\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":false,\"children\":[]}},\"{JOSPzVN(!eWCdmc9pW[\":{\"opcode\":\"pen_penUp\",\"next\":\"~i.MxPA?-xgj#~1_:*xE\",\"parent\":\"pEWEPS.hJw#yx3|^qZ{_\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"~i.MxPA?-xgj#~1_:*xE\":{\"opcode\":\"pen_setPenSizeTo\",\"next\":\"g*TZ/2anaRivh;!cFm@u\",\"parent\":\"{JOSPzVN(!eWCdmc9pW[\",\"inputs\":{\"SIZE\":[1,[4,20]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"g*TZ/2anaRivh;!cFm@u\":{\"opcode\":\"pen_setPenColorToColor\",\"next\":\"3b@~6s74Hcv]Ntt%bVBZ\",\"parent\":\"~i.MxPA?-xgj#~1_:*xE\",\"inputs\":{\"COLOR\":[1,[9,\"#e1a91a\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"3b@~6s74Hcv]Ntt%bVBZ\":{\"opcode\":\"procedures_call\",\"next\":\"J^rT:|S[j~QnhQVh/|bk\",\"parent\":\"g*TZ/2anaRivh;!cFm@u\",\"inputs\":{\"input0\":[3,[12,\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"],[4,10]],\"input1\":[3,[12,\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动 %n %n\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\"}},\"J^rT:|S[j~QnhQVh/|bk\":{\"opcode\":\"pen_penDown\",\"next\":\"Ggo)^3qmqt}}HP6%Il+b\",\"parent\":\"3b@~6s74Hcv]Ntt%bVBZ\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Ggo)^3qmqt}}HP6%Il+b\":{\"opcode\":\"motion_changexby\",\"next\":\"?U/(_D9|{E~sx(3_pGD9\",\"parent\":\"J^rT:|S[j~QnhQVh/|bk\",\"inputs\":{\"DX\":[1,[4,1]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"?U/(_D9|{E~sx(3_pGD9\":{\"opcode\":\"pen_penUp\",\"next\":null,\"parent\":\"Ggo)^3qmqt}}HP6%Il+b\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"o9ekVAQ!q1TbvDG^6;n`\":{\"opcode\":\"procedures_definition\",\"next\":\"6Maa;E0odwzJYB;IE^Ac\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"*z1!{D_lz7HT4#sJ7|Kk\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":520,\"y\":3783},\"*z1!{D_lz7HT4#sJ7|Kk\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"打印\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":true,\"children\":[]}},\"6Maa;E0odwzJYB;IE^Ac\":{\"opcode\":\"pen_clear\",\"next\":\"Bq8f%s6_!ShCi60HAHu[\",\"parent\":\"o9ekVAQ!q1TbvDG^6;n`\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Bq8f%s6_!ShCi60HAHu[\":{\"opcode\":\"procedures_call\",\"next\":\"6V}yEa21GO}q,xw92vyy\",\"parent\":\"6Maa;E0odwzJYB;IE^Ac\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动角色\",\"argumentids\":\"[]\"}},\"6V}yEa21GO}q,xw92vyy\":{\"opcode\":\"procedures_call\",\"next\":\"r]R:?l)!J)zNyu]fw/.L\",\"parent\":\"Bq8f%s6_!ShCi60HAHu[\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"打印角色\",\"argumentids\":\"[]\"}},\"r]R:?l)!J)zNyu]fw/.L\":{\"opcode\":\"procedures_call\",\"next\":\"-PH),e5]#Uo-c;.Zr_%?\",\"parent\":\"6V}yEa21GO}q,xw92vyy\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"打印边框\",\"argumentids\":\"[]\"}},\"-PH),e5]#Uo-c;.Zr_%?\":{\"opcode\":\"procedures_call\",\"next\":null,\"parent\":\"r]R:?l)!J)zNyu]fw/.L\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"平台\",\"argumentids\":\"[]\"}},\"yVeGQDkf!uh94mpb@cZ(\":{\"opcode\":\"procedures_definition\",\"next\":\"xR.`ZPd@A{e[(9{r+G0W\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"*MqktMyy.8PO8_z*e=;R\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":40,\"y\":3251},\"*MqktMyy.8PO8_z*e=;R\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"移动 %n %n\",\"argumentnames\":\"[\\\"x\\\",\\\"y\\\"]\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\",\"argumentdefaults\":\"[1,1]\",\"warp\":true,\"children\":[]}},\"xR.`ZPd@A{e[(9{r+G0W\":{\"opcode\":\"motion_gotoxy\",\"next\":null,\"parent\":\"yVeGQDkf!uh94mpb@cZ(\",\"inputs\":{\"X\":[3,\"kU6:RRu|oJes.)8uiW~D\",[4,10]],\"Y\":[3,\"7u?(,;lYW2UcwO06K-/(\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"kU6:RRu|oJes.)8uiW~D\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"xR.`ZPd@A{e[(9{r+G0W\",\"inputs\":{\"NUM1\":[3,\"=+G-7O/3do-KlhGO/*sC\",[4,10]],\"NUM2\":[3,[12,\"屏幕x\",\"Ba|:pXn!1)lt7j},dsEi-屏幕x-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"=+G-7O/3do-KlhGO/*sC\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"kU6:RRu|oJes.)8uiW~D\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\"]},\"shadow\":false,\"topLevel\":false},\"7u?(,;lYW2UcwO06K-/(\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"xR.`ZPd@A{e[(9{r+G0W\",\"inputs\":{\"NUM1\":[3,\"_{O]n?oI;xZq#!ecBy[^\",[4,10]],\"NUM2\":[3,[12,\"屏幕y\",\"Ba|:pXn!1)lt7j},dsEi-屏幕y-\"],[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"_{O]n?oI;xZq#!ecBy[^\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"7u?(,;lYW2UcwO06K-/(\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\"]},\"shadow\":false,\"topLevel\":false},\"Q9S^Mjm7v3y9L8VnU,t@\":{\"opcode\":\"procedures_definition\",\"next\":\"R;bp^(/!.zOH-t%f}fo+\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"]V3_sx~8wn8hn},JJkv;\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":45,\"y\":3543},\"]V3_sx~8wn8hn},JJkv;\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"平台\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":false,\"children\":[]}},\"R;bp^(/!.zOH-t%f}fo+\":{\"opcode\":\"procedures_call\",\"next\":\"ez#vo,e@/s@-`;YI?]vS\",\"parent\":\"Q9S^Mjm7v3y9L8VnU,t@\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"打印平台\",\"argumentids\":\"[]\"}},\"ez#vo,e@/s@-`;YI?]vS\":{\"opcode\":\"procedures_call\",\"next\":null,\"parent\":\"R;bp^(/!.zOH-t%f}fo+\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"添加平台\",\"argumentids\":\"[]\"}},\"*A@,Z)jnIBFL=~d2zW0b\":{\"opcode\":\"event_whenflagclicked\",\"next\":\"T,pxsVSK_TH;e/7}lQf.\",\"parent\":null,\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":42,\"y\":3872},\"T,pxsVSK_TH;e/7}lQf.\":{\"opcode\":\"procedures_call\",\"next\":\"|eM^*-`TyXjHtK:}Ox{T\",\"parent\":\"*A@,Z)jnIBFL=~d2zW0b\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"初始化\",\"argumentids\":\"[]\"}},\"|eM^*-`TyXjHtK:}Ox{T\":{\"opcode\":\"control_forever\",\"next\":null,\"parent\":\"T,pxsVSK_TH;e/7}lQf.\",\"inputs\":{\"SUBSTACK\":[2,\"Ahicl6!b^LPySQq62K@S\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Ahicl6!b^LPySQq62K@S\":{\"opcode\":\"procedures_call\",\"next\":null,\"parent\":\"|eM^*-`TyXjHtK:}Ox{T\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"打印\",\"argumentids\":\"[]\"}},\"2|g~@1YBmeGlUmeolHfz\":{\"opcode\":\"procedures_definition\",\"next\":\"l(M!nhDz!K1@dOZ%jc~b\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"wfR%D,tG6?m%qU/rdX;:\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":39,\"y\":2624},\"wfR%D,tG6?m%qU/rdX;:\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"添加平台\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":false,\"children\":[]}},\"l(M!nhDz!K1@dOZ%jc~b\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"2|g~@1YBmeGlUmeolHfz\",\"inputs\":{\"CONDITION\":[2,\"d@/oNp^N~,2#7[S,30gb\"],\"SUBSTACK\":[2,\"Fs;mMf]s!{]np/%bZu8k\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"d@/oNp^N~,2#7[S,30gb\":{\"opcode\":\"operator_not\",\"next\":null,\"parent\":\"l(M!nhDz!K1@dOZ%jc~b\",\"inputs\":{\"OPERAND\":[2,\"y{xR|0|rKLk6}ik1.S65\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"y{xR|0|rKLk6}ik1.S65\":{\"opcode\":\"operator_gt\",\"next\":null,\"parent\":\"d@/oNp^N~,2#7[S,30gb\",\"inputs\":{\"OPERAND1\":[3,[12,\"随机y\",\"Ba|:pXn!1)lt7j},dsEi-随机y-\"],[10,\"\"]],\"OPERAND2\":[3,\"Izvgx_,t;_m~c9X/d=tt\",[10,\"\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Izvgx_,t;_m~c9X/d=tt\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"y{xR|0|rKLk6}ik1.S65\",\"inputs\":{\"NUM1\":[3,[12,\"屏幕y\",\"Ba|:pXn!1)lt7j},dsEi-屏幕y-\"],[4,10]],\"NUM2\":[1,[4,180]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"Fs;mMf]s!{]np/%bZu8k\":{\"opcode\":\"data_addtolist\",\"next\":\"xxBmxw3xX0q(0,B=ZFXe\",\"parent\":\"l(M!nhDz!K1@dOZ%jc~b\",\"inputs\":{\"ITEM\":[3,\"I/xReBQ8ngwrUc%:LHpI\",[10,\"\"]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"I/xReBQ8ngwrUc%:LHpI\":{\"opcode\":\"operator_random\",\"next\":null,\"parent\":\"Fs;mMf]s!{]np/%bZu8k\",\"inputs\":{\"FROM\":[1,[4,15]],\"TO\":[1,[4,20]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"xxBmxw3xX0q(0,B=ZFXe\":{\"opcode\":\"data_addtolist\",\"next\":\"?/[?IE,uXl}w{kr5.),*\",\"parent\":\"Fs;mMf]s!{]np/%bZu8k\",\"inputs\":{\"ITEM\":[3,\"={tu{0:L-;ctQ2O/1cL{\",[10,\"\"]]},\"fields\":{\"LIST\":[\"平台x\",\"Ba|:pXn!1)lt7j},dsEi-平台x-list\"]},\"shadow\":false,\"topLevel\":false},\"={tu{0:L-;ctQ2O/1cL{\":{\"opcode\":\"operator_random\",\"next\":null,\"parent\":\"xxBmxw3xX0q(0,B=ZFXe\",\"inputs\":{\"FROM\":[3,\"@O;Y-.Q{Ckh?4iMgY;i@\",[4,10]],\"TO\":[3,\"MA%PK.=Z8z]k#[mo.pK3\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"@O;Y-.Q{Ckh?4iMgY;i@\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"={tu{0:L-;ctQ2O/1cL{\",\"inputs\":{\"NUM1\":[1,[4,-200]],\"NUM2\":[3,\"4Brz:A6`4qT!a.Wp{{Oc\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"4Brz:A6`4qT!a.Wp{{Oc\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"@O;Y-.Q{Ckh?4iMgY;i@\",\"inputs\":{\"INDEX\":[1,[7,\"last\"]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"MA%PK.=Z8z]k#[mo.pK3\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"={tu{0:L-;ctQ2O/1cL{\",\"inputs\":{\"NUM1\":[1,[4,200]],\"NUM2\":[3,\"mscQLn4.AjA@pB`,A)tk\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"mscQLn4.AjA@pB`,A)tk\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"MA%PK.=Z8z]k#[mo.pK3\",\"inputs\":{\"INDEX\":[1,[7,\"last\"]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"?/[?IE,uXl}w{kr5.),*\":{\"opcode\":\"data_addtolist\",\"next\":\")mxn!UeW[njp@ZfLznS5\",\"parent\":\"xxBmxw3xX0q(0,B=ZFXe\",\"inputs\":{\"ITEM\":[3,[12,\"随机y\",\"Ba|:pXn!1)lt7j},dsEi-随机y-\"],[10,\"\"]]},\"fields\":{\"LIST\":[\"平台y\",\"Ba|:pXn!1)lt7j},dsEi-平台y-list\"]},\"shadow\":false,\"topLevel\":false},\")mxn!UeW[njp@ZfLznS5\":{\"opcode\":\"data_changevariableby\",\"next\":null,\"parent\":\"?/[?IE,uXl}w{kr5.),*\",\"inputs\":{\"VALUE\":[1,[4,50]]},\"fields\":{\"VARIABLE\":[\"随机y\",\"Ba|:pXn!1)lt7j},dsEi-随机y-\"]},\"shadow\":false,\"topLevel\":false},\"D_{)C0X[7E~t6^cF3cU}\":{\"opcode\":\"procedures_definition\",\"next\":\"gbb@]7C~_D2x9/4BH~xA\",\"parent\":null,\"inputs\":{\"custom_block\":[1,\"4B9:%GA7vQ8q,5wl!*jC\"]},\"fields\":{},\"shadow\":false,\"topLevel\":true,\"x\":517,\"y\":2179},\"4B9:%GA7vQ8q,5wl!*jC\":{\"opcode\":\"procedures_prototype\",\"next\":null,\"inputs\":{},\"fields\":{},\"shadow\":true,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"proccode\":\"打印平台\",\"argumentnames\":\"[]\",\"argumentids\":\"[]\",\"argumentdefaults\":\"[]\",\"warp\":false,\"children\":[]}},\"gbb@]7C~_D2x9/4BH~xA\":{\"opcode\":\"pen_setPenColorToColor\",\"next\":\"f9Pf6YHTtlZ3u7]hmK_=\",\"parent\":\"D_{)C0X[7E~t6^cF3cU}\",\"inputs\":{\"COLOR\":[1,[9,\"#2ca5e2\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"f9Pf6YHTtlZ3u7]hmK_=\":{\"opcode\":\"pen_setPenSizeTo\",\"next\":\"R-7:!`/KzB%A_#K]vC-s\",\"parent\":\"gbb@]7C~_D2x9/4BH~xA\",\"inputs\":{\"SIZE\":[1,[4,15]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"R-7:!`/KzB%A_#K]vC-s\":{\"opcode\":\"data_setvariableto\",\"next\":\"Nu`u`U-]F,WnQa{2cM(@\",\"parent\":\"f9Pf6YHTtlZ3u7]hmK_=\",\"inputs\":{\"VALUE\":[1,[10,0]]},\"fields\":{\"VARIABLE\":[\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"]},\"shadow\":false,\"topLevel\":false},\"Nu`u`U-]F,WnQa{2cM(@\":{\"opcode\":\"control_repeat\",\"next\":null,\"parent\":\"R-7:!`/KzB%A_#K]vC-s\",\"inputs\":{\"TIMES\":[3,\"K*jm(HmYC!IEY#7|OMmn\",[6,10]],\"SUBSTACK\":[2,\"dCHgoSm^SnTUf|pTa2Ti\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"K*jm(HmYC!IEY#7|OMmn\":{\"opcode\":\"data_lengthoflist\",\"next\":null,\"parent\":\"Nu`u`U-]F,WnQa{2cM(@\",\"inputs\":{},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"dCHgoSm^SnTUf|pTa2Ti\":{\"opcode\":\"data_changevariableby\",\"next\":\"?~E@,CnL1GII]sf-N8ZX\",\"parent\":\"Nu`u`U-]F,WnQa{2cM(@\",\"inputs\":{\"VALUE\":[1,[4,1]]},\"fields\":{\"VARIABLE\":[\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"]},\"shadow\":false,\"topLevel\":false},\"?~E@,CnL1GII]sf-N8ZX\":{\"opcode\":\"pen_penUp\",\"next\":\"1IO9-57IgAl.(mL5!*|!\",\"parent\":\"dCHgoSm^SnTUf|pTa2Ti\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"1IO9-57IgAl.(mL5!*|!\":{\"opcode\":\"procedures_call\",\"next\":\"j9t7.]CFySdPzzuvaNNs\",\"parent\":\"?~E@,CnL1GII]sf-N8ZX\",\"inputs\":{\"input0\":[3,\"_x6JK}Ti~5==w}Gie1nt\",[4,10]],\"input1\":[3,\"~5(@gOqM(/E3?rvLIp%`\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动 %n %n\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\"}},\"_x6JK}Ti~5==w}Gie1nt\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"1IO9-57IgAl.(mL5!*|!\",\"inputs\":{\"NUM1\":[3,\"^!lfl/9Z[N{F7q=dF{3R\",[4,10]],\"NUM2\":[3,\"5c(F!DfXuve^j6v4~[Ni\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"^!lfl/9Z[N{F7q=dF{3R\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"_x6JK}Ti~5==w}Gie1nt\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"5c(F!DfXuve^j6v4~[Ni\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"_x6JK}Ti~5==w}Gie1nt\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台x\",\"Ba|:pXn!1)lt7j},dsEi-平台x-list\"]},\"shadow\":false,\"topLevel\":false},\"~5(@gOqM(/E3?rvLIp%`\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"1IO9-57IgAl.(mL5!*|!\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台y\",\"Ba|:pXn!1)lt7j},dsEi-平台y-list\"]},\"shadow\":false,\"topLevel\":false},\"j9t7.]CFySdPzzuvaNNs\":{\"opcode\":\"pen_penDown\",\"next\":\"P,i_UKq})ae3x_]llrNd\",\"parent\":\"1IO9-57IgAl.(mL5!*|!\",\"inputs\":{},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"P,i_UKq})ae3x_]llrNd\":{\"opcode\":\"procedures_call\",\"next\":\"lnqoeZSdZKsoyWUewYye\",\"parent\":\"j9t7.]CFySdPzzuvaNNs\",\"inputs\":{\"input0\":[3,\"CFbPkP^G%6M1z%O!;[.(\",[4,10]],\"input1\":[3,\"sIEf-Q.tF#omS(N=BX`^\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false,\"mutation\":{\"tagName\":\"mutation\",\"children\":[],\"proccode\":\"移动 %n %n\",\"argumentids\":\"[\\\"input0\\\",\\\"input1\\\"]\"}},\"CFbPkP^G%6M1z%O!;[.(\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"P,i_UKq})ae3x_]llrNd\",\"inputs\":{\"NUM1\":[3,\"]N2%UIPIpGK-wplTtwBa\",[4,10]],\"NUM2\":[3,\"rfM(K!Y)g{tUTvL%0rx;\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"]N2%UIPIpGK-wplTtwBa\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"CFbPkP^G%6M1z%O!;[.(\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台x\",\"Ba|:pXn!1)lt7j},dsEi-平台x-list\"]},\"shadow\":false,\"topLevel\":false},\"rfM(K!Y)g{tUTvL%0rx;\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"CFbPkP^G%6M1z%O!;[.(\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"sIEf-Q.tF#omS(N=BX`^\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"P,i_UKq})ae3x_]llrNd\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台y\",\"Ba|:pXn!1)lt7j},dsEi-平台y-list\"]},\"shadow\":false,\"topLevel\":false},\"lnqoeZSdZKsoyWUewYye\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"P,i_UKq})ae3x_]llrNd\",\"inputs\":{\"CONDITION\":[2,\"_=;I%-pb{TjTB00d}prt\"],\"SUBSTACK\":[2,\"|SGqE^O)s}VH5Ik[+[k!\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"_=;I%-pb{TjTB00d}prt\":{\"opcode\":\"operator_lt\",\"next\":null,\"parent\":\"lnqoeZSdZKsoyWUewYye\",\"inputs\":{\"OPERAND1\":[3,\"IkHh,9iwAy_WKh=ME@Xr\",[10,\"\"]],\"OPERAND2\":[3,[12,\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"],[10,\"\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"IkHh,9iwAy_WKh=ME@Xr\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"_=;I%-pb{TjTB00d}prt\",\"inputs\":{\"NUM1\":[3,\"6TdMfn~:rwQWZSB:38RW\",[4,10]],\"NUM2\":[1,[4,11]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"6TdMfn~:rwQWZSB:38RW\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"IkHh,9iwAy_WKh=ME@Xr\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台y\",\"Ba|:pXn!1)lt7j},dsEi-平台y-list\"]},\"shadow\":false,\"topLevel\":false},\"|SGqE^O)s}VH5Ik[+[k!\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"lnqoeZSdZKsoyWUewYye\",\"inputs\":{\"CONDITION\":[2,\"CQdct_!I6@@@B,gR]sKw\"],\"SUBSTACK\":[2,\"oXA`E?HJ`D.GNfzf!/(D\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"CQdct_!I6@@@B,gR]sKw\":{\"opcode\":\"operator_gt\",\"next\":null,\"parent\":\"|SGqE^O)s}VH5Ik[+[k!\",\"inputs\":{\"OPERAND1\":[3,\"exo]BK/qT~2|ZC2D!RZ#\",[10,\"\"]],\"OPERAND2\":[3,[12,\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"],[10,\"\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"exo]BK/qT~2|ZC2D!RZ#\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"CQdct_!I6@@@B,gR]sKw\",\"inputs\":{\"NUM1\":[1,[4,11]],\"NUM2\":[3,\"e_/R1-Xmc5MmWiUYudzx\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"e_/R1-Xmc5MmWiUYudzx\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"exo]BK/qT~2|ZC2D!RZ#\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台y\",\"Ba|:pXn!1)lt7j},dsEi-平台y-list\"]},\"shadow\":false,\"topLevel\":false},\"oXA`E?HJ`D.GNfzf!/(D\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"|SGqE^O)s}VH5Ik[+[k!\",\"inputs\":{\"CONDITION\":[2,\"5(l4ToH-sL.!~OBF(awp\"],\"SUBSTACK\":[2,\"=[b-K..{_ZBK.?x6c@H/\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"5(l4ToH-sL.!~OBF(awp\":{\"opcode\":\"operator_gt\",\"next\":null,\"parent\":\"oXA`E?HJ`D.GNfzf!/(D\",\"inputs\":{\"OPERAND1\":[3,\"^kynaTkBHv=86?)_5N~(\",[10,\"\"]],\"OPERAND2\":[3,[12,\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"],[10,\"\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"^kynaTkBHv=86?)_5N~(\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"5(l4ToH-sL.!~OBF(awp\",\"inputs\":{\"NUM1\":[3,\"wTp8A:7)B*_TyJg3UEbp\",[4,10]],\"NUM2\":[3,\"_YgM2vt?dHB{y+mo/^*}\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"wTp8A:7)B*_TyJg3UEbp\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"^kynaTkBHv=86?)_5N~(\",\"inputs\":{\"NUM1\":[1,[4,11]],\"NUM2\":[3,\")p+wv!yF/A^=2U2T.BgQ\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\")p+wv!yF/A^=2U2T.BgQ\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"wTp8A:7)B*_TyJg3UEbp\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"_YgM2vt?dHB{y+mo/^*}\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"^kynaTkBHv=86?)_5N~(\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台x\",\"Ba|:pXn!1)lt7j},dsEi-平台x-list\"]},\"shadow\":false,\"topLevel\":false},\"=[b-K..{_ZBK.?x6c@H/\":{\"opcode\":\"control_if\",\"next\":null,\"parent\":\"oXA`E?HJ`D.GNfzf!/(D\",\"inputs\":{\"CONDITION\":[2,\"o+[33VD-`[C@g7sP)FXw\"],\"SUBSTACK\":[2,\"@q6nV^R}y%ih/,s0^m)J\"]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"o+[33VD-`[C@g7sP)FXw\":{\"opcode\":\"operator_lt\",\"next\":null,\"parent\":\"=[b-K..{_ZBK.?x6c@H/\",\"inputs\":{\"OPERAND1\":[3,\"SW7*D1L[6F6zAs@*Y!U~\",[10,\"\"]],\"OPERAND2\":[3,[12,\"玩家x\",\"Ba|:pXn!1)lt7j},dsEi-玩家x-\"],[10,\"\"]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"SW7*D1L[6F6zAs@*Y!U~\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"o+[33VD-`[C@g7sP)FXw\",\"inputs\":{\"NUM1\":[3,\"VxVvJ*^?/~A9(/1/b*OM\",[4,10]],\"NUM2\":[3,\"oBYJH*AO?/v8CP_0F}|K\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"VxVvJ*^?/~A9(/1/b*OM\":{\"opcode\":\"operator_subtract\",\"next\":null,\"parent\":\"SW7*D1L[6F6zAs@*Y!U~\",\"inputs\":{\"NUM1\":[1,[4,-11]],\"NUM2\":[3,\"tGRfy_nZ?|A2}npkiJ%i\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"tGRfy_nZ?|A2}npkiJ%i\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"VxVvJ*^?/~A9(/1/b*OM\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台大小\",\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\"]},\"shadow\":false,\"topLevel\":false},\"oBYJH*AO?/v8CP_0F}|K\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"SW7*D1L[6F6zAs@*Y!U~\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台x\",\"Ba|:pXn!1)lt7j},dsEi-平台x-list\"]},\"shadow\":false,\"topLevel\":false},\"@q6nV^R}y%ih/,s0^m)J\":{\"opcode\":\"data_setvariableto\",\"next\":\"|/Dwno#Szi1SPh10hRA;\",\"parent\":\"=[b-K..{_ZBK.?x6c@H/\",\"inputs\":{\"VALUE\":[3,\"Eb^@{DG;OaLMTy8|%HTn\",[10,\"\"]]},\"fields\":{\"VARIABLE\":[\"玩家y\",\"Ba|:pXn!1)lt7j},dsEi-玩家y-\"]},\"shadow\":false,\"topLevel\":false},\"Eb^@{DG;OaLMTy8|%HTn\":{\"opcode\":\"operator_add\",\"next\":null,\"parent\":\"@q6nV^R}y%ih/,s0^m)J\",\"inputs\":{\"NUM1\":[1,[4,11]],\"NUM2\":[3,\"ZV-_)M@Kn9(eBiP`S1cR\",[4,10]]},\"fields\":{},\"shadow\":false,\"topLevel\":false},\"ZV-_)M@Kn9(eBiP`S1cR\":{\"opcode\":\"data_itemoflist\",\"next\":null,\"parent\":\"Eb^@{DG;OaLMTy8|%HTn\",\"inputs\":{\"INDEX\":[3,[12,\"计数\",\"Ba|:pXn!1)lt7j},dsEi-计数-\"],[7,10]]},\"fields\":{\"LIST\":[\"平台y\",\"Ba|:pXn!1)lt7j},dsEi-平台y-list\"]},\"shadow\":false,\"topLevel\":false},\"|/Dwno#Szi1SPh10hRA;\":{\"opcode\":\"data_setvariableto\",\"next\":null,\"parent\":\"@q6nV^R}y%ih/,s0^m)J\",\"inputs\":{\"VALUE\":[1,[10,\"1\"]]},\"fields\":{\"VARIABLE\":[\"跳跃侦测\",\"Ba|:pXn!1)lt7j},dsEi-跳跃侦测-\"]},\"shadow\":false,\"topLevel\":false},\"CeyRo1.6$`es^vpO+7]P\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"B,8j4m_bmbd)Q`@,6_yg\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"8aCxjb=xV7-I%`K%u;JI\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"hxf:Mj,KJOr0?m_0V^:P\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"Ak6|K5a^mBrYcwCpzc!,\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"4Fe:d+I2:D3]Zi13l+8c\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"O5;K04C_}wZkO||x.[/_\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"K(7?[TSU)dm~k9gz-^5n\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"Oy.#1sALf[!~1:9M+8ZX\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"~93D79?lz])9q73`~r:g\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"Vy@$]l(tBp*=y(`T`-~D\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"psV7tlcW5h9.1V@ulok.\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"t31b)Y1W:d;]q(|2lFx#\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"fl)JSK7v03xCdcAx_?y)\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"*RMW86*$8:=TO^u;NsQW\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"50r^dC5O{Ccr*ewH!gJ(\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false},\"-1q7AMEPhznTd:2w=1|i\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"x\",null]},\"shadow\":true,\"topLevel\":false},\"w?57e*IuX$6fv/Z?GP)M\":{\"opcode\":\"argument_reporter_string_number\",\"next\":null,\"parent\":\"*MqktMyy.8PO8_z*e=;R\",\"inputs\":{},\"fields\":{\"VALUE\":[\"y\",null]},\"shadow\":true,\"topLevel\":false}},\"comments\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"bcaaa8547a07cfe572c0967ba829e99d\",\"name\":\"costume1\",\"bitmapResolution\":1,\"md5ext\":\"bcaaa8547a07cfe572c0967ba829e99d.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55},{\"assetId\":\"11d6c5fbd91e433a1b85a00fd9dd43b6\",\"name\":\"costume2\",\"bitmapResolution\":1,\"md5ext\":\"11d6c5fbd91e433a1b85a00fd9dd43b6.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":44100,\"sampleCount\":37376,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}],\"volume\":100,\"layerOrder\":1,\"visible\":false,\"x\":90,\"y\":215,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"}],\"monitors\":[{\"id\":\"Ba|:pXn!1)lt7j},dsEi-跳跃侦测-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"跳跃侦测\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":5,\"y\":167,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-玩家x-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"玩家x\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":5,\"y\":59,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-移动x-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"移动x\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":5,\"y\":140,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-屏幕x-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"屏幕x\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":5,\"y\":5,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-移动y-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"移动y\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":5,\"y\":113,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-屏幕y-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"屏幕y\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":5,\"y\":32,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-随机y-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"随机y\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":221,\"y\":214,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-计数-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"计数\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":116,\"y\":5,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-分数-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"分数\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":126,\"y\":32,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-玩家y-\",\"mode\":\"large\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"玩家y\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":421,\"y\":329,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-展示分数-\",\"mode\":\"large\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"展示分数\"},\"spriteName\":null,\"value\":\"你的分数:0\",\"width\":0,\"height\":0,\"x\":3,\"y\":331,\"visible\":true,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-溢出-\",\"mode\":\"default\",\"opcode\":\"data_variable\",\"params\":{\"VARIABLE\":\"溢出\"},\"spriteName\":null,\"value\":\"\",\"width\":0,\"height\":0,\"x\":5,\"y\":86,\"visible\":false,\"sliderMin\":0,\"sliderMax\":100,\"isDiscrete\":true},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-平台大小-list\",\"mode\":\"list\",\"opcode\":\"data_listcontents\",\"params\":{\"LIST\":\"平台大小\"},\"spriteName\":null,\"value\":\"\",\"width\":118,\"height\":126,\"x\":243,\"y\":236,\"visible\":false},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-平台x-list\",\"mode\":\"list\",\"opcode\":\"data_listcontents\",\"params\":{\"LIST\":\"平台x\"},\"spriteName\":null,\"value\":\"\",\"width\":118,\"height\":218,\"x\":350,\"y\":5,\"visible\":false},{\"id\":\"Ba|:pXn!1)lt7j},dsEi-平台y-list\",\"mode\":\"list\",\"opcode\":\"data_listcontents\",\"params\":{\"LIST\":\"平台y\"},\"spriteName\":null,\"value\":\"\",\"width\":118,\"height\":218,\"x\":31,\"y\":29,\"visible\":false}],\"extensions\":[\"pen\"],\"meta\":{\"semver\":\"3.0.0\",\"vm\":\"0.2.0-prerelease.20200625173937\",\"agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36\"}}');
-- ----------------------------
-- Table structure for scratch_favo
-- ----------------------------
DROP TABLE IF EXISTS `scratch_favo`;
CREATE TABLE `scratch_favo` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`userid` int unsigned NOT NULL COMMENT '用户ID',
`projectid` int unsigned NOT NULL COMMENT '项目ID',
`time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`,`userid`,`projectid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='收藏应对关系表:项目、用户';
-- ----------------------------
-- Records of scratch_favo
-- ----------------------------
INSERT INTO `scratch_favo` VALUES ('1', '1', '1', '2021-05-13 17:02:20');
INSERT INTO `scratch_favo` VALUES ('3', '1', '2', '2022-10-29 05:17:59');
-- ----------------------------
-- Table structure for scratch_like
-- ----------------------------
DROP TABLE IF EXISTS `scratch_like`;
CREATE TABLE `scratch_like` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`userid` int unsigned NOT NULL COMMENT '用户ID',
`projectid` int unsigned NOT NULL COMMENT '项目ID',
`time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`,`userid`,`projectid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='点赞应对关系表:项目、用户';
-- ----------------------------
-- Records of scratch_like
-- ----------------------------
INSERT INTO `scratch_like` VALUES ('1', '1', '1', '2021-05-13 17:02:19');
-- ----------------------------
-- Table structure for scratch_type
-- ----------------------------
DROP TABLE IF EXISTS `scratch_type`;
CREATE TABLE `scratch_type` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`userid` int unsigned NOT NULL DEFAULT '0' COMMENT '作品所属机构',
`createtime` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '创建或被修改的时间',
`name` char(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT 'Scratch作品新分类' COMMENT '标题',
`remark` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '描述',
PRIMARY KEY (`id`,`userid`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for sys_ini
-- ----------------------------
DROP TABLE IF EXISTS `sys_ini`;
CREATE TABLE `sys_ini` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`iniKey` char(16) DEFAULT NULL,
`iniValue` char(64) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of sys_ini
-- ----------------------------
INSERT INTO `sys_ini` VALUES ('1', 'regist', '1');
-- ----------------------------
-- Table structure for user
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`username` char(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'user mobile',
`pwd` char(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'password',
`nickname` char(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'ComeCode' COMMENT 'nickname',
`state` tinyint NOT NULL DEFAULT '0' COMMENT '账号状态。0:正 2被封号',
`loginTime` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '最后登录时间',
`regTime` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '注册时间',
`sex` tinyint DEFAULT '0' COMMENT '性别',
`birthday` timestamp NULL DEFAULT '2010-07-12 00:00:00' COMMENT '生日',
`motto` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '开开心心Lite编程!' COMMENT '个人自我说明',
PRIMARY KEY (`id`,`username`),
UNIQUE KEY `id_UNIQUE` (`id`) USING BTREE,
UNIQUE KEY `user_UNIQUE` (`username`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='用户信息主表';
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES ('1', 'comecode', 'H3alicsUdWqJ5sTuuF+UEQ==', '系统管理员', '0', '2022-10-29 03:56:53', '2020-08-30 00:35:37', '1', '2010-07-12 00:00:00', 'Lite编程开源版本默认管理员。');
INSERT INTO `user` VALUES ('2', '111111', 'ZH6/xGcoI6WqkFQkR9ROGA==', '111111', '0', null, '2022-10-29 03:57:07', '0', '2010-07-12 00:00:00', '开开心心Lite编程!');
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。