From 2d225437e5693cefa24ae8de881f42dec4c2e643 Mon Sep 17 00:00:00 2001 From: minggo Date: Fri, 22 Feb 2013 17:26:21 +0800 Subject: [PATCH] Update samples/Cpp/AssetsManagerTest/README.md --- samples/Cpp/AssetsManagerTest/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/samples/Cpp/AssetsManagerTest/README.md b/samples/Cpp/AssetsManagerTest/README.md index 2a7e3fb9c7..9d39a99748 100644 --- a/samples/Cpp/AssetsManagerTest/README.md +++ b/samples/Cpp/AssetsManagerTest/README.md @@ -2,19 +2,24 @@ This sample shows how to use AssetsManager to auto-update application resources( In this sample, there is a scene which contains three items: * enter -Start to run script. + + Start to run script. * reset -Delete downloaded resources and delete recorded version code. + + Delete downloaded resources and delete recorded version code. * update -Download new version of package if it exits. + + Download new version of package if it exits. You can use this sample like this: * Run original version application(refered as v1) + ``` start application click "enter" ``` * Run new version application(v2) + ``` start application click "update" @@ -22,10 +27,11 @@ click "enter" ``` You will find the changes. * Run v1 again after running v2 + ``` start application click "reset" click "enter" ``` The application turns back to v1. Ofcourse you can run v2 again as mentioned abave. - \ No newline at end of file +