Commit d3f5dd4b by Shawn Wang

add logo

parent 153545ae
{ {
"groups": [ "groups": [
{ {
"keys": "bg_jpg,egret_icon_png,description_json,control_jpg,grid_jpg", "keys": "bg_jpg,egret_icon_png,description_json,control_jpg,grid_jpg,logo_jpg",
"name": "preload" "name": "preload"
} }
], ],
...@@ -30,6 +30,11 @@ ...@@ -30,6 +30,11 @@
"name": "grid_jpg", "name": "grid_jpg",
"type": "image", "type": "image",
"url": "assets/grid.jpg" "url": "assets/grid.jpg"
},
{
"name": "logo_jpg",
"type": "image",
"url": "assets/logo.jpg"
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment