Merge branch 'master' of https://github.com/okamstudio/godot
This commit is contained in:
commit
a919683228
1
.gitignore
vendored
1
.gitignore
vendored
@ -233,3 +233,4 @@ Desktop.ini
|
|||||||
|
|
||||||
# Recycle Bin used on file shares
|
# Recycle Bin used on file shares
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
|
logo.h
|
||||||
|
@ -88,7 +88,7 @@ if profile:
|
|||||||
elif os.path.isfile(profile+".py"):
|
elif os.path.isfile(profile+".py"):
|
||||||
customs.append(profile+".py")
|
customs.append(profile+".py")
|
||||||
|
|
||||||
opts=Options(customs, ARGUMENTS)
|
opts=Variables(customs, ARGUMENTS)
|
||||||
opts.Add('target', 'Compile Target (debug/profile/release).', "debug")
|
opts.Add('target', 'Compile Target (debug/profile/release).', "debug")
|
||||||
opts.Add('platform','Platform: '+str(platform_list)+'(sfml).',"")
|
opts.Add('platform','Platform: '+str(platform_list)+'(sfml).',"")
|
||||||
opts.Add('python','Build Python Support: (yes/no)','no')
|
opts.Add('python','Build Python Support: (yes/no)','no')
|
||||||
|
@ -610,7 +610,7 @@ String EditorTextureImportPlugin::get_visible_name() const {
|
|||||||
} break;
|
} break;
|
||||||
case MODE_ATLAS: {
|
case MODE_ATLAS: {
|
||||||
|
|
||||||
return "Atlas Teture";
|
return "Atlas Texture";
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user