diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 411a0bc..2d6ffb7 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -73,15 +73,15 @@ bUseManualIPAddress=False ManualIPAddress= [/Script/AndroidRuntimeSettings.AndroidRuntimeSettings] -PackageName=BankaiSoftware.[PROJECT] +PackageName=BankaiSoftware.FireKrackers StoreVersion=1 StoreVersionOffsetArmV7=0 StoreVersionOffsetArm64=0 StoreVersionOffsetX8664=0 -ApplicationDisplayName= +ApplicationDisplayName=FireKrackers VersionDisplayName=1.0 MinSDKVersion=23 -TargetSDKVersion=29 +TargetSDKVersion=32 InstallLocation=Auto bEnableGradle=True bEnableLint=False @@ -114,9 +114,9 @@ ExtraActivitySettings= bAndroidVoiceEnabled=False +PackageForOculusMobile=Quest2 bRemoveOSIG=True -KeyStore=ExampleKey.keystore -KeyAlias=MyKey -KeyStorePassword=dupa123 +KeyStore=FKKeystore.keystore +KeyAlias=FireKrackersKey +KeyStorePassword=joncio1 KeyPassword= bBuildForArm64=True bBuildForX8664=False diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index c0ba6ea..78a266f 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -11,10 +11,10 @@ CopyrightNotice=All rights reserved. ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "DBE2D8D443C25AE5C2D3F1BCB403DAC7", "FireKrackers") [/Script/UnrealEd.ProjectPackagingSettings] -FullRebuild=False +FullRebuild=True bGenerateNoChunks=True -BuildConfiguration=PPBC_Development -ForDistribution=False +BuildConfiguration=PPBC_Shipping +ForDistribution=True [/Script/Engine.AssetManagerSettings] +PrimaryAssetTypesToScan=(PrimaryAssetType="UserWidgetRedpointEOS",AssetBaseClass=/Script/CoreUObject.Object,bHasBlueprintClasses=True,bIsEditorOnly=False,Directories=((Path="/OnlineSubsystemRedpointEOS")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook)) diff --git a/Content/Blueprints/BP_FireworksPawn.uasset b/Content/Blueprints/BP_FireworksPawn.uasset index a90d9c6..9d639c8 100644 Binary files a/Content/Blueprints/BP_FireworksPawn.uasset and b/Content/Blueprints/BP_FireworksPawn.uasset differ diff --git a/Content/Blueprints/BP_SpawnManager.uasset b/Content/Blueprints/BP_SpawnManager.uasset index abc2943..64fbe7b 100644 Binary files a/Content/Blueprints/BP_SpawnManager.uasset and b/Content/Blueprints/BP_SpawnManager.uasset differ diff --git a/Content/Blueprints/Blocks/BP_Block.uasset b/Content/Blueprints/Blocks/BP_Block.uasset index 178a1ed..487ddc3 100644 Binary files a/Content/Blueprints/Blocks/BP_Block.uasset and b/Content/Blueprints/Blocks/BP_Block.uasset differ diff --git a/Content/Blueprints/Blocks/BP_Block_Explosive.uasset b/Content/Blueprints/Blocks/BP_Block_Explosive.uasset index 602c670..bb649e2 100644 Binary files a/Content/Blueprints/Blocks/BP_Block_Explosive.uasset and b/Content/Blueprints/Blocks/BP_Block_Explosive.uasset differ diff --git a/Content/Blueprints/Fireworks/BP_RocketGuided.uasset b/Content/Blueprints/Fireworks/BP_RocketGuided.uasset index cdd8f81..8825443 100644 Binary files a/Content/Blueprints/Fireworks/BP_RocketGuided.uasset and b/Content/Blueprints/Fireworks/BP_RocketGuided.uasset differ diff --git a/Content/Blueprints/Obstacles/BP_Obstacle_Fan.uasset b/Content/Blueprints/Obstacles/BP_Obstacle_Fan.uasset index c5b03cc..4105c80 100644 Binary files a/Content/Blueprints/Obstacles/BP_Obstacle_Fan.uasset and b/Content/Blueprints/Obstacles/BP_Obstacle_Fan.uasset differ diff --git a/Content/Blueprints/UI/BP_Menu.uasset b/Content/Blueprints/UI/BP_Menu.uasset index 51af511..33491bb 100644 Binary files a/Content/Blueprints/UI/BP_Menu.uasset and b/Content/Blueprints/UI/BP_Menu.uasset differ diff --git a/Content/Levels/L_MainLevel.umap b/Content/Levels/L_MainLevel.umap index 9043189..a6ac581 100644 Binary files a/Content/Levels/L_MainLevel.umap and b/Content/Levels/L_MainLevel.umap differ diff --git a/Content/Splash/EdSplash.png b/Content/Splash/EdSplash.png index 215c777..8c277b9 100644 Binary files a/Content/Splash/EdSplash.png and b/Content/Splash/EdSplash.png differ diff --git a/Content/Splash/EdSplash.uasset b/Content/Splash/EdSplash.uasset index 9d3ec2d..11bcd85 100644 Binary files a/Content/Splash/EdSplash.uasset and b/Content/Splash/EdSplash.uasset differ diff --git a/Content/Splash/Splash.png b/Content/Splash/Splash.png index 215c777..8c277b9 100644 Binary files a/Content/Splash/Splash.png and b/Content/Splash/Splash.png differ diff --git a/Content/Splash/Splash.uasset b/Content/Splash/Splash.uasset index 37448e1..01c358b 100644 Binary files a/Content/Splash/Splash.uasset and b/Content/Splash/Splash.uasset differ diff --git a/Content/UI/W_AfterMatch.uasset b/Content/UI/W_AfterMatch.uasset index 46f68c7..751ef15 100644 Binary files a/Content/UI/W_AfterMatch.uasset and b/Content/UI/W_AfterMatch.uasset differ diff --git a/Content/UI/W_MainMenu.uasset b/Content/UI/W_MainMenu.uasset index 24eb1a7..a6127b2 100644 Binary files a/Content/UI/W_MainMenu.uasset and b/Content/UI/W_MainMenu.uasset differ diff --git a/Content/UI/W_MainMenu_Bottom.uasset b/Content/UI/W_MainMenu_Bottom.uasset index c7d0fdd..3406c96 100644 Binary files a/Content/UI/W_MainMenu_Bottom.uasset and b/Content/UI/W_MainMenu_Bottom.uasset differ diff --git a/Content/UI/W_Shop.uasset b/Content/UI/W_Shop.uasset index fd59b05..853155c 100644 Binary files a/Content/UI/W_Shop.uasset and b/Content/UI/W_Shop.uasset differ diff --git a/Source/FireworkDuels/BuildingBlock.cpp b/Source/FireworkDuels/BuildingBlock.cpp index 064de71..490b0a5 100644 --- a/Source/FireworkDuels/BuildingBlock.cpp +++ b/Source/FireworkDuels/BuildingBlock.cpp @@ -62,8 +62,10 @@ void ABuildingBlock::DestroyBlock_Implementation() { } void ABuildingBlock::DestroyWithDelay_Implementation() { - IsBeingDestroyed = true; - OnBlockDestroyed.ExecuteIfBound(); + if (!IsBeingDestroyed) { + IsBeingDestroyed = true; + OnBlockDestroyed.ExecuteIfBound(); + } } void ABuildingBlock::Ripple() {