提交 213ef6a4 编写于 作者: A Adam Barth

Make interactive_flex and mine_digger work offline

From SkyDemo.apk.

R=eseidel@chromium.org, eseidel@google.com

Review URL: https://codereview.chromium.org/1221143003 .
上级 9206d80f
......@@ -12,7 +12,9 @@ sky_app("demo_launcher") {
if (enable_skyx) {
bundles = [
"//sky/sdk/example/mine_digger",
"//sky/sdk/example/rendering:interactive_flex",
"//sky/sdk/example/stocks",
"//sky/sdk/example/widgets:sector",
]
}
......
......@@ -26,7 +26,9 @@ import org.domokit.sky.shell.SkyApplication;
*/
public class SkyDemoApplication extends SkyApplication {
private static final String[] DEMO_RESOURCES = {
"interactive_flex.skyx",
"mine_digger.skyx",
"sector.skyx",
"stocks.skyx",
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册