mirror of https://github.com/axmolengine/axmol.git
Update create_project.py
'Sample 1' way is not okay. If not input language, script doesn't generate project. (Must input language, but 'Sample 1' way said that you don't need to input language.)
This commit is contained in:
parent
e75c58584e
commit
60c84a50a1
|
@ -30,8 +30,7 @@ def dumpUsage():
|
|||
print " -package PACKAGE_NAME Package name, for example: com.MyCompany.MyAwesomeGame"
|
||||
print " -language PROGRAMING_LANGUAGE Major programing lanauge you want to used, should be [cpp | lua | javascript]"
|
||||
print ""
|
||||
print "Sample 1: ./create_project.py -project MyGame -package com.MyCompany.AwesomeGame"
|
||||
print "Sample 2: ./create_project.py -project MyGame -package com.MyCompany.AwesomeGame -language javascript"
|
||||
print "Sample : ./create_project.py -project MyGame -package com.MyCompany.AwesomeGame -language javascript"
|
||||
print ""
|
||||
|
||||
def checkParams(context):
|
||||
|
|
Loading…
Reference in New Issue