mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
Set version.
This commit is contained in:
parent
9b25765903
commit
366ba436a9
@ -191,22 +191,22 @@ _global_script_class_icons={
|
||||
@"PlayerGD": "",
|
||||
@"WorldGeneratorSettings": "",
|
||||
@"HumanoidCharacterBones2D": "",
|
||||
@"CharacterSkeleton2DGD": "",
|
||||
@"ItemVisualEntry2D": "",
|
||||
@"NetworkedPlayerGD": "",
|
||||
@"SpellEffectVisualBasic": "",
|
||||
@"SpellGD": "",
|
||||
@"UIWindowModule": "",
|
||||
@"SpellEffectVisualBasic": "",
|
||||
@"NetworkedPlayerGD": "",
|
||||
@"ItemVisualEntry2D": "",
|
||||
@"CharacterSkeleton2DGD": "",
|
||||
@"Zone": "",
|
||||
@"Main": "",
|
||||
@"ManaResource": "",
|
||||
@"Menu": "",
|
||||
@"UIGuiChildModule": "",
|
||||
@"UIWindowModule": "",
|
||||
@"WorldGenBaseResource": "",
|
||||
@"DisplayPlayerGD": "",
|
||||
@"HealthResource": "",
|
||||
@"ItemTemplateGD": "",
|
||||
@"UIGuiChildModule": "",
|
||||
@"Menu": "",
|
||||
@"ManaResource": "",
|
||||
@"Main": "",
|
||||
@"SubZone": "",
|
||||
@"ItemTemplateGD": "",
|
||||
@"HealthResource": "",
|
||||
@"DisplayPlayerGD": "",
|
||||
@"LayeredTextureMaker": ""
|
||||
}
|
||||
Node="input/actionbar_5_11"
|
||||
@ -218,10 +218,10 @@ data_manager/folder_settings="[{\"folder\":\".\",\"header\":\"\",\"name\":\"Root
|
||||
[application]
|
||||
|
||||
config/name="Broken Seals 2D"
|
||||
config/description="An open source third person RPG "
|
||||
config/description="An open source 2D RPG ."
|
||||
run/main_scene="res://scenes/Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
config/version="0.2"
|
||||
config/version="0.2.9"
|
||||
|
||||
[autoload]
|
||||
|
||||
|
@ -28,10 +28,10 @@ keystore/release=""
|
||||
keystore/release_user=""
|
||||
keystore/release_password=""
|
||||
one_click_deploy/clear_previous_install=false
|
||||
version/code=7
|
||||
version/name="0.3.10"
|
||||
version/code=1
|
||||
version/name="0.2.9"
|
||||
package/unique_name="net.relintai.$genname"
|
||||
package/name="Broken Seals"
|
||||
package/name="Broken Seals 2D"
|
||||
package/signed=true
|
||||
launcher_icons/main_192x192="res://icon.png"
|
||||
launcher_icons/adaptive_foreground_432x432="res://icon.png"
|
||||
@ -277,10 +277,10 @@ codesign/digest_algorithm=1
|
||||
codesign/description=""
|
||||
codesign/custom_options=PoolStringArray( )
|
||||
application/icon=""
|
||||
application/file_version="0.3.10"
|
||||
application/product_version="0.3.10"
|
||||
application/file_version="0.2.9"
|
||||
application/product_version="0.2.9"
|
||||
application/company_name=""
|
||||
application/product_name="Broken Seals"
|
||||
application/product_name="Broken Seals 2D"
|
||||
application/file_description=""
|
||||
application/copyright="Péter Magyar"
|
||||
application/trademarks=""
|
||||
@ -315,10 +315,10 @@ keystore/release=""
|
||||
keystore/release_user=""
|
||||
keystore/release_password=""
|
||||
one_click_deploy/clear_previous_install=false
|
||||
version/code=7
|
||||
version/name="0.3.10"
|
||||
version/code=1
|
||||
version/name="0.2.9"
|
||||
package/unique_name="net.relintai.$genname"
|
||||
package/name="Broken Seals"
|
||||
package/name="Broken Seals 2D"
|
||||
package/signed=true
|
||||
launcher_icons/main_192x192="res://icon.png"
|
||||
launcher_icons/adaptive_foreground_432x432="res://icon.png"
|
||||
@ -524,14 +524,14 @@ script_encryption_key=""
|
||||
|
||||
custom_template/debug="../pandemonium_engine/bin/osx.zip"
|
||||
custom_template/release="../pandemonium_engine/bin/osx.zip"
|
||||
application/name="Broken Seals"
|
||||
application/name="Broken Seals 2D"
|
||||
application/info="Made with Pandemonium Engine"
|
||||
application/icon=""
|
||||
application/identifier="net.relintai.brokenseals"
|
||||
application/identifier="net.relintai.brokenseals2d"
|
||||
application/signature=""
|
||||
application/app_category="Role-playing-games"
|
||||
application/short_version="0.3.10"
|
||||
application/version="0.3.10"
|
||||
application/short_version="0.2.9"
|
||||
application/version="0.2.9"
|
||||
application/copyright="Péter Magyar"
|
||||
display/high_res=false
|
||||
privacy/microphone_usage_description=""
|
||||
|
Loading…
Reference in New Issue
Block a user