mirror of https://github.com/axmolengine/axmol.git
modify config-example.plist
This commit is contained in:
parent
cbdfd77400
commit
4bc44c207d
|
@ -357,9 +357,9 @@ void Configuration::loadConfigFile(const std::string& filename)
|
|||
else
|
||||
_valueDict[name] = Value(_maxSpotLightInShader);
|
||||
|
||||
name = "cocos2d.x.3d.animate_3d_quality";
|
||||
name = "cocos2d.x.3d.animate_high_quality";
|
||||
if (_valueDict.find(name) != _valueDict.end())
|
||||
_isAnimate3DHighQuality = _valueDict[name].asInt();
|
||||
_isAnimate3DHighQuality = _valueDict[name].asBool();
|
||||
else
|
||||
_valueDict[name] = Value(_isAnimate3DHighQuality);
|
||||
}
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
<integer>1</integer>
|
||||
<key>cocos2d.x.3d.max_spot_light_in_shader</key>
|
||||
<integer>1</integer>
|
||||
<key>cocos2d.x.3d.animate_3d_quality</key>
|
||||
<integer>1</integer>
|
||||
<key>cocos2d.x.3d.animate_high_quality</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>metadata</key>
|
||||
<dict>
|
||||
|
|
Loading…
Reference in New Issue