diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 7497464..13edda8 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -6,3 +6,68 @@ ProjectID=2E83EBB84D5FB79959796494171847D7 [StartupActions] bAddPacks=True InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") + +[/Script/UnrealEd.ProjectPackagingSettings] +Build=IfProjectHasCode +BuildConfiguration=PPBC_Development +BuildTarget= +StagingDirectory=(Path="") +FullRebuild=False +ForDistribution=False +IncludeDebugFiles=False +BlueprintNativizationMethod=Disabled +bIncludeNativizedAssetsInProjectGeneration=False +bExcludeMonolithicEngineHeadersInNativizedCode=False +UsePakFile=True +bUseIoStore=False +bGenerateChunks=False +bGenerateNoChunks=False +bChunkHardReferencesOnly=False +bForceOneChunkPerFile=False +MaxChunkSize=0 +bBuildHttpChunkInstallData=False +HttpChunkInstallDataDirectory=(Path="") +PakFileCompressionFormats= +PakFileAdditionalCompressionOptions= +HttpChunkInstallDataVersion= +IncludePrerequisites=True +IncludeAppLocalPrerequisites=False +bShareMaterialShaderCode=True +bSharedMaterialNativeLibraries=True +ApplocalPrerequisitesDirectory=(Path="") +IncludeCrashReporter=False +InternationalizationPreset=English +-CulturesToStage=en ++CulturesToStage=en +LocalizationTargetCatchAllChunkId=0 +bCookAll=False +bCookMapsOnly=False +bCompressed=False +bSkipEditorContent=False +bSkipMovies=False +-IniKeyBlacklist=KeyStorePassword +-IniKeyBlacklist=KeyPassword +-IniKeyBlacklist=rsa.privateexp +-IniKeyBlacklist=rsa.modulus +-IniKeyBlacklist=rsa.publicexp +-IniKeyBlacklist=aes.key +-IniKeyBlacklist=SigningPublicExponent +-IniKeyBlacklist=SigningModulus +-IniKeyBlacklist=SigningPrivateExponent +-IniKeyBlacklist=EncryptionKey +-IniKeyBlacklist=IniKeyBlacklist +-IniKeyBlacklist=IniSectionBlacklist ++IniKeyBlacklist=KeyStorePassword ++IniKeyBlacklist=KeyPassword ++IniKeyBlacklist=rsa.privateexp ++IniKeyBlacklist=rsa.modulus ++IniKeyBlacklist=rsa.publicexp ++IniKeyBlacklist=aes.key ++IniKeyBlacklist=SigningPublicExponent ++IniKeyBlacklist=SigningModulus ++IniKeyBlacklist=SigningPrivateExponent ++IniKeyBlacklist=EncryptionKey ++IniKeyBlacklist=IniKeyBlacklist ++IniKeyBlacklist=IniSectionBlacklist ++DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD") + diff --git a/Content/BlockingStarterPack/BlockingStarterPackChangeLog.uasset b/Content/BlockingStarterPack/BlockingStarterPackChangeLog.uasset new file mode 100644 index 0000000..124fc37 Binary files /dev/null and b/Content/BlockingStarterPack/BlockingStarterPackChangeLog.uasset differ diff --git a/Content/BlockingStarterPack/BlockingStarterPackChangeLog_Struc.uasset b/Content/BlockingStarterPack/BlockingStarterPackChangeLog_Struc.uasset new file mode 100644 index 0000000..ba75469 Binary files /dev/null and b/Content/BlockingStarterPack/BlockingStarterPackChangeLog_Struc.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoDoor.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoDoor.uasset new file mode 100644 index 0000000..d7ec356 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoDoor.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoDoorDouble.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoDoorDouble.uasset new file mode 100644 index 0000000..8daa7c0 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoDoorDouble.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoLateralDoor.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoLateralDoor.uasset new file mode 100644 index 0000000..7dbb29a Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoLateralDoor.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoLateralDoorDouble.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoLateralDoorDouble.uasset new file mode 100644 index 0000000..0b8516e Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_AutoLateralDoorDouble.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_BaseAutoDoor.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_BaseAutoDoor.uasset new file mode 100644 index 0000000..41a052d Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/BP_BaseAutoDoor.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorBreakOpen.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorBreakOpen.uasset new file mode 100644 index 0000000..a9511a5 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorBreakOpen.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorClose.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorClose.uasset new file mode 100644 index 0000000..f553062 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorClose.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorOpen.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorOpen.uasset new file mode 100644 index 0000000..4240866 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorOpen.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorRapidClose.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorRapidClose.uasset new file mode 100644 index 0000000..a428582 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/Curves/Curve_DoorRapidClose.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/AutomaticDoor/DoorParts_Struct.uasset b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/DoorParts_Struct.uasset new file mode 100644 index 0000000..07af604 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/AutomaticDoor/DoorParts_Struct.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/BP_DisplayPanel.uasset b/Content/BlockingStarterPack/Blueprints/BP_DisplayPanel.uasset new file mode 100644 index 0000000..8dcde2c Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/BP_DisplayPanel.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/BP_FakeCharacter.uasset b/Content/BlockingStarterPack/Blueprints/BP_FakeCharacter.uasset new file mode 100644 index 0000000..e7e5523 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/BP_FakeCharacter.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/BP_SimpleArrow.uasset b/Content/BlockingStarterPack/Blueprints/BP_SimpleArrow.uasset new file mode 100644 index 0000000..c79b5c5 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/BP_SimpleArrow.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/BP_SimpleCameraPreview.uasset b/Content/BlockingStarterPack/Blueprints/BP_SimpleCameraPreview.uasset new file mode 100644 index 0000000..9fda2d7 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/BP_SimpleCameraPreview.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/BP_TurnToTheCamera.uasset b/Content/BlockingStarterPack/Blueprints/BP_TurnToTheCamera.uasset new file mode 100644 index 0000000..fd7132e Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/BP_TurnToTheCamera.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/Decal/BP_ArrowDecal.uasset b/Content/BlockingStarterPack/Blueprints/Decal/BP_ArrowDecal.uasset new file mode 100644 index 0000000..ce436b9 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/Decal/BP_ArrowDecal.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/Decal/BP_CustomDeferedDecal.uasset b/Content/BlockingStarterPack/Blueprints/Decal/BP_CustomDeferedDecal.uasset new file mode 100644 index 0000000..a3625cc Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/Decal/BP_CustomDeferedDecal.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/Decal/BP_SripeDecal.uasset b/Content/BlockingStarterPack/Blueprints/Decal/BP_SripeDecal.uasset new file mode 100644 index 0000000..e28048e Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/Decal/BP_SripeDecal.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/Road/BP_RoadSpeedBump.uasset b/Content/BlockingStarterPack/Blueprints/Road/BP_RoadSpeedBump.uasset new file mode 100644 index 0000000..95a8629 Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/Road/BP_RoadSpeedBump.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/StaticDoor/BP_StaticDoor.uasset b/Content/BlockingStarterPack/Blueprints/StaticDoor/BP_StaticDoor.uasset new file mode 100644 index 0000000..fc5093e Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/StaticDoor/BP_StaticDoor.uasset differ diff --git a/Content/BlockingStarterPack/Blueprints/StaticDoor/BP_StaticDoorDouble.uasset b/Content/BlockingStarterPack/Blueprints/StaticDoor/BP_StaticDoorDouble.uasset new file mode 100644 index 0000000..dfefbda Binary files /dev/null and b/Content/BlockingStarterPack/Blueprints/StaticDoor/BP_StaticDoorDouble.uasset differ diff --git a/Content/BlockingStarterPack/Maps/Blocking_ExempleMap.umap b/Content/BlockingStarterPack/Maps/Blocking_ExempleMap.umap new file mode 100644 index 0000000..01855df Binary files /dev/null and b/Content/BlockingStarterPack/Maps/Blocking_ExempleMap.umap differ diff --git a/Content/BlockingStarterPack/Maps/LS_Presentation_AssetMap.uasset b/Content/BlockingStarterPack/Maps/LS_Presentation_AssetMap.uasset new file mode 100644 index 0000000..e9ba9c8 Binary files /dev/null and b/Content/BlockingStarterPack/Maps/LS_Presentation_AssetMap.uasset differ diff --git a/Content/BlockingStarterPack/Maps/PlaneAnimation.uasset b/Content/BlockingStarterPack/Maps/PlaneAnimation.uasset new file mode 100644 index 0000000..5193cb4 Binary files /dev/null and b/Content/BlockingStarterPack/Maps/PlaneAnimation.uasset differ diff --git a/Content/BlockingStarterPack/Maps/Props_AssetMap.umap b/Content/BlockingStarterPack/Maps/Props_AssetMap.umap new file mode 100644 index 0000000..d65244e Binary files /dev/null and b/Content/BlockingStarterPack/Maps/Props_AssetMap.umap differ diff --git a/Content/BlockingStarterPack/Materials/Blocking/MI_DevGreen.uasset b/Content/BlockingStarterPack/Materials/Blocking/MI_DevGreen.uasset new file mode 100644 index 0000000..5fcf861 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Blocking/MI_DevGreen.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Blocking/MI_DevRed.uasset b/Content/BlockingStarterPack/Materials/Blocking/MI_DevRed.uasset new file mode 100644 index 0000000..9bc71c7 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Blocking/MI_DevRed.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Blocking/MI_DevSkyBlue.uasset b/Content/BlockingStarterPack/Materials/Blocking/MI_DevSkyBlue.uasset new file mode 100644 index 0000000..986db0b Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Blocking/MI_DevSkyBlue.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Blocking/M_DevBlack.uasset b/Content/BlockingStarterPack/Materials/Blocking/M_DevBlack.uasset new file mode 100644 index 0000000..5f51d9d Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Blocking/M_DevBlack.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Blocking/M_DevOrange.uasset b/Content/BlockingStarterPack/Materials/Blocking/M_DevOrange.uasset new file mode 100644 index 0000000..10507a3 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Blocking/M_DevOrange.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Blocking/M_DevWhite.uasset b/Content/BlockingStarterPack/Materials/Blocking/M_DevWhite.uasset new file mode 100644 index 0000000..b77e37e Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Blocking/M_DevWhite.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorBlack.uasset b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorBlack.uasset new file mode 100644 index 0000000..84d3a19 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorBlack.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorBlue.uasset b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorBlue.uasset new file mode 100644 index 0000000..9d99ec9 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorBlue.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorGreen.uasset b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorGreen.uasset new file mode 100644 index 0000000..0acb250 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorGreen.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorRed.uasset b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorRed.uasset new file mode 100644 index 0000000..ca66483 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorRed.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorYellow.uasset b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorYellow.uasset new file mode 100644 index 0000000..dd12686 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Decal/MI_StainDecalColorYellow.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Decal/M_StainDecalColor.uasset b/Content/BlockingStarterPack/Materials/Decal/M_StainDecalColor.uasset new file mode 100644 index 0000000..5006281 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Decal/M_StainDecalColor.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Decal/M_StainDecalColor_Inst.uasset b/Content/BlockingStarterPack/Materials/Decal/M_StainDecalColor_Inst.uasset new file mode 100644 index 0000000..f3fab3d Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Decal/M_StainDecalColor_Inst.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving.uasset b/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving.uasset new file mode 100644 index 0000000..35fb7e3 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving2.uasset b/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving2.uasset new file mode 100644 index 0000000..cfe850b Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving2.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving3.uasset b/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving3.uasset new file mode 100644 index 0000000..7c98748 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/MI_DevArrowMoving3.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewBlue.uasset b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewBlue.uasset new file mode 100644 index 0000000..72375f9 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewBlue.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewGreen.uasset b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewGreen.uasset new file mode 100644 index 0000000..e5199cc Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewGreen.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewOrange.uasset b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewOrange.uasset new file mode 100644 index 0000000..4a8166c Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewOrange.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewRed.uasset b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewRed.uasset new file mode 100644 index 0000000..228e2f7 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/MI_DevTriggerViewRed.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Editor/M_DevTriggerView.uasset b/Content/BlockingStarterPack/Materials/Editor/M_DevTriggerView.uasset new file mode 100644 index 0000000..89c03e5 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Editor/M_DevTriggerView.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassBlue.uasset b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassBlue.uasset new file mode 100644 index 0000000..cd3e21c Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassBlue.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassGreen.uasset b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassGreen.uasset new file mode 100644 index 0000000..0e86795 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassGreen.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassRed.uasset b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassRed.uasset new file mode 100644 index 0000000..4f339de Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlassRed.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Glass/MI_DevGlass_b.uasset b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlass_b.uasset new file mode 100644 index 0000000..7152301 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Glass/MI_DevGlass_b.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Glass/M_DevGlass.uasset b/Content/BlockingStarterPack/Materials/Glass/M_DevGlass.uasset new file mode 100644 index 0000000..b39c5b9 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Glass/M_DevGlass.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Green.uasset b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Green.uasset new file mode 100644 index 0000000..2cf5d48 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Green.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Off.uasset b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Off.uasset new file mode 100644 index 0000000..3eb0e70 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Off.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Red.uasset b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Red.uasset new file mode 100644 index 0000000..db56d56 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_Red.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Light/MI_DevLight_SkyBlue.uasset b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_SkyBlue.uasset new file mode 100644 index 0000000..8764944 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Light/MI_DevLight_SkyBlue.uasset differ diff --git a/Content/BlockingStarterPack/Materials/Light/M_DevLight.uasset b/Content/BlockingStarterPack/Materials/Light/M_DevLight.uasset new file mode 100644 index 0000000..948b145 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/Light/M_DevLight.uasset differ diff --git a/Content/BlockingStarterPack/Materials/MPC_BlockingTextureSwitch.uasset b/Content/BlockingStarterPack/Materials/MPC_BlockingTextureSwitch.uasset new file mode 100644 index 0000000..52f684f Binary files /dev/null and b/Content/BlockingStarterPack/Materials/MPC_BlockingTextureSwitch.uasset differ diff --git a/Content/BlockingStarterPack/Materials/M_DevGrid.uasset b/Content/BlockingStarterPack/Materials/M_DevGrid.uasset new file mode 100644 index 0000000..38da9eb Binary files /dev/null and b/Content/BlockingStarterPack/Materials/M_DevGrid.uasset differ diff --git a/Content/BlockingStarterPack/Materials/M_FullyBlack.uasset b/Content/BlockingStarterPack/Materials/M_FullyBlack.uasset new file mode 100644 index 0000000..2510d23 Binary files /dev/null and b/Content/BlockingStarterPack/Materials/M_FullyBlack.uasset differ diff --git a/Content/BlockingStarterPack/Materials/M_Mirror.uasset b/Content/BlockingStarterPack/Materials/M_Mirror.uasset new file mode 100644 index 0000000..1c846ce Binary files /dev/null and b/Content/BlockingStarterPack/Materials/M_Mirror.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_300.uasset b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_300.uasset new file mode 100644 index 0000000..251c441 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_400.uasset b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_400.uasset new file mode 100644 index 0000000..f22f763 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_400_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_400_45d.uasset new file mode 100644 index 0000000..7fa07a8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_Beam_400_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_300.uasset b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_300.uasset new file mode 100644 index 0000000..ef1726c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_400.uasset b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_400.uasset new file mode 100644 index 0000000..5838e9a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_400_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_400_45d.uasset new file mode 100644 index 0000000..396406c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Beam/SM_RoundedBeam_400_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_200x200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_200x200.uasset new file mode 100644 index 0000000..a6fb6e6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_200x200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_300x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_300x300.uasset new file mode 100644 index 0000000..a79463b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_300x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_400x400.uasset new file mode 100644 index 0000000..a399726 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorCorner_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_100_200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_100_200.uasset new file mode 100644 index 0000000..2ba96d1 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_100_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_200_200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_200_200.uasset new file mode 100644 index 0000000..a541041 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_200_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_200_400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_200_400.uasset new file mode 100644 index 0000000..503e101 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_200_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_300_300.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_300_300.uasset new file mode 100644 index 0000000..436709b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_300_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_300_400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_300_400.uasset new file mode 100644 index 0000000..3cc9263 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_300_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_400_400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_400_400.uasset new file mode 100644 index 0000000..530258a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRoundedIn_400_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_100.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_100.uasset new file mode 100644 index 0000000..d1f0259 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_200.uasset new file mode 100644 index 0000000..71bb325 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_300.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_300.uasset new file mode 100644 index 0000000..514131a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_400.uasset new file mode 100644 index 0000000..5302936 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorRounded_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_100.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_100.uasset new file mode 100644 index 0000000..e81bd75 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_200.uasset new file mode 100644 index 0000000..ba929c7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_300.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_300.uasset new file mode 100644 index 0000000..6d4dd3e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_400.uasset new file mode 100644 index 0000000..19b46eb Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_FloorTriangle_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_1000x1000.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_1000x1000.uasset new file mode 100644 index 0000000..a759b95 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_1000x1000.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x100.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x100.uasset new file mode 100644 index 0000000..01a3d51 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x200.uasset new file mode 100644 index 0000000..c3da1ac Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x300.uasset new file mode 100644 index 0000000..8555179 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x400.uasset new file mode 100644 index 0000000..4f6a9a3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_100x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x150.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x150.uasset new file mode 100644 index 0000000..d7cff27 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x150.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x200.uasset new file mode 100644 index 0000000..870ff65 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x300.uasset new file mode 100644 index 0000000..152ce41 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x400.uasset new file mode 100644 index 0000000..b9000ae Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x300.uasset new file mode 100644 index 0000000..40b4db4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x300_Trap100x100.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x300_Trap100x100.uasset new file mode 100644 index 0000000..9d3d718 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x300_Trap100x100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x400.uasset new file mode 100644 index 0000000..f7718c8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_300x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_400x400.uasset new file mode 100644 index 0000000..29f7e6c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_400x400_Trap200x200.uasset b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_400x400_Trap200x200.uasset new file mode 100644 index 0000000..4687eb5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Floor/SM_Floor_400x400_Trap200x200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_Stair100.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_Stair100.uasset new file mode 100644 index 0000000..56c208c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_Stair100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_Stair200.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_Stair200.uasset new file mode 100644 index 0000000..db147ab Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_Stair200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlane100.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlane100.uasset new file mode 100644 index 0000000..1b2410d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlane100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlane200.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlane200.uasset new file mode 100644 index 0000000..e6a032f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlane200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded300_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded300_45d.uasset new file mode 100644 index 0000000..9639235 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded300_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded300_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded300_90d.uasset new file mode 100644 index 0000000..fce40f6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded300_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded400_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded400_45d.uasset new file mode 100644 index 0000000..bf7dddf Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded400_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded400_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded400_90d.uasset new file mode 100644 index 0000000..7eb2a43 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairPlaneRounded400_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairRounded300_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairRounded300_45d.uasset new file mode 100644 index 0000000..8570ff3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairRounded300_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairRounded300_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairRounded300_90d.uasset new file mode 100644 index 0000000..ed17b5a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Stair/SM_StairRounded300_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoorDouble_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoorDouble_400x300.uasset new file mode 100644 index 0000000..26e5535 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoorDouble_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoorDouble_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoorDouble_400x400.uasset new file mode 100644 index 0000000..1ad524f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoorDouble_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_200x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_200x300.uasset new file mode 100644 index 0000000..2faa4c8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_200x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_200x400.uasset new file mode 100644 index 0000000..3fc346e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_400x300.uasset new file mode 100644 index 0000000..c642129 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_400x400.uasset new file mode 100644 index 0000000..e0a0588 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindowDoor_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_100x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_100x300.uasset new file mode 100644 index 0000000..3e63fcc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_100x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_100x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_100x400.uasset new file mode 100644 index 0000000..61dc261 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_100x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_200x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_200x300.uasset new file mode 100644 index 0000000..875ea87 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_200x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_200x400.uasset new file mode 100644 index 0000000..c4674e4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_400x300.uasset new file mode 100644 index 0000000..66330cd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_400x400.uasset new file mode 100644 index 0000000..e288ef4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_BayWindow_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorDouble_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorDouble_400x300.uasset new file mode 100644 index 0000000..a3bc5e0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorDouble_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorDouble_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorDouble_400x400.uasset new file mode 100644 index 0000000..9c3aea2 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorDouble_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorGarage_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorGarage_400x300.uasset new file mode 100644 index 0000000..039f170 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorGarage_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorGarage_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorGarage_400x400.uasset new file mode 100644 index 0000000..8ec68a0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoorGarage_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_200x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_200x300.uasset new file mode 100644 index 0000000..6312920 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_200x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_200x400.uasset new file mode 100644 index 0000000..89d4bd8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_400x300.uasset new file mode 100644 index 0000000..1c212b1 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_400x400.uasset new file mode 100644 index 0000000..3d206e8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallDoor_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x300_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x300_45d.uasset new file mode 100644 index 0000000..1bc1e90 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x300_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x300_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x300_90d.uasset new file mode 100644 index 0000000..bc92463 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x300_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x400_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x400_45d.uasset new file mode 100644 index 0000000..7b37c3b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x400_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x400_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x400_90d.uasset new file mode 100644 index 0000000..f956b08 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_100x400_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x300_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x300_45d.uasset new file mode 100644 index 0000000..2c95fb3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x300_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x300_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x300_90d.uasset new file mode 100644 index 0000000..0e36f53 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x300_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x400_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x400_45d.uasset new file mode 100644 index 0000000..900a057 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x400_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x400_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x400_90d.uasset new file mode 100644 index 0000000..cb93899 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_200x400_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x300_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x300_45d.uasset new file mode 100644 index 0000000..1a29e9b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x300_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x300_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x300_90d.uasset new file mode 100644 index 0000000..27f160b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x300_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x400_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x400_45d.uasset new file mode 100644 index 0000000..ce91fac Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x400_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x400_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x400_90d.uasset new file mode 100644 index 0000000..bdc4b25 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_300x400_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x300_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x300_45d.uasset new file mode 100644 index 0000000..1b8635e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x300_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x300_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x300_90d.uasset new file mode 100644 index 0000000..0067d88 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x300_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x400_45d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x400_45d.uasset new file mode 100644 index 0000000..8b27c5f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x400_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x400_90d.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x400_90d.uasset new file mode 100644 index 0000000..56ec053 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallRoundedCorner_400x400_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowDouble_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowDouble_400x300.uasset new file mode 100644 index 0000000..44cebf9 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowDouble_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowDouble_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowDouble_400x400.uasset new file mode 100644 index 0000000..5215b16 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowDouble_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall02_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall02_200x400.uasset new file mode 100644 index 0000000..4ecc37d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall02_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall_200x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall_200x300.uasset new file mode 100644 index 0000000..851a925 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall_200x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall_200x400.uasset new file mode 100644 index 0000000..79f9092 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindowSmall_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_200x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_200x300.uasset new file mode 100644 index 0000000..4a24666 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_200x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_200x400.uasset new file mode 100644 index 0000000..5ed39ae Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_400x300.uasset new file mode 100644 index 0000000..de58ddd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_400x400.uasset new file mode 100644 index 0000000..81ba48c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_WallWindow_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x100.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x100.uasset new file mode 100644 index 0000000..035d1d3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x300.uasset new file mode 100644 index 0000000..4554449 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x400.uasset new file mode 100644 index 0000000..4f43192 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_100x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x100.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x100.uasset new file mode 100644 index 0000000..17cded6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x300.uasset new file mode 100644 index 0000000..c2b3328 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x400.uasset new file mode 100644 index 0000000..531087f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_200x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x100.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x100.uasset new file mode 100644 index 0000000..5ebb384 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x300.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x300.uasset new file mode 100644 index 0000000..a0d2d57 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x400.uasset b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x400.uasset new file mode 100644 index 0000000..8e66624 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Architecture/Wall/SM_Wall_400x400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_100cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_100cm.uasset new file mode 100644 index 0000000..16e7cdf Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_100cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_200cm.uasset new file mode 100644 index 0000000..1fd405b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_50cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_50cm.uasset new file mode 100644 index 0000000..aff4019 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier01_50cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_100cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_100cm.uasset new file mode 100644 index 0000000..4f8931d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_100cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_200cm.uasset new file mode 100644 index 0000000..0deb1bc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_50cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_50cm.uasset new file mode 100644 index 0000000..cf5e821 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier02_50cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier03_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier03_200cm.uasset new file mode 100644 index 0000000..fd85cbe Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier03_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_Barrier03_500cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier03_500cm.uasset new file mode 100644 index 0000000..9892157 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_Barrier03_500cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierAngle01.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierAngle01.uasset new file mode 100644 index 0000000..9ba3a7c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierAngle01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierAngle02.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierAngle02.uasset new file mode 100644 index 0000000..f43a30a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierAngle02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierBeam01.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierBeam01.uasset new file mode 100644 index 0000000..2363315 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierBeam01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierBeam02.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierBeam02.uasset new file mode 100644 index 0000000..2aee7f8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierBeam02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_200cm.uasset new file mode 100644 index 0000000..6f054e9 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_400cm.uasset new file mode 100644 index 0000000..39a054d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_600cm.uasset new file mode 100644 index 0000000..962e746 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_800cm.uasset new file mode 100644 index 0000000..ac73c5d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_45_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_200cm.uasset new file mode 100644 index 0000000..4b3d48c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_400cm.uasset new file mode 100644 index 0000000..a1a772b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_600cm.uasset new file mode 100644 index 0000000..785fe64 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_800cm.uasset new file mode 100644 index 0000000..0ea534e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded01_90_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_200cm.uasset new file mode 100644 index 0000000..5288050 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_400cm.uasset new file mode 100644 index 0000000..22f40fb Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_600cm.uasset new file mode 100644 index 0000000..486bf0c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_800cm.uasset new file mode 100644 index 0000000..b132c98 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_45_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_200cm.uasset new file mode 100644 index 0000000..51422dc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_400cm.uasset new file mode 100644 index 0000000..5db50d0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_600cm.uasset new file mode 100644 index 0000000..92e13d2 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_800cm.uasset new file mode 100644 index 0000000..237e957 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierRounded02_90_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair01_150cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair01_150cm.uasset new file mode 100644 index 0000000..6a75f82 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair01_150cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair01_300cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair01_300cm.uasset new file mode 100644 index 0000000..ad720dd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair01_300cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair02_150cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair02_150cm.uasset new file mode 100644 index 0000000..210d525 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair02_150cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair02_300cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair02_300cm.uasset new file mode 100644 index 0000000..6cb41b2 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierStair02_300cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_100.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_100.uasset new file mode 100644 index 0000000..189f4aa Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_200.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_200.uasset new file mode 100644 index 0000000..02e7e76 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_300.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_300.uasset new file mode 100644 index 0000000..f8d6e8f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_400.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_400.uasset new file mode 100644 index 0000000..21a1039 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWallRoundedCorner_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_200.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_200.uasset new file mode 100644 index 0000000..c658d9e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_400.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_400.uasset new file mode 100644 index 0000000..06ebad7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_600.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_600.uasset new file mode 100644 index 0000000..436a58c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_BarrierWall_600.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_200cm.uasset new file mode 100644 index 0000000..eec31a3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_400cm.uasset new file mode 100644 index 0000000..5e5e650 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_600cm.uasset new file mode 100644 index 0000000..d0e68c8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_800cm.uasset new file mode 100644 index 0000000..7c45e98 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_45_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_200cm.uasset new file mode 100644 index 0000000..6f35e32 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_400cm.uasset new file mode 100644 index 0000000..0a421d6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_600cm.uasset new file mode 100644 index 0000000..94425d5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_800cm.uasset new file mode 100644 index 0000000..7879a95 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded01_90_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_200cm.uasset new file mode 100644 index 0000000..ab5db86 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_400cm.uasset new file mode 100644 index 0000000..c0dc632 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_600cm.uasset new file mode 100644 index 0000000..b0e91fd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_800cm.uasset new file mode 100644 index 0000000..f959f1b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_45_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_200cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_200cm.uasset new file mode 100644 index 0000000..f23920b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_400cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_400cm.uasset new file mode 100644 index 0000000..0f27afe Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_600cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_600cm.uasset new file mode 100644 index 0000000..318eaf4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_800cm.uasset b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_800cm.uasset new file mode 100644 index 0000000..68a9461 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Barrier/SM_StairBarrierRounded02_90_800cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_Building_01.uasset b/Content/BlockingStarterPack/Props/Building/SM_Building_01.uasset new file mode 100644 index 0000000..e081041 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_Building_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_Building_02.uasset b/Content/BlockingStarterPack/Props/Building/SM_Building_02.uasset new file mode 100644 index 0000000..19b3fe7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_Building_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_Building_03.uasset b/Content/BlockingStarterPack/Props/Building/SM_Building_03.uasset new file mode 100644 index 0000000..1e060e5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_Building_03.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_Building_04.uasset b/Content/BlockingStarterPack/Props/Building/SM_Building_04.uasset new file mode 100644 index 0000000..e486403 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_Building_04.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_House_01.uasset b/Content/BlockingStarterPack/Props/Building/SM_House_01.uasset new file mode 100644 index 0000000..f979384 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_House_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_House_02.uasset b/Content/BlockingStarterPack/Props/Building/SM_House_02.uasset new file mode 100644 index 0000000..ab0bd82 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_House_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_House_03.uasset b/Content/BlockingStarterPack/Props/Building/SM_House_03.uasset new file mode 100644 index 0000000..64327e6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_House_03.uasset differ diff --git a/Content/BlockingStarterPack/Props/Building/SM_House_04.uasset b/Content/BlockingStarterPack/Props/Building/SM_House_04.uasset new file mode 100644 index 0000000..e14f127 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Building/SM_House_04.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrame.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrame.uasset new file mode 100644 index 0000000..d81da6e Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrame.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrameDouble.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrameDouble.uasset new file mode 100644 index 0000000..e37e64b Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrameDouble.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrameGarage.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrameGarage.uasset new file mode 100644 index 0000000..57a4148 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_DoorFrameGarage.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeDoor.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeDoor.uasset new file mode 100644 index 0000000..c663adf Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeDoor.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeDoorDouble.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeDoorDouble.uasset new file mode 100644 index 0000000..f74d574 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeDoorDouble.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeFrameGarage.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeFrameGarage.uasset new file mode 100644 index 0000000..5c4369c Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeFrameGarage.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrame.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrame.uasset new file mode 100644 index 0000000..0d583eb Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrame.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrameDouble.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrameDouble.uasset new file mode 100644 index 0000000..d640c63 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrameDouble.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrameUp.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrameUp.uasset new file mode 100644 index 0000000..ff1c080 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_FakeWindowsFrameUp.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoorOpen_01.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoorOpen_01.uasset new file mode 100644 index 0000000..a42f16d Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoorOpen_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoorOpen_02.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoorOpen_02.uasset new file mode 100644 index 0000000..a3f8ce0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoorOpen_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoor_01.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoor_01.uasset new file mode 100644 index 0000000..66db252 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoor_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoor_02.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoor_02.uasset new file mode 100644 index 0000000..1d11626 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_GarageDoor_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoor.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoor.uasset new file mode 100644 index 0000000..e2d13f8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoor.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoorFrame_150.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoorFrame_150.uasset new file mode 100644 index 0000000..ad9ea76 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoorFrame_150.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoorFrame_300.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoorFrame_300.uasset new file mode 100644 index 0000000..9c9c5df Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_LateralDoorFrame_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_01.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_01.uasset new file mode 100644 index 0000000..5f0ec11 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_02.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_02.uasset new file mode 100644 index 0000000..cfebe66 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_03.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_03.uasset new file mode 100644 index 0000000..cef57ca Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_RotativeDoor_03.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrame.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrame.uasset new file mode 100644 index 0000000..18f993b Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrame.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrameDouble.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrameDouble.uasset new file mode 100644 index 0000000..c5496c7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrameDouble.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrameUp.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrameUp.uasset new file mode 100644 index 0000000..ce76046 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsFrameUp.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlass.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlass.uasset new file mode 100644 index 0000000..5272a3a Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlass.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlassDouble.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlassDouble.uasset new file mode 100644 index 0000000..d68050e Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlassDouble.uasset differ diff --git a/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlassUp.uasset b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlassUp.uasset new file mode 100644 index 0000000..b3a5e82 Binary files /dev/null and b/Content/BlockingStarterPack/Props/DoorAndWindow/SM_WindowsGlassUp.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_01.uasset b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_01.uasset new file mode 100644 index 0000000..c48f0d5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_02.uasset b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_02.uasset new file mode 100644 index 0000000..28d248c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_03.uasset b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_03.uasset new file mode 100644 index 0000000..a0eff40 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_03.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_04.uasset b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_04.uasset new file mode 100644 index 0000000..08f5973 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Camera/SM_CameraPose_04.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels100x100.uasset b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels100x100.uasset new file mode 100644 index 0000000..ba4b12e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels100x100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels100x50.uasset b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels100x50.uasset new file mode 100644 index 0000000..791fd05 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels100x50.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x100.uasset b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x100.uasset new file mode 100644 index 0000000..379dfe1 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x200.uasset b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x200.uasset new file mode 100644 index 0000000..cf408b0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x50.uasset b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x50.uasset new file mode 100644 index 0000000..0c461e0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels200x50.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels50x50.uasset b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels50x50.uasset new file mode 100644 index 0000000..da1c89a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/DisplayPanels/SM_DisplayPanels50x50.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Gear/SM_Fan_Big.uasset b/Content/BlockingStarterPack/Props/Extra/Gear/SM_Fan_Big.uasset new file mode 100644 index 0000000..4d351c2 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Gear/SM_Fan_Big.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearAngle.uasset b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearAngle.uasset new file mode 100644 index 0000000..440500c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearAngle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearBig.uasset b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearBig.uasset new file mode 100644 index 0000000..830e71d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearBig.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearMedium.uasset b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearMedium.uasset new file mode 100644 index 0000000..e7e6d2b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearMedium.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearSmall.uasset b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearSmall.uasset new file mode 100644 index 0000000..f5ca4aa Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/Gear/SM_GearSmall.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_ArrowBack.uasset b/Content/BlockingStarterPack/Props/Extra/SM_ArrowBack.uasset new file mode 100644 index 0000000..e2055bd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_ArrowBack.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_ArrowBody.uasset b/Content/BlockingStarterPack/Props/Extra/SM_ArrowBody.uasset new file mode 100644 index 0000000..733065d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_ArrowBody.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_ArrowHead.uasset b/Content/BlockingStarterPack/Props/Extra/SM_ArrowHead.uasset new file mode 100644 index 0000000..87c5692 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_ArrowHead.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_Campfire.uasset b/Content/BlockingStarterPack/Props/Extra/SM_Campfire.uasset new file mode 100644 index 0000000..0c434e2 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_Campfire.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_CirclePlatform.uasset b/Content/BlockingStarterPack/Props/Extra/SM_CirclePlatform.uasset new file mode 100644 index 0000000..4d834de Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_CirclePlatform.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_HumanCage.uasset b/Content/BlockingStarterPack/Props/Extra/SM_HumanCage.uasset new file mode 100644 index 0000000..a6dbe3c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_HumanCage.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_HumanCageWithFloor.uasset b/Content/BlockingStarterPack/Props/Extra/SM_HumanCageWithFloor.uasset new file mode 100644 index 0000000..df4642a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_HumanCageWithFloor.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_Ladder_01_200.uasset b/Content/BlockingStarterPack/Props/Extra/SM_Ladder_01_200.uasset new file mode 100644 index 0000000..7e75ab6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_Ladder_01_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_Ladder_02_200.uasset b/Content/BlockingStarterPack/Props/Extra/SM_Ladder_02_200.uasset new file mode 100644 index 0000000..fad3f94 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_Ladder_02_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_Player.uasset b/Content/BlockingStarterPack/Props/Extra/SM_Player.uasset new file mode 100644 index 0000000..af63459 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_Player.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_SimpleTire.uasset b/Content/BlockingStarterPack/Props/Extra/SM_SimpleTire.uasset new file mode 100644 index 0000000..447ae19 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_SimpleTire.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_SimpleWheel.uasset b/Content/BlockingStarterPack/Props/Extra/SM_SimpleWheel.uasset new file mode 100644 index 0000000..666b859 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_SimpleWheel.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_SnowMan_01.uasset b/Content/BlockingStarterPack/Props/Extra/SM_SnowMan_01.uasset new file mode 100644 index 0000000..1a2c7a7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_SnowMan_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_SpikedBall_01.uasset b/Content/BlockingStarterPack/Props/Extra/SM_SpikedBall_01.uasset new file mode 100644 index 0000000..3bf40b4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_SpikedBall_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_SpikedBall_02.uasset b/Content/BlockingStarterPack/Props/Extra/SM_SpikedBall_02.uasset new file mode 100644 index 0000000..835230d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_SpikedBall_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Extra/SM_SquarePlatform.uasset b/Content/BlockingStarterPack/Props/Extra/SM_SquarePlatform.uasset new file mode 100644 index 0000000..1537587 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Extra/SM_SquarePlatform.uasset differ diff --git a/Content/BlockingStarterPack/Props/Furniture/SM_Broom.uasset b/Content/BlockingStarterPack/Props/Furniture/SM_Broom.uasset new file mode 100644 index 0000000..2727a04 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Furniture/SM_Broom.uasset differ diff --git a/Content/BlockingStarterPack/Props/Furniture/SM_Keyboard.uasset b/Content/BlockingStarterPack/Props/Furniture/SM_Keyboard.uasset new file mode 100644 index 0000000..6725bf7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Furniture/SM_Keyboard.uasset differ diff --git a/Content/BlockingStarterPack/Props/Furniture/SM_Laptop.uasset b/Content/BlockingStarterPack/Props/Furniture/SM_Laptop.uasset new file mode 100644 index 0000000..6691ad8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Furniture/SM_Laptop.uasset differ diff --git a/Content/BlockingStarterPack/Props/Furniture/SM_Monitor_01.uasset b/Content/BlockingStarterPack/Props/Furniture/SM_Monitor_01.uasset new file mode 100644 index 0000000..46a777f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Furniture/SM_Monitor_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Furniture/SM_Radiator.uasset b/Content/BlockingStarterPack/Props/Furniture/SM_Radiator.uasset new file mode 100644 index 0000000..1a63555 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Furniture/SM_Radiator.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Barrel.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Barrel.uasset new file mode 100644 index 0000000..229ee08 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Barrel.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_BigDumpster.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_BigDumpster.uasset new file mode 100644 index 0000000..aec1ec3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_BigDumpster.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_ContainerClosed_Large.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerClosed_Large.uasset new file mode 100644 index 0000000..99592ae Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerClosed_Large.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_ContainerClosed_Normal.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerClosed_Normal.uasset new file mode 100644 index 0000000..101481c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerClosed_Normal.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_ContainerDoor_Left.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerDoor_Left.uasset new file mode 100644 index 0000000..3bf0d38 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerDoor_Left.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_ContainerDoor_Right.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerDoor_Right.uasset new file mode 100644 index 0000000..b027bfb Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_ContainerDoor_Right.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Container_Large.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Container_Large.uasset new file mode 100644 index 0000000..46e45c7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Container_Large.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Container_Normal.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Container_Normal.uasset new file mode 100644 index 0000000..83c4eaa Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Container_Normal.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_ExplosiveBarrel.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_ExplosiveBarrel.uasset new file mode 100644 index 0000000..a3b4f31 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_ExplosiveBarrel.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_100.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_100.uasset new file mode 100644 index 0000000..372e0fc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_200.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_200.uasset new file mode 100644 index 0000000..605be55 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_300.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_300.uasset new file mode 100644 index 0000000..b21e801 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_400.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_400.uasset new file mode 100644 index 0000000..c746c04 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Normal_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_100.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_100.uasset new file mode 100644 index 0000000..cf519bd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_200.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_200.uasset new file mode 100644 index 0000000..e7e28a5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_300.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_300.uasset new file mode 100644 index 0000000..63c38e4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_400.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_400.uasset new file mode 100644 index 0000000..a5003a0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_Fence_Small_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallLocomotive.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallLocomotive.uasset new file mode 100644 index 0000000..b7644d7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallLocomotive.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallRailTurn_45d.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRailTurn_45d.uasset new file mode 100644 index 0000000..ffcb912 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRailTurn_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallRailTurn_90d.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRailTurn_90d.uasset new file mode 100644 index 0000000..5e0c93b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRailTurn_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_1000.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_1000.uasset new file mode 100644 index 0000000..54c17d8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_1000.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_200.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_200.uasset new file mode 100644 index 0000000..00b14b3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_400.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_400.uasset new file mode 100644 index 0000000..707c085 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_500.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_500.uasset new file mode 100644 index 0000000..ce15e81 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallRail_500.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallWagon_Large.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallWagon_Large.uasset new file mode 100644 index 0000000..afc8089 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallWagon_Large.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_SmallWagon_Normal.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_SmallWagon_Normal.uasset new file mode 100644 index 0000000..d444954 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_SmallWagon_Normal.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Large.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Large.uasset new file mode 100644 index 0000000..2754439 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Large.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Normal.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Normal.uasset new file mode 100644 index 0000000..fcfdbaa Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Normal.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Small.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Small.uasset new file mode 100644 index 0000000..7880b5a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenBox_Small.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_WoodenCrate_01.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenCrate_01.uasset new file mode 100644 index 0000000..33d7bda Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenCrate_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_WoodenPallet_01.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenPallet_01.uasset new file mode 100644 index 0000000..3c9cc58 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenPallet_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Industrial/SM_WoodenPallet_02.uasset b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenPallet_02.uasset new file mode 100644 index 0000000..496343a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Industrial/SM_WoodenPallet_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonOnePress.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonOnePress.uasset new file mode 100644 index 0000000..8f3f58f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonOnePress.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonPressIn.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonPressIn.uasset new file mode 100644 index 0000000..f189f4e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonPressIn.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonPressOut.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonPressOut.uasset new file mode 100644 index 0000000..0b27c9d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Button_ButtonPressOut.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Lever_LeverActive.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Lever_LeverActive.uasset new file mode 100644 index 0000000..17d081c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Lever_LeverActive.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Lever_LeverDesactive.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Lever_LeverDesactive.uasset new file mode 100644 index 0000000..cb35854 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_Lever_LeverDesactive.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport01_ValveActive.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport01_ValveActive.uasset new file mode 100644 index 0000000..5eea315 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport01_ValveActive.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport01_ValveDesactive.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport01_ValveDesactive.uasset new file mode 100644 index 0000000..d452498 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport01_ValveDesactive.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport02_ValveActive.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport02_ValveActive.uasset new file mode 100644 index 0000000..a6bffa5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport02_ValveActive.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport02_ValveDesactive.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport02_ValveDesactive.uasset new file mode 100644 index 0000000..6837fe1 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Anim_ValveSupport02_ValveDesactive.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Button_ButtonIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Button_ButtonIdle.uasset new file mode 100644 index 0000000..213ba65 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Button_ButtonIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Button_ButtonPressedIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Button_ButtonPressedIdle.uasset new file mode 100644 index 0000000..682bd13 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Button_ButtonPressedIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Lever_LeverActiveIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Lever_LeverActiveIdle.uasset new file mode 100644 index 0000000..2d253c8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Lever_LeverActiveIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Lever_LeverDesactiveIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Lever_LeverDesactiveIdle.uasset new file mode 100644 index 0000000..232dbc5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_Lever_LeverDesactiveIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport01_ValveActiveIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport01_ValveActiveIdle.uasset new file mode 100644 index 0000000..744418c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport01_ValveActiveIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport01_ValveDesactiveIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport01_ValveDesactiveIdle.uasset new file mode 100644 index 0000000..47294f5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport01_ValveDesactiveIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport02_ValveActiveIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport02_ValveActiveIdle.uasset new file mode 100644 index 0000000..45a67f4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport02_ValveActiveIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport02_ValveDesactiveIdle.uasset b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport02_ValveDesactiveIdle.uasset new file mode 100644 index 0000000..0507b52 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/Anim/Pose_ValveSupport02_ValveDesactiveIdle.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_Button.uasset b/Content/BlockingStarterPack/Props/Interact/SK_Button.uasset new file mode 100644 index 0000000..38ff5c5 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_Button.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_Button_Physics2.uasset b/Content/BlockingStarterPack/Props/Interact/SK_Button_Physics2.uasset new file mode 100644 index 0000000..6b6ab0f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_Button_Physics2.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_Button_Skeleton.uasset b/Content/BlockingStarterPack/Props/Interact/SK_Button_Skeleton.uasset new file mode 100644 index 0000000..4879ec0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_Button_Skeleton.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_Lever.uasset b/Content/BlockingStarterPack/Props/Interact/SK_Lever.uasset new file mode 100644 index 0000000..3a485d0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_Lever.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_Lever_Physics.uasset b/Content/BlockingStarterPack/Props/Interact/SK_Lever_Physics.uasset new file mode 100644 index 0000000..b400f80 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_Lever_Physics.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_Lever_Skeleton.uasset b/Content/BlockingStarterPack/Props/Interact/SK_Lever_Skeleton.uasset new file mode 100644 index 0000000..ce5b105 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_Lever_Skeleton.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01.uasset b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01.uasset new file mode 100644 index 0000000..aaba542 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01_Physics.uasset b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01_Physics.uasset new file mode 100644 index 0000000..bb0a929 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01_Physics.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01_Skeleton.uasset b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01_Skeleton.uasset new file mode 100644 index 0000000..ce97bb3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport01_Skeleton.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02.uasset b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02.uasset new file mode 100644 index 0000000..8847d34 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02_Physics.uasset b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02_Physics.uasset new file mode 100644 index 0000000..f9a78d8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02_Physics.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02_Skeleton.uasset b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02_Skeleton.uasset new file mode 100644 index 0000000..074641a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SK_ValveSupport02_Skeleton.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_ButtonPuch.uasset b/Content/BlockingStarterPack/Props/Interact/SM_ButtonPuch.uasset new file mode 100644 index 0000000..050bfe4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_ButtonPuch.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_ButtonSupport.uasset b/Content/BlockingStarterPack/Props/Interact/SM_ButtonSupport.uasset new file mode 100644 index 0000000..cc444ee Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_ButtonSupport.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_FloorButtonPuch.uasset b/Content/BlockingStarterPack/Props/Interact/SM_FloorButtonPuch.uasset new file mode 100644 index 0000000..cc03073 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_FloorButtonPuch.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_FlootButtonSupport.uasset b/Content/BlockingStarterPack/Props/Interact/SM_FlootButtonSupport.uasset new file mode 100644 index 0000000..f6ccd82 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_FlootButtonSupport.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_LeverStick.uasset b/Content/BlockingStarterPack/Props/Interact/SM_LeverStick.uasset new file mode 100644 index 0000000..d09e055 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_LeverStick.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_LeverSupport.uasset b/Content/BlockingStarterPack/Props/Interact/SM_LeverSupport.uasset new file mode 100644 index 0000000..e28f3e2 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_LeverSupport.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_Valve01.uasset b/Content/BlockingStarterPack/Props/Interact/SM_Valve01.uasset new file mode 100644 index 0000000..604b523 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_Valve01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_Valve02.uasset b/Content/BlockingStarterPack/Props/Interact/SM_Valve02.uasset new file mode 100644 index 0000000..17a62da Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_Valve02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Interact/SM_ValveSupport.uasset b/Content/BlockingStarterPack/Props/Interact/SM_ValveSupport.uasset new file mode 100644 index 0000000..55ce301 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Interact/SM_ValveSupport.uasset differ diff --git a/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting01.uasset b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting01.uasset new file mode 100644 index 0000000..60a606f Binary files /dev/null and b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting01.uasset differ diff --git a/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting02.uasset b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting02.uasset new file mode 100644 index 0000000..01bf473 Binary files /dev/null and b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting02.uasset differ diff --git a/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting03.uasset b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting03.uasset new file mode 100644 index 0000000..0e476ee Binary files /dev/null and b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting03.uasset differ diff --git a/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting04.uasset b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting04.uasset new file mode 100644 index 0000000..57d195d Binary files /dev/null and b/Content/BlockingStarterPack/Props/LandMesh/SM_Mounting04.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLight01.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight01.uasset new file mode 100644 index 0000000..b7644e0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLight02a.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight02a.uasset new file mode 100644 index 0000000..539718e Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight02a.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLight02b.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight02b.uasset new file mode 100644 index 0000000..fba6012 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight02b.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLight03a.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight03a.uasset new file mode 100644 index 0000000..b2e99ff Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight03a.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLight03b.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight03b.uasset new file mode 100644 index 0000000..127bc7a Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLight03b.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLightBulb.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightBulb.uasset new file mode 100644 index 0000000..0d908c7 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightBulb.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLightBulbBreak.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightBulbBreak.uasset new file mode 100644 index 0000000..d40e32f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightBulbBreak.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLightFlat02a.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightFlat02a.uasset new file mode 100644 index 0000000..f9ac41c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightFlat02a.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLightFlat02b.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightFlat02b.uasset new file mode 100644 index 0000000..35c79cc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightFlat02b.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_CeilingLightRotaryWarning.uasset b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightRotaryWarning.uasset new file mode 100644 index 0000000..14d9001 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_CeilingLightRotaryWarning.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_FlamingTorch.uasset b/Content/BlockingStarterPack/Props/Light/SM_FlamingTorch.uasset new file mode 100644 index 0000000..73bd577 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_FlamingTorch.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_FlamingTorchWithSupport.uasset b/Content/BlockingStarterPack/Props/Light/SM_FlamingTorchWithSupport.uasset new file mode 100644 index 0000000..5e74ddc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_FlamingTorchWithSupport.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_FlamingTorch_Support.uasset b/Content/BlockingStarterPack/Props/Light/SM_FlamingTorch_Support.uasset new file mode 100644 index 0000000..6c46166 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_FlamingTorch_Support.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_FlashLight.uasset b/Content/BlockingStarterPack/Props/Light/SM_FlashLight.uasset new file mode 100644 index 0000000..ada2a21 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_FlashLight.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_FlatCeilingLightFlat02a.uasset b/Content/BlockingStarterPack/Props/Light/SM_FlatCeilingLightFlat02a.uasset new file mode 100644 index 0000000..2493a53 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_FlatCeilingLightFlat02a.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_RoadLamp_01.uasset b/Content/BlockingStarterPack/Props/Light/SM_RoadLamp_01.uasset new file mode 100644 index 0000000..09d62f0 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_RoadLamp_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_SpotLight.uasset b/Content/BlockingStarterPack/Props/Light/SM_SpotLight.uasset new file mode 100644 index 0000000..ea3cc63 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_SpotLight.uasset differ diff --git a/Content/BlockingStarterPack/Props/Light/SM_SpotLight_Support.uasset b/Content/BlockingStarterPack/Props/Light/SM_SpotLight_Support.uasset new file mode 100644 index 0000000..8f6729b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Light/SM_SpotLight_Support.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe30Turn_90d.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe30Turn_90d.uasset new file mode 100644 index 0000000..f52910d Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe30Turn_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_15d.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_15d.uasset new file mode 100644 index 0000000..08fded6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_15d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_45d.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_45d.uasset new file mode 100644 index 0000000..b70e55f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_90d.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_90d.uasset new file mode 100644 index 0000000..c3a57eb Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeBigTurn_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeCurvature_100cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeCurvature_100cm.uasset new file mode 100644 index 0000000..f24eeaa Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeCurvature_100cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeDraining.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeDraining.uasset new file mode 100644 index 0000000..a2e8b47 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeDraining.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_15d.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_15d.uasset new file mode 100644 index 0000000..d29071c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_15d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_45d.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_45d.uasset new file mode 100644 index 0000000..7d650db Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_45d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_90d.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_90d.uasset new file mode 100644 index 0000000..55e90fd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_PipeSmallTurn_90d.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_100cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_100cm.uasset new file mode 100644 index 0000000..3336560 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_100cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_200cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_200cm.uasset new file mode 100644 index 0000000..b429d38 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_200cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_20cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_20cm.uasset new file mode 100644 index 0000000..8d16234 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_20cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_30cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_30cm.uasset new file mode 100644 index 0000000..1f5ca55 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_30cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_400cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_400cm.uasset new file mode 100644 index 0000000..7270c29 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_400cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_50cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_50cm.uasset new file mode 100644 index 0000000..8e6d206 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_50cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_600cm.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_600cm.uasset new file mode 100644 index 0000000..853548b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_600cm.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_T.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_T.uasset new file mode 100644 index 0000000..ef85e41 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_T.uasset differ diff --git a/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_X.uasset b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_X.uasset new file mode 100644 index 0000000..ac134c4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Pipe/SM_Pipe_X.uasset differ diff --git a/Content/BlockingStarterPack/Props/Restroom/SM_ToiletClosed_01.uasset b/Content/BlockingStarterPack/Props/Restroom/SM_ToiletClosed_01.uasset new file mode 100644 index 0000000..01ef405 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Restroom/SM_ToiletClosed_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Restroom/SM_Toilet_01.uasset b/Content/BlockingStarterPack/Props/Restroom/SM_Toilet_01.uasset new file mode 100644 index 0000000..c31e3ba Binary files /dev/null and b/Content/BlockingStarterPack/Props/Restroom/SM_Toilet_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Restroom/SM_Urinal_01.uasset b/Content/BlockingStarterPack/Props/Restroom/SM_Urinal_01.uasset new file mode 100644 index 0000000..4b0fe48 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Restroom/SM_Urinal_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_BarricadeBlocks_100.uasset b/Content/BlockingStarterPack/Props/Road/SM_BarricadeBlocks_100.uasset new file mode 100644 index 0000000..360de52 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_BarricadeBlocks_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_BarricadeBlocks_200.uasset b/Content/BlockingStarterPack/Props/Road/SM_BarricadeBlocks_200.uasset new file mode 100644 index 0000000..d3c4343 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_BarricadeBlocks_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_BarricadeWall_100.uasset b/Content/BlockingStarterPack/Props/Road/SM_BarricadeWall_100.uasset new file mode 100644 index 0000000..1dd0d08 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_BarricadeWall_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_Barricade_200.uasset b/Content/BlockingStarterPack/Props/Road/SM_Barricade_200.uasset new file mode 100644 index 0000000..8ce9934 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_Barricade_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_Barricade_300.uasset b/Content/BlockingStarterPack/Props/Road/SM_Barricade_300.uasset new file mode 100644 index 0000000..82fe213 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_Barricade_300.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_Barricade_400.uasset b/Content/BlockingStarterPack/Props/Road/SM_Barricade_400.uasset new file mode 100644 index 0000000..15c8609 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_Barricade_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_MetalPost_01.uasset b/Content/BlockingStarterPack/Props/Road/SM_MetalPost_01.uasset new file mode 100644 index 0000000..d953be6 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_MetalPost_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Big.uasset b/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Big.uasset new file mode 100644 index 0000000..9d81291 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Big.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Normal.uasset b/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Normal.uasset new file mode 100644 index 0000000..8508260 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Normal.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Small.uasset b/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Small.uasset new file mode 100644 index 0000000..7ba03d1 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_RoadCone_Small.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_RoadLight.uasset b/Content/BlockingStarterPack/Props/Road/SM_RoadLight.uasset new file mode 100644 index 0000000..ef9b3cd Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_RoadLight.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_SpeedBumpEnd.uasset b/Content/BlockingStarterPack/Props/Road/SM_SpeedBumpEnd.uasset new file mode 100644 index 0000000..f0c70e2 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_SpeedBumpEnd.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_100.uasset b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_100.uasset new file mode 100644 index 0000000..a8d75d4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_100.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_200.uasset b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_200.uasset new file mode 100644 index 0000000..1862645 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_200.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_400.uasset b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_400.uasset new file mode 100644 index 0000000..42ad00f Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_400.uasset differ diff --git a/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_600.uasset b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_600.uasset new file mode 100644 index 0000000..e876cbc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Road/SM_SpeedBump_600.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_BooksOpen_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_BooksOpen_01.uasset new file mode 100644 index 0000000..bf9dc3c Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_BooksOpen_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Books_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Books_01.uasset new file mode 100644 index 0000000..4bb75c8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Books_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_01.uasset new file mode 100644 index 0000000..8623425 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_02.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_02.uasset new file mode 100644 index 0000000..23f0459 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_03.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_03.uasset new file mode 100644 index 0000000..8de1980 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Bottle_03.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Bucket_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Bucket_01.uasset new file mode 100644 index 0000000..9155e98 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Bucket_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Can_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Can_01.uasset new file mode 100644 index 0000000..37058fe Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Can_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Flask_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Flask_01.uasset new file mode 100644 index 0000000..479aeab Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Flask_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_01.uasset new file mode 100644 index 0000000..b70320d Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_02.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_02.uasset new file mode 100644 index 0000000..16b7e30 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_03.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_03.uasset new file mode 100644 index 0000000..77d6f4b Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_03.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_04.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_04.uasset new file mode 100644 index 0000000..c3eb25b Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_GlassFlask_04.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Mug_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Mug_01.uasset new file mode 100644 index 0000000..67bdb65 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Mug_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Padlock_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Padlock_01.uasset new file mode 100644 index 0000000..6ef075d Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Padlock_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_Plate_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_Plate_01.uasset new file mode 100644 index 0000000..cb4ba4d Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_Plate_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_SimplePlug_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_SimplePlug_01.uasset new file mode 100644 index 0000000..00e07f8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_SimplePlug_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_SimpleSwitch_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_SimpleSwitch_01.uasset new file mode 100644 index 0000000..f7fb779 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_SimpleSwitch_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_ToiletPaper_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_ToiletPaper_01.uasset new file mode 100644 index 0000000..bf96f4f Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_ToiletPaper_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_ToiletPaper_02.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_ToiletPaper_02.uasset new file mode 100644 index 0000000..c835a8c Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_ToiletPaper_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/SmallObject/SM_WaterGlass_01.uasset b/Content/BlockingStarterPack/Props/SmallObject/SM_WaterGlass_01.uasset new file mode 100644 index 0000000..a390690 Binary files /dev/null and b/Content/BlockingStarterPack/Props/SmallObject/SM_WaterGlass_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/T_DevGray_D.uasset b/Content/BlockingStarterPack/Props/T_DevGray_D.uasset new file mode 100644 index 0000000..5c9949f Binary files /dev/null and b/Content/BlockingStarterPack/Props/T_DevGray_D.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Boat_01.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Boat_01.uasset new file mode 100644 index 0000000..fbbb0f8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Boat_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Boat_02.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Boat_02.uasset new file mode 100644 index 0000000..b5796dc Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Boat_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Bus_Big.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Bus_Big.uasset new file mode 100644 index 0000000..70bface Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Bus_Big.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Car01.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Car01.uasset new file mode 100644 index 0000000..95e3953 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Car01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Car02.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Car02.uasset new file mode 100644 index 0000000..3b969df Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Car02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_HoodTruckWithoutTrailer.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_HoodTruckWithoutTrailer.uasset new file mode 100644 index 0000000..0bba5ad Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_HoodTruckWithoutTrailer.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Metro_01.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Metro_01.uasset new file mode 100644 index 0000000..fd5fb76 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Metro_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Plane_01.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Plane_01.uasset new file mode 100644 index 0000000..112b416 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Plane_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_01.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_01.uasset new file mode 100644 index 0000000..61135c4 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_02.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_02.uasset new file mode 100644 index 0000000..25eba69 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_03.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_03.uasset new file mode 100644 index 0000000..41f75f3 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Trailer_03.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Truck01.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Truck01.uasset new file mode 100644 index 0000000..1361d3b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Truck01.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_Truck02.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_Truck02.uasset new file mode 100644 index 0000000..7180e22 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_Truck02.uasset differ diff --git a/Content/BlockingStarterPack/Props/Vehicle/SM_TruckWithoutTrailer.uasset b/Content/BlockingStarterPack/Props/Vehicle/SM_TruckWithoutTrailer.uasset new file mode 100644 index 0000000..a109398 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Vehicle/SM_TruckWithoutTrailer.uasset differ diff --git a/Content/BlockingStarterPack/Props/Weapon/SM_Dagger.uasset b/Content/BlockingStarterPack/Props/Weapon/SM_Dagger.uasset new file mode 100644 index 0000000..fbb83c8 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Weapon/SM_Dagger.uasset differ diff --git a/Content/BlockingStarterPack/Props/Weapon/SM_Pistol.uasset b/Content/BlockingStarterPack/Props/Weapon/SM_Pistol.uasset new file mode 100644 index 0000000..ccf720c Binary files /dev/null and b/Content/BlockingStarterPack/Props/Weapon/SM_Pistol.uasset differ diff --git a/Content/BlockingStarterPack/Props/Weapon/SM_Sniper.uasset b/Content/BlockingStarterPack/Props/Weapon/SM_Sniper.uasset new file mode 100644 index 0000000..6bdc968 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Weapon/SM_Sniper.uasset differ diff --git a/Content/BlockingStarterPack/Props/Weapon/SM_SubmachineGun.uasset b/Content/BlockingStarterPack/Props/Weapon/SM_SubmachineGun.uasset new file mode 100644 index 0000000..4df997b Binary files /dev/null and b/Content/BlockingStarterPack/Props/Weapon/SM_SubmachineGun.uasset differ diff --git a/Content/BlockingStarterPack/Props/Weapon/SM_Sword.uasset b/Content/BlockingStarterPack/Props/Weapon/SM_Sword.uasset new file mode 100644 index 0000000..1d5a343 Binary files /dev/null and b/Content/BlockingStarterPack/Props/Weapon/SM_Sword.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/BigDoor_Closing01.uasset b/Content/BlockingStarterPack/Sounds/BigDoor_Closing01.uasset new file mode 100644 index 0000000..d67bcbb Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/BigDoor_Closing01.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/BigDoor_Closing02.uasset b/Content/BlockingStarterPack/Sounds/BigDoor_Closing02.uasset new file mode 100644 index 0000000..2cb92f5 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/BigDoor_Closing02.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/BigDoor_Closing_Cue.uasset b/Content/BlockingStarterPack/Sounds/BigDoor_Closing_Cue.uasset new file mode 100644 index 0000000..80bbc2c Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/BigDoor_Closing_Cue.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/BigDoor_Moving01.uasset b/Content/BlockingStarterPack/Sounds/BigDoor_Moving01.uasset new file mode 100644 index 0000000..78e69f5 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/BigDoor_Moving01.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/BigDoor_Moving_Cue.uasset b/Content/BlockingStarterPack/Sounds/BigDoor_Moving_Cue.uasset new file mode 100644 index 0000000..feda3f4 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/BigDoor_Moving_Cue.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/BigDoor_StartOpening01.uasset b/Content/BlockingStarterPack/Sounds/BigDoor_StartOpening01.uasset new file mode 100644 index 0000000..8d0c5d6 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/BigDoor_StartOpening01.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/BigDoor_StartOpening01_Cue.uasset b/Content/BlockingStarterPack/Sounds/BigDoor_StartOpening01_Cue.uasset new file mode 100644 index 0000000..c68e5b3 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/BigDoor_StartOpening01_Cue.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/DoorSoundAttenuation.uasset b/Content/BlockingStarterPack/Sounds/DoorSoundAttenuation.uasset new file mode 100644 index 0000000..357c353 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/DoorSoundAttenuation.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_Closing01.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_Closing01.uasset new file mode 100644 index 0000000..651b8f0 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_Closing01.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_Closing_Cue.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_Closing_Cue.uasset new file mode 100644 index 0000000..b8b7f64 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_Closing_Cue.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing01.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing01.uasset new file mode 100644 index 0000000..96e8b7a Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing01.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing01_Cue.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing01_Cue.uasset new file mode 100644 index 0000000..bafbb02 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing01_Cue.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing02.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing02.uasset new file mode 100644 index 0000000..27aefcd Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_StarClosing02.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening01.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening01.uasset new file mode 100644 index 0000000..a01eee3 Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening01.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening02.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening02.uasset new file mode 100644 index 0000000..020b70b Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening02.uasset differ diff --git a/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening_Cue.uasset b/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening_Cue.uasset new file mode 100644 index 0000000..5c54bad Binary files /dev/null and b/Content/BlockingStarterPack/Sounds/SimpleDoor_StartOpening_Cue.uasset differ diff --git a/Content/BlockingStarterPack/Textures/Stripe.uasset b/Content/BlockingStarterPack/Textures/Stripe.uasset new file mode 100644 index 0000000..23a9cf6 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/Stripe.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_ArrowMovingDown.uasset b/Content/BlockingStarterPack/Textures/T_ArrowMovingDown.uasset new file mode 100644 index 0000000..b13b4ea Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_ArrowMovingDown.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_ArrowMovingLeft.uasset b/Content/BlockingStarterPack/Textures/T_ArrowMovingLeft.uasset new file mode 100644 index 0000000..1345d70 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_ArrowMovingLeft.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_ArrowMovingRight.uasset b/Content/BlockingStarterPack/Textures/T_ArrowMovingRight.uasset new file mode 100644 index 0000000..b9a7709 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_ArrowMovingRight.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_ArrowMovingUp.uasset b/Content/BlockingStarterPack/Textures/T_ArrowMovingUp.uasset new file mode 100644 index 0000000..42fb626 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_ArrowMovingUp.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_Cross.uasset b/Content/BlockingStarterPack/Textures/T_Cross.uasset new file mode 100644 index 0000000..21afdc1 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_Cross.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevBlackText_D.uasset b/Content/BlockingStarterPack/Textures/T_DevBlackText_D.uasset new file mode 100644 index 0000000..5bf1d84 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevBlackText_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevBlack_D.uasset b/Content/BlockingStarterPack/Textures/T_DevBlack_D.uasset new file mode 100644 index 0000000..22a026e Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevBlack_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGlassText_D.uasset b/Content/BlockingStarterPack/Textures/T_DevGlassText_D.uasset new file mode 100644 index 0000000..e620b22 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGlassText_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGlass_D.uasset b/Content/BlockingStarterPack/Textures/T_DevGlass_D.uasset new file mode 100644 index 0000000..6383821 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGlass_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGlass_N.uasset b/Content/BlockingStarterPack/Textures/T_DevGlass_N.uasset new file mode 100644 index 0000000..af99263 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGlass_N.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGrayText_D.uasset b/Content/BlockingStarterPack/Textures/T_DevGrayText_D.uasset new file mode 100644 index 0000000..dc5effe Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGrayText_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGray_D.uasset b/Content/BlockingStarterPack/Textures/T_DevGray_D.uasset new file mode 100644 index 0000000..aa3d022 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGray_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGridText_D.uasset b/Content/BlockingStarterPack/Textures/T_DevGridText_D.uasset new file mode 100644 index 0000000..25428a7 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGridText_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGrid_D.uasset b/Content/BlockingStarterPack/Textures/T_DevGrid_D.uasset new file mode 100644 index 0000000..f55b3f4 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGrid_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGrid_M.uasset b/Content/BlockingStarterPack/Textures/T_DevGrid_M.uasset new file mode 100644 index 0000000..672a49c Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGrid_M.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevGrid_N.uasset b/Content/BlockingStarterPack/Textures/T_DevGrid_N.uasset new file mode 100644 index 0000000..86a606f Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevGrid_N.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevLightText_D.uasset b/Content/BlockingStarterPack/Textures/T_DevLightText_D.uasset new file mode 100644 index 0000000..e60d2a1 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevLightText_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevLight_D.uasset b/Content/BlockingStarterPack/Textures/T_DevLight_D.uasset new file mode 100644 index 0000000..1d9c049 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevLight_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevLight_N.uasset b/Content/BlockingStarterPack/Textures/T_DevLight_N.uasset new file mode 100644 index 0000000..ba82442 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevLight_N.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevOrangeText_D.uasset b/Content/BlockingStarterPack/Textures/T_DevOrangeText_D.uasset new file mode 100644 index 0000000..c33550d Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevOrangeText_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevOrange_D.uasset b/Content/BlockingStarterPack/Textures/T_DevOrange_D.uasset new file mode 100644 index 0000000..f76b221 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevOrange_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_DevTileMask_D.uasset b/Content/BlockingStarterPack/Textures/T_DevTileMask_D.uasset new file mode 100644 index 0000000..7f6c196 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_DevTileMask_D.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_Dev_N.uasset b/Content/BlockingStarterPack/Textures/T_Dev_N.uasset new file mode 100644 index 0000000..19264b3 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_Dev_N.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_Less.uasset b/Content/BlockingStarterPack/Textures/T_Less.uasset new file mode 100644 index 0000000..83cd610 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_Less.uasset differ diff --git a/Content/BlockingStarterPack/Textures/T_Square.uasset b/Content/BlockingStarterPack/Textures/T_Square.uasset new file mode 100644 index 0000000..0e6a472 Binary files /dev/null and b/Content/BlockingStarterPack/Textures/T_Square.uasset differ diff --git a/Content/ControllerIcons_Pack/Controller_Disconnected.png b/Content/ControllerIcons_Pack/Controller_Disconnected.png new file mode 100644 index 0000000..6c93def Binary files /dev/null and b/Content/ControllerIcons_Pack/Controller_Disconnected.png differ diff --git a/Content/ControllerIcons_Pack/Controller_Disconnected.uasset b/Content/ControllerIcons_Pack/Controller_Disconnected.uasset new file mode 100644 index 0000000..1b38a14 Binary files /dev/null and b/Content/ControllerIcons_Pack/Controller_Disconnected.uasset differ diff --git a/Content/ControllerIcons_Pack/Credits.txt b/Content/ControllerIcons_Pack/Credits.txt new file mode 100644 index 0000000..198e28d --- /dev/null +++ b/Content/ControllerIcons_Pack/Credits.txt @@ -0,0 +1,2 @@ +"Nicolae Berbece" (also known as Xelu) +nick@thoseawesomeguys.com \ No newline at end of file diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Cross.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Cross.png new file mode 100644 index 0000000..32610dd Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Cross.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Diagonal.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Diagonal.png new file mode 100644 index 0000000..6343f7d Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Diagonal.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Full_Circle.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Full_Circle.png new file mode 100644 index 0000000..b468931 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Full_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Half_Circle.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Half_Circle.png new file mode 100644 index 0000000..3923044 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Half_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Horizontal.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Horizontal.png new file mode 100644 index 0000000..7cfd486 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Horizontal.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Quarter_Circle.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Quarter_Circle.png new file mode 100644 index 0000000..10f8b78 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Quarter_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Sides.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Sides.png new file mode 100644 index 0000000..7cfd486 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Sides.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Straight.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Straight.png new file mode 100644 index 0000000..f727cf9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Straight.png differ diff --git a/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Vertical.png b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Vertical.png new file mode 100644 index 0000000..f616a99 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional Arrows/Directional_Arrow_Vertical.png differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Cross.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Cross.uasset new file mode 100644 index 0000000..3a484d3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Cross.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Diagonal.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Diagonal.uasset new file mode 100644 index 0000000..b60d4a9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Diagonal.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Full_Circle.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Full_Circle.uasset new file mode 100644 index 0000000..b0bf9f7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Full_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Half_Circle.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Half_Circle.uasset new file mode 100644 index 0000000..d31c52f Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Half_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Horizontal.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Horizontal.uasset new file mode 100644 index 0000000..57bc751 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Horizontal.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Quarter_Circle.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Quarter_Circle.uasset new file mode 100644 index 0000000..92a9217 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Quarter_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Sides.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Sides.uasset new file mode 100644 index 0000000..843c55a Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Sides.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Straight.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Straight.uasset new file mode 100644 index 0000000..b2df653 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Straight.uasset differ diff --git a/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Vertical.uasset b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Vertical.uasset new file mode 100644 index 0000000..71d81a6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Directional_Arrows/Directional_Arrow_Vertical.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Rotate.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Rotate.png new file mode 100644 index 0000000..8846b9f Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Rotate.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Rotate.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Rotate.uasset new file mode 100644 index 0000000..e39901a Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Rotate.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Tap.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Tap.png new file mode 100644 index 0000000..b31eff7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Tap.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Tap.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Tap.uasset new file mode 100644 index 0000000..88032cb Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Double_Tap.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Front.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Front.png new file mode 100644 index 0000000..7196212 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Front.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Front.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Front.uasset new file mode 100644 index 0000000..da0df77 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Front.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Side.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Side.png new file mode 100644 index 0000000..bb4b68f Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Side.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Side.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Side.uasset new file mode 100644 index 0000000..991dfcc Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Finger_Side.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Full_Circle.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Full_Circle.png new file mode 100644 index 0000000..96ed493 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Full_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Full_Circle.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Full_Circle.uasset new file mode 100644 index 0000000..a88d9b5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Full_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Half_Circle.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Half_Circle.png new file mode 100644 index 0000000..ee5f6c6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Half_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Half_Circle.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Half_Circle.uasset new file mode 100644 index 0000000..86ab88a Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Half_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Hold.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Hold.png new file mode 100644 index 0000000..642957e Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Hold.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Hold.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Hold.uasset new file mode 100644 index 0000000..99f2477 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Hold.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Quarter_Circle.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Quarter_Circle.png new file mode 100644 index 0000000..d0ee211 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Quarter_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Quarter_Circle.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Quarter_Circle.uasset new file mode 100644 index 0000000..77b7420 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Quarter_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Down.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Down.png new file mode 100644 index 0000000..542f9b6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Down.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Down.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Down.uasset new file mode 100644 index 0000000..dcd081d Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Left.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Left.png new file mode 100644 index 0000000..1cc1b51 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Left.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Left.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Left.uasset new file mode 100644 index 0000000..f305f1d Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Right.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Right.png new file mode 100644 index 0000000..78ae227 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Right.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Right.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Right.uasset new file mode 100644 index 0000000..56c3d56 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Up.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Up.png new file mode 100644 index 0000000..d40c725 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Up.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Up.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Up.uasset new file mode 100644 index 0000000..fd578b5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Scroll_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom.png new file mode 100644 index 0000000..b5d729c Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom.uasset new file mode 100644 index 0000000..ba04c64 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Left.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Left.png new file mode 100644 index 0000000..1cd25dc Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Left.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Left.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Left.uasset new file mode 100644 index 0000000..e430228 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Right.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Right.png new file mode 100644 index 0000000..2920663 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Right.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Right.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Right.uasset new file mode 100644 index 0000000..eb14098 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Bottom_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Left.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Left.png new file mode 100644 index 0000000..a645c00 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Left.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Left.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Left.uasset new file mode 100644 index 0000000..3cf819d Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Right.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Right.png new file mode 100644 index 0000000..2d73d57 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Right.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Right.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Right.uasset new file mode 100644 index 0000000..bc9d644 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Left.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Left.png new file mode 100644 index 0000000..bf16851 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Left.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Left.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Left.uasset new file mode 100644 index 0000000..a596f90 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Right.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Right.png new file mode 100644 index 0000000..83f2cce Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Right.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Right.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Right.uasset new file mode 100644 index 0000000..718c98e Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Top_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Up.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Up.png new file mode 100644 index 0000000..5e482bd Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Up.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Up.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Up.uasset new file mode 100644 index 0000000..28ec2b6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Swipe_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Tap.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Tap.png new file mode 100644 index 0000000..31a050e Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Tap.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Tap.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Tap.uasset new file mode 100644 index 0000000..e5f8603 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Tap.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_In.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_In.png new file mode 100644 index 0000000..99b8738 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_In.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_In.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_In.uasset new file mode 100644 index 0000000..2ccf02d Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_In.uasset differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_Out.png b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_Out.png new file mode 100644 index 0000000..40c85d4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_Out.png differ diff --git a/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_Out.uasset b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_Out.uasset new file mode 100644 index 0000000..8ef99bf Binary files /dev/null and b/Content/ControllerIcons_Pack/Gestures/Gesture_Zoom_Out.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Enter.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Enter.png new file mode 100644 index 0000000..08ef6dd Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Enter.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Mouse.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Mouse.png new file mode 100644 index 0000000..774bc62 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Mouse.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Normal.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Normal.png new file mode 100644 index 0000000..9c47c66 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Normal.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Super_Wide.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Super_Wide.png new file mode 100644 index 0000000..e23994c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Super_Wide.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Wide.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Wide.png new file mode 100644 index 0000000..5971062 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_Wide.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_tall.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_tall.png new file mode 100644 index 0000000..183a731 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_Black_tall.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Enter.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Enter.png new file mode 100644 index 0000000..744d380 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Enter.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Mouse.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Mouse.png new file mode 100644 index 0000000..7891ea4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Mouse.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Normal.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Normal.png new file mode 100644 index 0000000..beee975 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Normal.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Super_Wide.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Super_Wide.png new file mode 100644 index 0000000..183b10c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Super_Wide.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Tall.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Tall.png new file mode 100644 index 0000000..ae3cdf5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Tall.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Wide.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Wide.png new file mode 100644 index 0000000..416b056 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Blanks/Blank_White_Wide.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_0.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_0.png new file mode 100644 index 0000000..ab5408e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_0.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_1.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_1.png new file mode 100644 index 0000000..d88cfd0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_1.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_10.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_10.png new file mode 100644 index 0000000..17339fe Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_10.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_11.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_11.png new file mode 100644 index 0000000..18001d0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_11.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_12.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_12.png new file mode 100644 index 0000000..a18bb74 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_12.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_2.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_2.png new file mode 100644 index 0000000..257a0a8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_2.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_3.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_3.png new file mode 100644 index 0000000..37f01a2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_3.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_4.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_4.png new file mode 100644 index 0000000..f2ec50e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_4.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_5.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_5.png new file mode 100644 index 0000000..4996f90 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_5.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_6.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_6.png new file mode 100644 index 0000000..7ebf62d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_6.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_7.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_7.png new file mode 100644 index 0000000..bae81b4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_7.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_8.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_8.png new file mode 100644 index 0000000..4cbf159 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_8.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_9.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_9.png new file mode 100644 index 0000000..8da9b01 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_9.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_A.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_A.png new file mode 100644 index 0000000..ba2b1dd Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_A.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Alt.png new file mode 100644 index 0000000..9c0ceb6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Down.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Down.png new file mode 100644 index 0000000..9edcf58 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Down.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Left.png new file mode 100644 index 0000000..3425005 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Right.png new file mode 100644 index 0000000..929cb35 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Up.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Up.png new file mode 100644 index 0000000..025a68d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Arrow_Up.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Asterisk.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Asterisk.png new file mode 100644 index 0000000..abcdd9f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Asterisk.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_B.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_B.png new file mode 100644 index 0000000..bb6b3bb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_B.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Backspace.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Backspace.png new file mode 100644 index 0000000..bd2b56d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Backspace.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Backspace_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Backspace_Alt.png new file mode 100644 index 0000000..be1a758 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Backspace_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Bracket_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Bracket_Left.png new file mode 100644 index 0000000..8734b86 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Bracket_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Bracket_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Bracket_Right.png new file mode 100644 index 0000000..c56aef4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Bracket_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_C.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_C.png new file mode 100644 index 0000000..005e4ca Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_C.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Caps_Lock.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Caps_Lock.png new file mode 100644 index 0000000..de5adb8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Caps_Lock.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Command.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Command.png new file mode 100644 index 0000000..22dfd60 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Command.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Ctrl.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Ctrl.png new file mode 100644 index 0000000..12456bd Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Ctrl.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_D.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_D.png new file mode 100644 index 0000000..cfd36f2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_D.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Del.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Del.png new file mode 100644 index 0000000..87bd830 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Del.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_E.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_E.png new file mode 100644 index 0000000..34b7be1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_E.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_End.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_End.png new file mode 100644 index 0000000..2d6211c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_End.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter.png new file mode 100644 index 0000000..1f144f5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter_Alt.png new file mode 100644 index 0000000..5493293 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter_Tall.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter_Tall.png new file mode 100644 index 0000000..de3abde Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Enter_Tall.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Esc.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Esc.png new file mode 100644 index 0000000..c363cdc Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Esc.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F.png new file mode 100644 index 0000000..0781a72 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F1.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F1.png new file mode 100644 index 0000000..fc5865a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F1.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F10.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F10.png new file mode 100644 index 0000000..17339fe Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F10.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F11.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F11.png new file mode 100644 index 0000000..18001d0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F11.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F12.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F12.png new file mode 100644 index 0000000..a18bb74 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F12.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F2.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F2.png new file mode 100644 index 0000000..ffceae5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F2.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F3.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F3.png new file mode 100644 index 0000000..c49d840 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F3.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F4.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F4.png new file mode 100644 index 0000000..c09acb2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F4.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F5.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F5.png new file mode 100644 index 0000000..c304fd0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F5.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F6.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F6.png new file mode 100644 index 0000000..bc3f31c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F6.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F7.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F7.png new file mode 100644 index 0000000..2c28dc0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F7.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F8.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F8.png new file mode 100644 index 0000000..6c09529 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F8.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F9.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F9.png new file mode 100644 index 0000000..0b67e2b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_F9.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_G.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_G.png new file mode 100644 index 0000000..79ffcd2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_G.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_H.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_H.png new file mode 100644 index 0000000..00a4fe4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_H.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Home.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Home.png new file mode 100644 index 0000000..10ba170 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Home.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_I.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_I.png new file mode 100644 index 0000000..de8f252 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_I.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Insert.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Insert.png new file mode 100644 index 0000000..d0ae4d5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Insert.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_J.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_J.png new file mode 100644 index 0000000..947b5eb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_J.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_K.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_K.png new file mode 100644 index 0000000..2ca24bd Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_K.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_L.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_L.png new file mode 100644 index 0000000..725c878 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_L.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_M.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_M.png new file mode 100644 index 0000000..4477153 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_M.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mark_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mark_Left.png new file mode 100644 index 0000000..a5e48ce Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mark_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mark_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mark_Right.png new file mode 100644 index 0000000..d418e77 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mark_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Minus.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Minus.png new file mode 100644 index 0000000..1e6dcf7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Minus.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Left.png new file mode 100644 index 0000000..1b1eb86 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Middle.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Middle.png new file mode 100644 index 0000000..0fd0a2e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Middle.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Right.png new file mode 100644 index 0000000..cc24f92 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Simple.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Simple.png new file mode 100644 index 0000000..774bc62 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Mouse_Simple.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_N.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_N.png new file mode 100644 index 0000000..689e2f6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_N.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Num_Lock.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Num_Lock.png new file mode 100644 index 0000000..2808f91 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Num_Lock.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_O.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_O.png new file mode 100644 index 0000000..b703ceb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_O.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_P.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_P.png new file mode 100644 index 0000000..13e8393 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_P.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Page_Down.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Page_Down.png new file mode 100644 index 0000000..ace123f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Page_Down.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Page_Up.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Page_Up.png new file mode 100644 index 0000000..da15112 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Page_Up.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Plus.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Plus.png new file mode 100644 index 0000000..ebc1035 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Plus.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Plus_Tall.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Plus_Tall.png new file mode 100644 index 0000000..3049116 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Plus_Tall.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Print_Screen.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Print_Screen.png new file mode 100644 index 0000000..88ad617 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Print_Screen.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Q.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Q.png new file mode 100644 index 0000000..fe8add9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Q.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Question.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Question.png new file mode 100644 index 0000000..d32683c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Question.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Quote.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Quote.png new file mode 100644 index 0000000..108d665 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Quote.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_R.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_R.png new file mode 100644 index 0000000..5ac2461 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_R.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_S.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_S.png new file mode 100644 index 0000000..1fb8919 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_S.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Semicolon.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Semicolon.png new file mode 100644 index 0000000..800d299 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Semicolon.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Shift.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Shift.png new file mode 100644 index 0000000..05ba791 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Shift.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Shift_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Shift_Alt.png new file mode 100644 index 0000000..e57fb5f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Shift_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Slash.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Slash.png new file mode 100644 index 0000000..38b411b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Slash.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Space.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Space.png new file mode 100644 index 0000000..2298b4f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Space.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_T.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_T.png new file mode 100644 index 0000000..9ba1250 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_T.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Tab.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Tab.png new file mode 100644 index 0000000..3fea857 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Tab.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Tilda.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Tilda.png new file mode 100644 index 0000000..2f8db91 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Tilda.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_U.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_U.png new file mode 100644 index 0000000..79f9138 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_U.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_V.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_V.png new file mode 100644 index 0000000..c0f0599 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_V.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_W.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_W.png new file mode 100644 index 0000000..06278ee Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_W.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Win.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Win.png new file mode 100644 index 0000000..58576cb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Win.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_X.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_X.png new file mode 100644 index 0000000..95192f0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_X.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Y.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Y.png new file mode 100644 index 0000000..b94e455 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Y.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Z.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Z.png new file mode 100644 index 0000000..e9a1299 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Dark/Keyboard_Black_Z.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_0.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_0.png new file mode 100644 index 0000000..243de8d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_0.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_1.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_1.png new file mode 100644 index 0000000..2e90871 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_1.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_10.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_10.png new file mode 100644 index 0000000..08e187a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_10.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_11.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_11.png new file mode 100644 index 0000000..a0d1945 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_11.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_12.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_12.png new file mode 100644 index 0000000..19c2344 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_12.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_2.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_2.png new file mode 100644 index 0000000..775745b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_2.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_3.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_3.png new file mode 100644 index 0000000..8dc2794 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_3.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_4.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_4.png new file mode 100644 index 0000000..d09d43c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_4.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_5.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_5.png new file mode 100644 index 0000000..dd28315 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_5.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_6.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_6.png new file mode 100644 index 0000000..a3c29f4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_6.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_7.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_7.png new file mode 100644 index 0000000..aeacb45 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_7.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_8.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_8.png new file mode 100644 index 0000000..3005781 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_8.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_9.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_9.png new file mode 100644 index 0000000..fb87ddb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_9.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_A.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_A.png new file mode 100644 index 0000000..57a1d6f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_A.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Alt.png new file mode 100644 index 0000000..677fee7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Down.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Down.png new file mode 100644 index 0000000..3afceba Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Down.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Left.png new file mode 100644 index 0000000..6c4beec Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Right.png new file mode 100644 index 0000000..f0f9e76 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Up.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Up.png new file mode 100644 index 0000000..8f4b0e4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Arrow_Up.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Asterisk.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Asterisk.png new file mode 100644 index 0000000..5de5317 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Asterisk.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_B.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_B.png new file mode 100644 index 0000000..6de48cf Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_B.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Backspace.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Backspace.png new file mode 100644 index 0000000..d6da7ab Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Backspace.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Backspace_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Backspace_Alt.png new file mode 100644 index 0000000..e583b60 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Backspace_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Bracket_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Bracket_Left.png new file mode 100644 index 0000000..1e8fd69 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Bracket_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Bracket_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Bracket_Right.png new file mode 100644 index 0000000..56365f1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Bracket_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_C.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_C.png new file mode 100644 index 0000000..46a6513 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_C.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Caps_Lock.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Caps_Lock.png new file mode 100644 index 0000000..0b7a975 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Caps_Lock.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Command.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Command.png new file mode 100644 index 0000000..382a351 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Command.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Ctrl.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Ctrl.png new file mode 100644 index 0000000..00ba554 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Ctrl.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_D.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_D.png new file mode 100644 index 0000000..70876b9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_D.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Del.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Del.png new file mode 100644 index 0000000..6e0f543 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Del.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_E.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_E.png new file mode 100644 index 0000000..f750f3a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_E.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_End.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_End.png new file mode 100644 index 0000000..bd8d6e1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_End.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter.png new file mode 100644 index 0000000..5f4c40a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter_Alt.png new file mode 100644 index 0000000..7b56741 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter_Tall.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter_Tall.png new file mode 100644 index 0000000..fd57a44 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Enter_Tall.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Esc.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Esc.png new file mode 100644 index 0000000..d152e31 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Esc.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F.png new file mode 100644 index 0000000..1504aba Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F1.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F1.png new file mode 100644 index 0000000..4dae2fb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F1.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F10.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F10.png new file mode 100644 index 0000000..08e187a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F10.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F11.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F11.png new file mode 100644 index 0000000..a0d1945 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F11.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F12.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F12.png new file mode 100644 index 0000000..19c2344 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F12.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F2.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F2.png new file mode 100644 index 0000000..e50bcb8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F2.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F3.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F3.png new file mode 100644 index 0000000..c9feb57 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F3.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F4.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F4.png new file mode 100644 index 0000000..0b8f4f6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F4.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F5.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F5.png new file mode 100644 index 0000000..c74317f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F5.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F6.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F6.png new file mode 100644 index 0000000..cedfd8f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F6.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F7.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F7.png new file mode 100644 index 0000000..6337d82 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F7.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F8.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F8.png new file mode 100644 index 0000000..71ab492 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F8.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F9.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F9.png new file mode 100644 index 0000000..90e7071 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_F9.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_G.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_G.png new file mode 100644 index 0000000..f01c281 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_G.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_H.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_H.png new file mode 100644 index 0000000..37d9c6e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_H.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Home.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Home.png new file mode 100644 index 0000000..9044181 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Home.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_I.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_I.png new file mode 100644 index 0000000..adde071 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_I.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Insert.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Insert.png new file mode 100644 index 0000000..2682a11 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Insert.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_J.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_J.png new file mode 100644 index 0000000..7a3a3d7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_J.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_K.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_K.png new file mode 100644 index 0000000..92e5b38 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_K.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_L.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_L.png new file mode 100644 index 0000000..995e284 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_L.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_M.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_M.png new file mode 100644 index 0000000..f53cf50 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_M.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mark_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mark_Left.png new file mode 100644 index 0000000..6b7b865 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mark_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mark_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mark_Right.png new file mode 100644 index 0000000..defc71e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mark_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Minus.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Minus.png new file mode 100644 index 0000000..47d3bc1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Minus.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Left.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Left.png new file mode 100644 index 0000000..22983fa Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Left.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Middle.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Middle.png new file mode 100644 index 0000000..d3298c1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Middle.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Right.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Right.png new file mode 100644 index 0000000..8106df7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Right.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Simple.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Simple.png new file mode 100644 index 0000000..7891ea4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Mouse_Simple.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_N.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_N.png new file mode 100644 index 0000000..b24d7f6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_N.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Num_Lock.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Num_Lock.png new file mode 100644 index 0000000..98f5f29 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Num_Lock.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_O.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_O.png new file mode 100644 index 0000000..a59c477 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_O.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_P.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_P.png new file mode 100644 index 0000000..940e6ce Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_P.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Page_Down.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Page_Down.png new file mode 100644 index 0000000..d50f14a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Page_Down.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Page_Up.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Page_Up.png new file mode 100644 index 0000000..5a8ec85 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Page_Up.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Plus.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Plus.png new file mode 100644 index 0000000..29c4fdd Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Plus.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Plus_Tall.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Plus_Tall.png new file mode 100644 index 0000000..bdfedbe Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Plus_Tall.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Print_Screen.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Print_Screen.png new file mode 100644 index 0000000..10c7798 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Print_Screen.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Q.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Q.png new file mode 100644 index 0000000..38a2fa0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Q.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Question.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Question.png new file mode 100644 index 0000000..03ddf97 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Question.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Quote.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Quote.png new file mode 100644 index 0000000..fe43222 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Quote.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_R.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_R.png new file mode 100644 index 0000000..eda35ee Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_R.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_S.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_S.png new file mode 100644 index 0000000..0ca61d8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_S.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Semicolon.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Semicolon.png new file mode 100644 index 0000000..fcbd630 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Semicolon.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Shift.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Shift.png new file mode 100644 index 0000000..21c4f49 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Shift.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Shift_Alt.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Shift_Alt.png new file mode 100644 index 0000000..1ecfe49 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Shift_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Slash.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Slash.png new file mode 100644 index 0000000..e30ff0b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Slash.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Space.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Space.png new file mode 100644 index 0000000..1a2f0f6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Space.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_T.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_T.png new file mode 100644 index 0000000..a9d9767 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_T.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Tab.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Tab.png new file mode 100644 index 0000000..9b0534a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Tab.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Tilda.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Tilda.png new file mode 100644 index 0000000..1b9d057 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Tilda.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_U.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_U.png new file mode 100644 index 0000000..72c0edf Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_U.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_V.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_V.png new file mode 100644 index 0000000..181f8d7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_V.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_W.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_W.png new file mode 100644 index 0000000..7431ef2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_W.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Win.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Win.png new file mode 100644 index 0000000..70afb48 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Win.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_X.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_X.png new file mode 100644 index 0000000..25b9d33 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_X.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Y.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Y.png new file mode 100644 index 0000000..4702c2c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Y.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Z.png b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Z.png new file mode 100644 index 0000000..f6037a9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard _ Mouse/Light/Keyboard_White_Z.png differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Enter.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Enter.uasset new file mode 100644 index 0000000..03ad8b1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Enter.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Mouse.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Mouse.uasset new file mode 100644 index 0000000..73ac742 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Mouse.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Normal.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Normal.uasset new file mode 100644 index 0000000..59e3d3e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Normal.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Super_Wide.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Super_Wide.uasset new file mode 100644 index 0000000..bf91329 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Super_Wide.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Wide.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Wide.uasset new file mode 100644 index 0000000..4888ecf Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_Wide.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_tall.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_tall.uasset new file mode 100644 index 0000000..ab1eced Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_Black_tall.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Enter.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Enter.uasset new file mode 100644 index 0000000..1c39128 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Enter.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Mouse.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Mouse.uasset new file mode 100644 index 0000000..eb35afe Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Mouse.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Normal.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Normal.uasset new file mode 100644 index 0000000..bd58030 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Normal.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Super_Wide.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Super_Wide.uasset new file mode 100644 index 0000000..90dac6c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Super_Wide.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Tall.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Tall.uasset new file mode 100644 index 0000000..56f8be3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Tall.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Wide.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Wide.uasset new file mode 100644 index 0000000..449cfe0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Blanks/Blank_White_Wide.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_0.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_0.uasset new file mode 100644 index 0000000..21a4612 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_0.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_1.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_1.uasset new file mode 100644 index 0000000..cbe6597 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_1.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_10.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_10.uasset new file mode 100644 index 0000000..8e3257d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_10.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_11.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_11.uasset new file mode 100644 index 0000000..e842955 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_11.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_12.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_12.uasset new file mode 100644 index 0000000..347ac35 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_12.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_2.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_2.uasset new file mode 100644 index 0000000..16507a8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_2.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_3.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_3.uasset new file mode 100644 index 0000000..5d9d8f2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_3.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_4.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_4.uasset new file mode 100644 index 0000000..f3eece3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_4.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_5.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_5.uasset new file mode 100644 index 0000000..7964703 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_5.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_6.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_6.uasset new file mode 100644 index 0000000..e816d76 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_6.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_7.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_7.uasset new file mode 100644 index 0000000..405663f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_7.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_8.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_8.uasset new file mode 100644 index 0000000..f753540 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_8.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_9.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_9.uasset new file mode 100644 index 0000000..0c4bddb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_9.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_A.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_A.uasset new file mode 100644 index 0000000..47297b3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Alt.uasset new file mode 100644 index 0000000..776409e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Down.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Down.uasset new file mode 100644 index 0000000..c7d39c2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Left.uasset new file mode 100644 index 0000000..c3092a3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Right.uasset new file mode 100644 index 0000000..38d8d4d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Up.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Up.uasset new file mode 100644 index 0000000..43ba893 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Arrow_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Asterisk.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Asterisk.uasset new file mode 100644 index 0000000..e79e9b1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Asterisk.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_B.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_B.uasset new file mode 100644 index 0000000..505d632 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Backspace.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Backspace.uasset new file mode 100644 index 0000000..ee6b705 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Backspace.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Backspace_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Backspace_Alt.uasset new file mode 100644 index 0000000..80d199f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Backspace_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Bracket_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Bracket_Left.uasset new file mode 100644 index 0000000..552d5d2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Bracket_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Bracket_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Bracket_Right.uasset new file mode 100644 index 0000000..46a791d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Bracket_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_C.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_C.uasset new file mode 100644 index 0000000..1b18112 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_C.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Caps_Lock.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Caps_Lock.uasset new file mode 100644 index 0000000..491498a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Caps_Lock.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Command.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Command.uasset new file mode 100644 index 0000000..c8d4fdc Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Command.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Ctrl.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Ctrl.uasset new file mode 100644 index 0000000..efced51 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Ctrl.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_D.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_D.uasset new file mode 100644 index 0000000..fbc819a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_D.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Del.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Del.uasset new file mode 100644 index 0000000..985620e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Del.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_E.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_E.uasset new file mode 100644 index 0000000..783612f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_E.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_End.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_End.uasset new file mode 100644 index 0000000..dc46a48 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_End.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter.uasset new file mode 100644 index 0000000..2a34a39 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter_Alt.uasset new file mode 100644 index 0000000..542b166 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter_Tall.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter_Tall.uasset new file mode 100644 index 0000000..d235a0e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Enter_Tall.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Esc.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Esc.uasset new file mode 100644 index 0000000..bc489c3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Esc.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F.uasset new file mode 100644 index 0000000..c64d629 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F1.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F1.uasset new file mode 100644 index 0000000..3b2964d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F1.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F10.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F10.uasset new file mode 100644 index 0000000..65c3494 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F10.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F11.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F11.uasset new file mode 100644 index 0000000..fc4be9f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F11.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F12.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F12.uasset new file mode 100644 index 0000000..2bcf29e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F12.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F2.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F2.uasset new file mode 100644 index 0000000..2752a15 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F2.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F3.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F3.uasset new file mode 100644 index 0000000..ad61f99 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F3.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F4.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F4.uasset new file mode 100644 index 0000000..d063da9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F4.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F5.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F5.uasset new file mode 100644 index 0000000..aced47e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F5.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F6.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F6.uasset new file mode 100644 index 0000000..f506e65 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F6.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F7.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F7.uasset new file mode 100644 index 0000000..f08699a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F7.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F8.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F8.uasset new file mode 100644 index 0000000..d9c6249 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F8.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F9.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F9.uasset new file mode 100644 index 0000000..829da9a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_F9.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_G.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_G.uasset new file mode 100644 index 0000000..8b7f75c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_G.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_H.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_H.uasset new file mode 100644 index 0000000..257f6df Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_H.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Home.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Home.uasset new file mode 100644 index 0000000..6aabce4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Home.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_I.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_I.uasset new file mode 100644 index 0000000..8f1371d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_I.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Insert.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Insert.uasset new file mode 100644 index 0000000..7a413af Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Insert.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_J.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_J.uasset new file mode 100644 index 0000000..d28adb2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_J.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_K.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_K.uasset new file mode 100644 index 0000000..181396d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_K.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_L.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_L.uasset new file mode 100644 index 0000000..bc5146a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_L.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_M.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_M.uasset new file mode 100644 index 0000000..a07531a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_M.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mark_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mark_Left.uasset new file mode 100644 index 0000000..48c48ea Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mark_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mark_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mark_Right.uasset new file mode 100644 index 0000000..500acf8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mark_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Minus.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Minus.uasset new file mode 100644 index 0000000..818894c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Minus.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Left.uasset new file mode 100644 index 0000000..ad840fb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Middle.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Middle.uasset new file mode 100644 index 0000000..fd9f874 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Middle.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Right.uasset new file mode 100644 index 0000000..7b6392b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Simple.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Simple.uasset new file mode 100644 index 0000000..c709a60 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Mouse_Simple.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_N.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_N.uasset new file mode 100644 index 0000000..fb6ffdc Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_N.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Num_Lock.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Num_Lock.uasset new file mode 100644 index 0000000..90bc08a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Num_Lock.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_O.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_O.uasset new file mode 100644 index 0000000..786d563 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_O.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_P.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_P.uasset new file mode 100644 index 0000000..26b65f6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_P.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Page_Down.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Page_Down.uasset new file mode 100644 index 0000000..e9ec620 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Page_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Page_Up.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Page_Up.uasset new file mode 100644 index 0000000..2950415 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Page_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Plus.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Plus.uasset new file mode 100644 index 0000000..6117b2d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Plus.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Plus_Tall.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Plus_Tall.uasset new file mode 100644 index 0000000..b7d18e8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Plus_Tall.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Print_Screen.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Print_Screen.uasset new file mode 100644 index 0000000..628e37d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Print_Screen.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Q.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Q.uasset new file mode 100644 index 0000000..5af72ca Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Q.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Question.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Question.uasset new file mode 100644 index 0000000..ded0864 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Question.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Quote.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Quote.uasset new file mode 100644 index 0000000..b277be6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Quote.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_R.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_R.uasset new file mode 100644 index 0000000..3fede61 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_R.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_S.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_S.uasset new file mode 100644 index 0000000..5ece8ec Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_S.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Semicolon.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Semicolon.uasset new file mode 100644 index 0000000..acbb226 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Semicolon.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Shift.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Shift.uasset new file mode 100644 index 0000000..241e197 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Shift.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Shift_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Shift_Alt.uasset new file mode 100644 index 0000000..32e4494 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Shift_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Slash.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Slash.uasset new file mode 100644 index 0000000..0957915 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Slash.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Space.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Space.uasset new file mode 100644 index 0000000..7d9edfc Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Space.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_T.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_T.uasset new file mode 100644 index 0000000..af08c62 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_T.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Tab.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Tab.uasset new file mode 100644 index 0000000..61ecf27 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Tab.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Tilda.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Tilda.uasset new file mode 100644 index 0000000..c38b305 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Tilda.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_U.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_U.uasset new file mode 100644 index 0000000..c555664 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_U.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_V.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_V.uasset new file mode 100644 index 0000000..dd63514 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_V.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_W.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_W.uasset new file mode 100644 index 0000000..97c7642 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_W.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Win.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Win.uasset new file mode 100644 index 0000000..8107c1a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Win.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_X.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_X.uasset new file mode 100644 index 0000000..8d39f04 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Y.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Y.uasset new file mode 100644 index 0000000..d004631 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Z.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Z.uasset new file mode 100644 index 0000000..b4c1348 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Dark/Keyboard_Black_Z.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_0.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_0.uasset new file mode 100644 index 0000000..54c85fe Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_0.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_1.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_1.uasset new file mode 100644 index 0000000..4e40a10 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_1.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_10.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_10.uasset new file mode 100644 index 0000000..3c4e91d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_10.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_11.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_11.uasset new file mode 100644 index 0000000..0cbc893 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_11.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_12.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_12.uasset new file mode 100644 index 0000000..0dcf9c5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_12.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_2.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_2.uasset new file mode 100644 index 0000000..24e78c4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_2.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_3.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_3.uasset new file mode 100644 index 0000000..faab9d8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_3.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_4.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_4.uasset new file mode 100644 index 0000000..a5d3a38 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_4.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_5.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_5.uasset new file mode 100644 index 0000000..bae500a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_5.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_6.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_6.uasset new file mode 100644 index 0000000..8d9f687 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_6.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_7.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_7.uasset new file mode 100644 index 0000000..95e7969 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_7.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_8.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_8.uasset new file mode 100644 index 0000000..cd115e7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_8.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_9.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_9.uasset new file mode 100644 index 0000000..8ec4d5b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_9.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_A.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_A.uasset new file mode 100644 index 0000000..632860e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Alt.uasset new file mode 100644 index 0000000..7a55c74 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Down.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Down.uasset new file mode 100644 index 0000000..d5794d9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Left.uasset new file mode 100644 index 0000000..42447d4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Right.uasset new file mode 100644 index 0000000..b3bb18a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Up.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Up.uasset new file mode 100644 index 0000000..9bbde2f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Arrow_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Asterisk.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Asterisk.uasset new file mode 100644 index 0000000..10711e6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Asterisk.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_B.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_B.uasset new file mode 100644 index 0000000..231d8e8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Backspace.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Backspace.uasset new file mode 100644 index 0000000..3eaf711 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Backspace.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Backspace_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Backspace_Alt.uasset new file mode 100644 index 0000000..72cb8c7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Backspace_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Bracket_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Bracket_Left.uasset new file mode 100644 index 0000000..1acba95 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Bracket_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Bracket_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Bracket_Right.uasset new file mode 100644 index 0000000..a416b29 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Bracket_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_C.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_C.uasset new file mode 100644 index 0000000..2a0798f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_C.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Caps_Lock.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Caps_Lock.uasset new file mode 100644 index 0000000..0c8a3ec Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Caps_Lock.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Command.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Command.uasset new file mode 100644 index 0000000..12b15e7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Command.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Ctrl.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Ctrl.uasset new file mode 100644 index 0000000..8e54cd5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Ctrl.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_D.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_D.uasset new file mode 100644 index 0000000..d955b9c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_D.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Del.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Del.uasset new file mode 100644 index 0000000..2ea2864 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Del.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_E.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_E.uasset new file mode 100644 index 0000000..76e0a83 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_E.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_End.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_End.uasset new file mode 100644 index 0000000..6020b92 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_End.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter.uasset new file mode 100644 index 0000000..7abc91f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter_Alt.uasset new file mode 100644 index 0000000..6875bae Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter_Tall.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter_Tall.uasset new file mode 100644 index 0000000..f2697bf Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Enter_Tall.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Esc.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Esc.uasset new file mode 100644 index 0000000..71e900a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Esc.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F.uasset new file mode 100644 index 0000000..c9e59ef Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F1.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F1.uasset new file mode 100644 index 0000000..2c60e4b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F1.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F10.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F10.uasset new file mode 100644 index 0000000..fdb46b6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F10.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F11.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F11.uasset new file mode 100644 index 0000000..4e9d557 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F11.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F12.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F12.uasset new file mode 100644 index 0000000..b83f304 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F12.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F2.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F2.uasset new file mode 100644 index 0000000..fb5e302 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F2.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F3.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F3.uasset new file mode 100644 index 0000000..5734d9e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F3.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F4.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F4.uasset new file mode 100644 index 0000000..a539736 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F4.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F5.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F5.uasset new file mode 100644 index 0000000..28c1e0e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F5.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F6.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F6.uasset new file mode 100644 index 0000000..3eebcfd Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F6.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F7.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F7.uasset new file mode 100644 index 0000000..71675aa Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F7.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F8.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F8.uasset new file mode 100644 index 0000000..85742cf Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F8.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F9.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F9.uasset new file mode 100644 index 0000000..47e02a0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_F9.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_G.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_G.uasset new file mode 100644 index 0000000..1850e09 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_G.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_H.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_H.uasset new file mode 100644 index 0000000..bb35cd3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_H.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Home.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Home.uasset new file mode 100644 index 0000000..9854d9e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Home.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_I.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_I.uasset new file mode 100644 index 0000000..72fa501 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_I.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Insert.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Insert.uasset new file mode 100644 index 0000000..ec67575 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Insert.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_J.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_J.uasset new file mode 100644 index 0000000..246cfbb Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_J.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_K.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_K.uasset new file mode 100644 index 0000000..d1a0db1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_K.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_L.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_L.uasset new file mode 100644 index 0000000..46a0616 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_L.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_M.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_M.uasset new file mode 100644 index 0000000..860058b Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_M.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mark_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mark_Left.uasset new file mode 100644 index 0000000..84f0820 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mark_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mark_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mark_Right.uasset new file mode 100644 index 0000000..3c67ebd Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mark_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Minus.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Minus.uasset new file mode 100644 index 0000000..3c6e345 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Minus.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Left.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Left.uasset new file mode 100644 index 0000000..5b2b2b8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Middle.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Middle.uasset new file mode 100644 index 0000000..9a0823d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Middle.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Right.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Right.uasset new file mode 100644 index 0000000..77184e8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Simple.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Simple.uasset new file mode 100644 index 0000000..621f2b1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Mouse_Simple.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_N.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_N.uasset new file mode 100644 index 0000000..03c7a50 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_N.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Num_Lock.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Num_Lock.uasset new file mode 100644 index 0000000..eb5b222 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Num_Lock.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_O.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_O.uasset new file mode 100644 index 0000000..7bad986 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_O.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_P.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_P.uasset new file mode 100644 index 0000000..f538fba Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_P.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Page_Down.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Page_Down.uasset new file mode 100644 index 0000000..5a8c02d Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Page_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Page_Up.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Page_Up.uasset new file mode 100644 index 0000000..4455d46 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Page_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Plus.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Plus.uasset new file mode 100644 index 0000000..40e406e Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Plus.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Plus_Tall.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Plus_Tall.uasset new file mode 100644 index 0000000..afc7aa7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Plus_Tall.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Print_Screen.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Print_Screen.uasset new file mode 100644 index 0000000..3f5251c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Print_Screen.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Q.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Q.uasset new file mode 100644 index 0000000..e0ed041 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Q.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Question.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Question.uasset new file mode 100644 index 0000000..b24b3dc Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Question.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Quote.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Quote.uasset new file mode 100644 index 0000000..45df039 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Quote.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_R.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_R.uasset new file mode 100644 index 0000000..2bc375a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_R.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_S.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_S.uasset new file mode 100644 index 0000000..887a83c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_S.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Semicolon.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Semicolon.uasset new file mode 100644 index 0000000..d7a2c37 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Semicolon.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Shift.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Shift.uasset new file mode 100644 index 0000000..ab2f642 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Shift.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Shift_Alt.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Shift_Alt.uasset new file mode 100644 index 0000000..f5ca322 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Shift_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Slash.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Slash.uasset new file mode 100644 index 0000000..87634c4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Slash.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Space.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Space.uasset new file mode 100644 index 0000000..e122103 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Space.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_T.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_T.uasset new file mode 100644 index 0000000..c700daf Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_T.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Tab.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Tab.uasset new file mode 100644 index 0000000..921df50 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Tab.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Tilda.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Tilda.uasset new file mode 100644 index 0000000..a6866ec Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Tilda.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_U.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_U.uasset new file mode 100644 index 0000000..98d41b7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_U.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_V.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_V.uasset new file mode 100644 index 0000000..07e1fb1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_V.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_W.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_W.uasset new file mode 100644 index 0000000..79ef00c Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_W.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Win.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Win.uasset new file mode 100644 index 0000000..d39112a Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Win.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_X.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_X.uasset new file mode 100644 index 0000000..4302a20 Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Y.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Y.uasset new file mode 100644 index 0000000..1c8ed6f Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Z.uasset b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Z.uasset new file mode 100644 index 0000000..07449de Binary files /dev/null and b/Content/ControllerIcons_Pack/Keyboard___Mouse/Light/Keyboard_White_Z.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_1.png b/Content/ControllerIcons_Pack/Logitech/Logitech_1.png new file mode 100644 index 0000000..5460545 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_1.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_1.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_1.uasset new file mode 100644 index 0000000..7e5d51a Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_1.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_10.png b/Content/ControllerIcons_Pack/Logitech/Logitech_10.png new file mode 100644 index 0000000..478f44b Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_10.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_10.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_10.uasset new file mode 100644 index 0000000..c62ecfd Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_10.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_10_Alt.png b/Content/ControllerIcons_Pack/Logitech/Logitech_10_Alt.png new file mode 100644 index 0000000..b521370 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_10_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_10_Alt.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_10_Alt.uasset new file mode 100644 index 0000000..fc4836b Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_10_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_2.png b/Content/ControllerIcons_Pack/Logitech/Logitech_2.png new file mode 100644 index 0000000..dff7ed3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_2.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_2.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_2.uasset new file mode 100644 index 0000000..a250ed1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_2.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_3.png b/Content/ControllerIcons_Pack/Logitech/Logitech_3.png new file mode 100644 index 0000000..59604df Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_3.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_3.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_3.uasset new file mode 100644 index 0000000..a4475e4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_3.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_4.png b/Content/ControllerIcons_Pack/Logitech/Logitech_4.png new file mode 100644 index 0000000..d44a294 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_4.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_4.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_4.uasset new file mode 100644 index 0000000..325d428 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_4.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_5.png b/Content/ControllerIcons_Pack/Logitech/Logitech_5.png new file mode 100644 index 0000000..030dddd Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_5.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_5.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_5.uasset new file mode 100644 index 0000000..f94ba86 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_5.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_6.png b/Content/ControllerIcons_Pack/Logitech/Logitech_6.png new file mode 100644 index 0000000..c3524cf Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_6.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_6.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_6.uasset new file mode 100644 index 0000000..50d1975 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_6.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_7.png b/Content/ControllerIcons_Pack/Logitech/Logitech_7.png new file mode 100644 index 0000000..4e6e0fa Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_7.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_7.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_7.uasset new file mode 100644 index 0000000..2177a77 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_7.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_8.png b/Content/ControllerIcons_Pack/Logitech/Logitech_8.png new file mode 100644 index 0000000..fcd46b0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_8.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_8.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_8.uasset new file mode 100644 index 0000000..8affb49 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_8.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_9.png b/Content/ControllerIcons_Pack/Logitech/Logitech_9.png new file mode 100644 index 0000000..bfc6b9a Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_9.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_9.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_9.uasset new file mode 100644 index 0000000..e1cb3fa Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_9.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_9_Alt.png b/Content/ControllerIcons_Pack/Logitech/Logitech_9_Alt.png new file mode 100644 index 0000000..89ac1b7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_9_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_9_Alt.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_9_Alt.uasset new file mode 100644 index 0000000..8bab109 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_9_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad.png new file mode 100644 index 0000000..c74806b Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad.uasset new file mode 100644 index 0000000..b1e661c Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Down.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Down.png new file mode 100644 index 0000000..201f8ba Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Down.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Down.uasset new file mode 100644 index 0000000..d5467a8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Left.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Left.png new file mode 100644 index 0000000..9415d90 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Left.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Left.uasset new file mode 100644 index 0000000..e991dd6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Right.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Right.png new file mode 100644 index 0000000..5869480 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Right.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Right.uasset new file mode 100644 index 0000000..d7ea5b8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Up.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Up.png new file mode 100644 index 0000000..b4fac4a Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Up.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Up.uasset new file mode 100644 index 0000000..23a0b64 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick.png new file mode 100644 index 0000000..e80a1b2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick.uasset new file mode 100644 index 0000000..865dba9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Down.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Down.png new file mode 100644 index 0000000..e68f99f Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Down.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Down.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Down.uasset new file mode 100644 index 0000000..69b2fbc Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Left.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Left.png new file mode 100644 index 0000000..d018a85 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Left.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Left.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Left.uasset new file mode 100644 index 0000000..af12796 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Right.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Right.png new file mode 100644 index 0000000..a2c6979 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Right.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Right.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Right.uasset new file mode 100644 index 0000000..53dcd49 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Up.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Up.png new file mode 100644 index 0000000..4728cc3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Up.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Up.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Up.uasset new file mode 100644 index 0000000..de04a36 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Left_Stick_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick.png new file mode 100644 index 0000000..524e383 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick.uasset new file mode 100644 index 0000000..52f4b1e Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Down.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Down.png new file mode 100644 index 0000000..cbe22f8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Down.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Down.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Down.uasset new file mode 100644 index 0000000..f981453 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Left.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Left.png new file mode 100644 index 0000000..fe5e665 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Left.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Left.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Left.uasset new file mode 100644 index 0000000..6853fa7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Right.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Right.png new file mode 100644 index 0000000..81f808e Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Right.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Right.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Right.uasset new file mode 100644 index 0000000..a138b5c Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Up.png b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Up.png new file mode 100644 index 0000000..66a63b8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Up.png differ diff --git a/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Up.uasset b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Up.uasset new file mode 100644 index 0000000..4c0a698 Binary files /dev/null and b/Content/ControllerIcons_Pack/Logitech/Logitech_Right_Stick_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_A.png b/Content/ControllerIcons_Pack/Oculus/Oculus_A.png new file mode 100644 index 0000000..0d6afde Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_A.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_A.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_A.uasset new file mode 100644 index 0000000..50ec276 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_B.png b/Content/ControllerIcons_Pack/Oculus/Oculus_B.png new file mode 100644 index 0000000..33a7abd Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_B.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_B.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_B.uasset new file mode 100644 index 0000000..e1242e8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Grab_Blank.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Grab_Blank.png new file mode 100644 index 0000000..5454dbd Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Grab_Blank.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Grab_Blank.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Grab_Blank.uasset new file mode 100644 index 0000000..d47f526 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Grab_Blank.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_LT.png b/Content/ControllerIcons_Pack/Oculus/Oculus_LT.png new file mode 100644 index 0000000..3b40a06 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_LT.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_LT.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_LT.uasset new file mode 100644 index 0000000..7c03842 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_LT.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Grab.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Grab.png new file mode 100644 index 0000000..9173e53 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Grab.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Grab.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Grab.uasset new file mode 100644 index 0000000..3d85172 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Grab.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Stick.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Stick.png new file mode 100644 index 0000000..a7f0162 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Stick.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Stick.uasset new file mode 100644 index 0000000..41fb5a6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_RT.png b/Content/ControllerIcons_Pack/Oculus/Oculus_RT.png new file mode 100644 index 0000000..4243565 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_RT.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_RT.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_RT.uasset new file mode 100644 index 0000000..6a4e34f Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_RT.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Grab.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Grab.png new file mode 100644 index 0000000..8c7d9a6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Grab.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Grab.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Grab.uasset new file mode 100644 index 0000000..693fd6f Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Grab.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Stick.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Stick.png new file mode 100644 index 0000000..2e7cc9f Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Stick.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Stick.uasset new file mode 100644 index 0000000..6717e17 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Left.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Left.png new file mode 100644 index 0000000..407f9e4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Left.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Left.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Left.uasset new file mode 100644 index 0000000..5228e9d Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Right.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Right.png new file mode 100644 index 0000000..285e1ce Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Right.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Right.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Right.uasset new file mode 100644 index 0000000..a31a9ac Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Touch_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Trigger_Blank.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Trigger_Blank.png new file mode 100644 index 0000000..408f462 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Trigger_Blank.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Trigger_Blank.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Trigger_Blank.uasset new file mode 100644 index 0000000..9cfa2cc Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Trigger_Blank.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_X.png b/Content/ControllerIcons_Pack/Oculus/Oculus_X.png new file mode 100644 index 0000000..c0d07b3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_X.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_X.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_X.uasset new file mode 100644 index 0000000..9a61017 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Y.png b/Content/ControllerIcons_Pack/Oculus/Oculus_Y.png new file mode 100644 index 0000000..51227c1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Y.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Oculus_Y.uasset b/Content/ControllerIcons_Pack/Oculus/Oculus_Y.uasset new file mode 100644 index 0000000..3a400c1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Oculus_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Back.png b/Content/ControllerIcons_Pack/Oculus/Remote_Back.png new file mode 100644 index 0000000..34e13d9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Back.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Back.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Back.uasset new file mode 100644 index 0000000..3c5de03 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Back.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle.png new file mode 100644 index 0000000..3954701 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle.uasset new file mode 100644 index 0000000..423c69e Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Down.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Down.png new file mode 100644 index 0000000..9f54536 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Down.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Down.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Down.uasset new file mode 100644 index 0000000..cb06c0b Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Inner.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Inner.png new file mode 100644 index 0000000..06da382 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Inner.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Inner.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Inner.uasset new file mode 100644 index 0000000..c763882 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Inner.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Left.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Left.png new file mode 100644 index 0000000..ec4f5b9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Left.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Left.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Left.uasset new file mode 100644 index 0000000..4484826 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Outter.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Outter.png new file mode 100644 index 0000000..87bb50b Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Outter.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Outter.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Outter.uasset new file mode 100644 index 0000000..d49ad45 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Outter.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Right.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Right.png new file mode 100644 index 0000000..2d85ba6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Right.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Right.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Right.uasset new file mode 100644 index 0000000..688465d Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Left.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Left.png new file mode 100644 index 0000000..aca22c7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Left.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Left.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Left.uasset new file mode 100644 index 0000000..400edc7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Right.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Right.png new file mode 100644 index 0000000..460ffe9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Right.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Right.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Right.uasset new file mode 100644 index 0000000..710c905 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Scroll_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Up.png b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Up.png new file mode 100644 index 0000000..ae464b7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Up.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Up.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Up.uasset new file mode 100644 index 0000000..bb69a53 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Circle_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Icon.png b/Content/ControllerIcons_Pack/Oculus/Remote_Icon.png new file mode 100644 index 0000000..4e4b9c4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Icon.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Icon.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Icon.uasset new file mode 100644 index 0000000..60f2096 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Icon.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Minus.png b/Content/ControllerIcons_Pack/Oculus/Remote_Minus.png new file mode 100644 index 0000000..9d8701a Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Minus.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Minus.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Minus.uasset new file mode 100644 index 0000000..20fd28b Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Minus.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Plus.png b/Content/ControllerIcons_Pack/Oculus/Remote_Plus.png new file mode 100644 index 0000000..fd5d82f Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Plus.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_Plus.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_Plus.uasset new file mode 100644 index 0000000..009c717 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_Plus.uasset differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_System.png b/Content/ControllerIcons_Pack/Oculus/Remote_System.png new file mode 100644 index 0000000..8ce8bdd Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_System.png differ diff --git a/Content/ControllerIcons_Pack/Oculus/Remote_System.uasset b/Content/ControllerIcons_Pack/Oculus/Remote_System.uasset new file mode 100644 index 0000000..f06d953 Binary files /dev/null and b/Content/ControllerIcons_Pack/Oculus/Remote_System.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Controller_Disconnected.png b/Content/ControllerIcons_Pack/Others/Controller_Disconnected.png new file mode 100644 index 0000000..6c93def Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Controller_Disconnected.png differ diff --git a/Content/ControllerIcons_Pack/Others/Controller_Disconnected.uasset b/Content/ControllerIcons_Pack/Others/Controller_Disconnected.uasset new file mode 100644 index 0000000..71d7cc9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Controller_Disconnected.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Cross.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Cross.png new file mode 100644 index 0000000..32610dd Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Cross.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Cross.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Cross.uasset new file mode 100644 index 0000000..09013c7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Cross.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Diagonal.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Diagonal.png new file mode 100644 index 0000000..6343f7d Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Diagonal.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Diagonal.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Diagonal.uasset new file mode 100644 index 0000000..011de34 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Diagonal.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Full_Circle.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Full_Circle.png new file mode 100644 index 0000000..b468931 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Full_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Full_Circle.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Full_Circle.uasset new file mode 100644 index 0000000..ec09a04 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Full_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Half_Circle.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Half_Circle.png new file mode 100644 index 0000000..3923044 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Half_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Half_Circle.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Half_Circle.uasset new file mode 100644 index 0000000..bb356ac Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Half_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Horizontal.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Horizontal.png new file mode 100644 index 0000000..7cfd486 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Horizontal.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Horizontal.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Horizontal.uasset new file mode 100644 index 0000000..3453f12 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Horizontal.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Quarter_Circle.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Quarter_Circle.png new file mode 100644 index 0000000..10f8b78 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Quarter_Circle.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Quarter_Circle.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Quarter_Circle.uasset new file mode 100644 index 0000000..c4d89e8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Quarter_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Sides.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Sides.png new file mode 100644 index 0000000..7cfd486 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Sides.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Sides.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Sides.uasset new file mode 100644 index 0000000..5fdc61d Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Sides.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Straight.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Straight.png new file mode 100644 index 0000000..f727cf9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Straight.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Straight.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Straight.uasset new file mode 100644 index 0000000..538dc66 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Straight.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Vertical.png b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Vertical.png new file mode 100644 index 0000000..f616a99 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Vertical.png differ diff --git a/Content/ControllerIcons_Pack/Others/Directional_Arrow_Vertical.uasset b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Vertical.uasset new file mode 100644 index 0000000..5dd8c0d Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Directional_Arrow_Vertical.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero.png new file mode 100644 index 0000000..f2109d6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero.uasset new file mode 100644 index 0000000..7e7fd56 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_A.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_A.png new file mode 100644 index 0000000..e7c115c Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_A.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_A.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_A.uasset new file mode 100644 index 0000000..a3af002 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_B.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_B.png new file mode 100644 index 0000000..1bdf65a Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_B.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_B.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_B.uasset new file mode 100644 index 0000000..7dbcc88 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad.png new file mode 100644 index 0000000..9c04c85 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad.uasset new file mode 100644 index 0000000..d75e852 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Down.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Down.png new file mode 100644 index 0000000..530450f Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Down.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Down.uasset new file mode 100644 index 0000000..c45a5b2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Left.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Left.png new file mode 100644 index 0000000..af69c93 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Left.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Left.uasset new file mode 100644 index 0000000..21469fb Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Right.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Right.png new file mode 100644 index 0000000..a72a446 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Right.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Right.uasset new file mode 100644 index 0000000..fde5f0b Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Up.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Up.png new file mode 100644 index 0000000..6eefbad Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Up.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Up.uasset new file mode 100644 index 0000000..e4b3964 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Joystick.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Joystick.png new file mode 100644 index 0000000..793f7c1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Joystick.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Joystick.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Joystick.uasset new file mode 100644 index 0000000..0667a07 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Joystick.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_L.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_L.png new file mode 100644 index 0000000..5df3a70 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_L.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_L.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_L.uasset new file mode 100644 index 0000000..200ac42 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_L.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Power.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Power.png new file mode 100644 index 0000000..96a2464 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Power.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Power.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Power.uasset new file mode 100644 index 0000000..d8b8409 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Power.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_R.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_R.png new file mode 100644 index 0000000..bede8c8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_R.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_R.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_R.uasset new file mode 100644 index 0000000..09247f1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_R.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Select.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Select.png new file mode 100644 index 0000000..79fa40b Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Select.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Select.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Select.uasset new file mode 100644 index 0000000..dbae6d2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Select.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Start.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Start.png new file mode 100644 index 0000000..b5239cb Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Start.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Start.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Start.uasset new file mode 100644 index 0000000..5f6b96c Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Start.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_X.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_X.png new file mode 100644 index 0000000..98d73ff Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_X.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_X.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_X.uasset new file mode 100644 index 0000000..54dd37a Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Y.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Y.png new file mode 100644 index 0000000..da88207 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Y.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Y.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Y.uasset new file mode 100644 index 0000000..488b626 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/GCW-Zero_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/Preview.png b/Content/ControllerIcons_Pack/Others/GCW-Zero/Preview.png new file mode 100644 index 0000000..c3744b4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/Preview.png differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/Preview.uasset b/Content/ControllerIcons_Pack/Others/GCW-Zero/Preview.uasset new file mode 100644 index 0000000..52828b5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/Preview.uasset differ diff --git a/Content/ControllerIcons_Pack/Others/GCW-Zero/Vector Source.fla b/Content/ControllerIcons_Pack/Others/GCW-Zero/Vector Source.fla new file mode 100644 index 0000000..c4d1047 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/GCW-Zero/Vector Source.fla differ diff --git a/Content/ControllerIcons_Pack/Others/Preview.fla b/Content/ControllerIcons_Pack/Others/Preview.fla new file mode 100644 index 0000000..25d0427 Binary files /dev/null and b/Content/ControllerIcons_Pack/Others/Preview.fla differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_A.png b/Content/ControllerIcons_Pack/Ouya/Ouya_A.png new file mode 100644 index 0000000..5fcbb44 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_A.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_A.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_A.uasset new file mode 100644 index 0000000..4c3324b Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad.png new file mode 100644 index 0000000..0ced97a Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad.uasset new file mode 100644 index 0000000..54e3e60 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Down.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Down.png new file mode 100644 index 0000000..6b295ac Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Down.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Down.uasset new file mode 100644 index 0000000..5c70c05 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Left.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Left.png new file mode 100644 index 0000000..533e42a Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Left.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Left.uasset new file mode 100644 index 0000000..3785b65 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Right.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Right.png new file mode 100644 index 0000000..1b3d9ae Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Right.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Right.uasset new file mode 100644 index 0000000..0d94fe0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Up.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Up.png new file mode 100644 index 0000000..70ea26e Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Up.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Up.uasset new file mode 100644 index 0000000..8cc0de3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_L1.png b/Content/ControllerIcons_Pack/Ouya/Ouya_L1.png new file mode 100644 index 0000000..2b20073 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_L1.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_L1.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_L1.uasset new file mode 100644 index 0000000..8c37a13 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_L1.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_L2.png b/Content/ControllerIcons_Pack/Ouya/Ouya_L2.png new file mode 100644 index 0000000..6234c1e Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_L2.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_L2.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_L2.uasset new file mode 100644 index 0000000..9092e04 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_L2.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Left_Stick.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Left_Stick.png new file mode 100644 index 0000000..631dad6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Left_Stick.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Left_Stick.uasset new file mode 100644 index 0000000..f6a358b Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Menu.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Menu.png new file mode 100644 index 0000000..b2eef11 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Menu.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Menu.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Menu.uasset new file mode 100644 index 0000000..d4df8c2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Menu.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_O.png b/Content/ControllerIcons_Pack/Ouya/Ouya_O.png new file mode 100644 index 0000000..e96a62c Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_O.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_O.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_O.uasset new file mode 100644 index 0000000..13c8324 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_O.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_R1.png b/Content/ControllerIcons_Pack/Ouya/Ouya_R1.png new file mode 100644 index 0000000..5e8f924 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_R1.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_R1.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_R1.uasset new file mode 100644 index 0000000..fb72cc1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_R1.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_R2.png b/Content/ControllerIcons_Pack/Ouya/Ouya_R2.png new file mode 100644 index 0000000..55db1c7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_R2.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_R2.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_R2.uasset new file mode 100644 index 0000000..b2c83bd Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_R2.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Right_Stick.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Right_Stick.png new file mode 100644 index 0000000..c46c748 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Right_Stick.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Right_Stick.uasset new file mode 100644 index 0000000..72b89a7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Touch.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Touch.png new file mode 100644 index 0000000..2df0e46 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Touch.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Touch.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Touch.uasset new file mode 100644 index 0000000..8598019 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Touch.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_U.png b/Content/ControllerIcons_Pack/Ouya/Ouya_U.png new file mode 100644 index 0000000..c90ca2d Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_U.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_U.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_U.uasset new file mode 100644 index 0000000..b70632e Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_U.uasset differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Y.png b/Content/ControllerIcons_Pack/Ouya/Ouya_Y.png new file mode 100644 index 0000000..c0a08e0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Y.png differ diff --git a/Content/ControllerIcons_Pack/Ouya/Ouya_Y.uasset b/Content/ControllerIcons_Pack/Ouya/Ouya_Y.uasset new file mode 100644 index 0000000..4a6dfa4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Ouya/Ouya_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Circle.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Circle.png new file mode 100644 index 0000000..10dd9b0 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Circle.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Controller_Stick.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Controller_Stick.png new file mode 100644 index 0000000..344a65f Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Controller_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Controller_Wand.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Controller_Wand.png new file mode 100644 index 0000000..0ed87c3 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Controller_Wand.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Controllers.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Controllers.png new file mode 100644 index 0000000..94c8c67 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Controllers.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Cross.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Cross.png new file mode 100644 index 0000000..73a42a7 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Cross.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_LT.png b/Content/ControllerIcons_Pack/PS Move/PSMove_LT.png new file mode 100644 index 0000000..05c0c85 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_LT.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Left_Stick.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Left_Stick.png new file mode 100644 index 0000000..61b6330 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Move.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Move.png new file mode 100644 index 0000000..25d1f8d Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Move.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_RT.png b/Content/ControllerIcons_Pack/PS Move/PSMove_RT.png new file mode 100644 index 0000000..c2a8470 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_RT.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Select.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Select.png new file mode 100644 index 0000000..e83731c Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Select.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Square.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Square.png new file mode 100644 index 0000000..3ad1286 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Square.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Start.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Start.png new file mode 100644 index 0000000..ba0ef22 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Start.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_T.png b/Content/ControllerIcons_Pack/PS Move/PSMove_T.png new file mode 100644 index 0000000..a32a946 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_T.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Triangle.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Triangle.png new file mode 100644 index 0000000..9dcdbba Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Triangle.png differ diff --git a/Content/ControllerIcons_Pack/PS Move/PSMove_Trigger_Blank.png b/Content/ControllerIcons_Pack/PS Move/PSMove_Trigger_Blank.png new file mode 100644 index 0000000..30678a1 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Move/PSMove_Trigger_Blank.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Bumper_Right.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Bumper_Right.png new file mode 100644 index 0000000..012d000 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Bumper_Right.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Bumpter_Left.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Bumpter_Left.png new file mode 100644 index 0000000..fb26d2c Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Bumpter_Left.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Circle.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Circle.png new file mode 100644 index 0000000..281fbe1 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Circle.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Cross.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Cross.png new file mode 100644 index 0000000..b7082f2 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Cross.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad.png new file mode 100644 index 0000000..70a8a41 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Down.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Down.png new file mode 100644 index 0000000..e4f5d2e Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Left.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Left.png new file mode 100644 index 0000000..ead8c19 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Right.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Right.png new file mode 100644 index 0000000..dbd9e93 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Up.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Up.png new file mode 100644 index 0000000..53a65f4 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Left_Stick.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Left_Stick.png new file mode 100644 index 0000000..4f97f57 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Minus.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Minus.png new file mode 100644 index 0000000..b6319ba Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Minus.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Plus.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Plus.png new file mode 100644 index 0000000..1a0efd0 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Plus.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Power.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Power.png new file mode 100644 index 0000000..d4ca3ef Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Power.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Right_Stick.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Right_Stick.png new file mode 100644 index 0000000..3a99355 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Select.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Select.png new file mode 100644 index 0000000..ccb43ca Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Select.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Square.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Square.png new file mode 100644 index 0000000..1c834a2 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Square.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Start.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Start.png new file mode 100644 index 0000000..8c6c1a8 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Start.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Touch_Pad.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Touch_Pad.png new file mode 100644 index 0000000..7c3e261 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Touch_Pad.png differ diff --git a/Content/ControllerIcons_Pack/PS Vita/Vita_Triangle.png b/Content/ControllerIcons_Pack/PS Vita/Vita_Triangle.png new file mode 100644 index 0000000..152e25b Binary files /dev/null and b/Content/ControllerIcons_Pack/PS Vita/Vita_Triangle.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Circle.png b/Content/ControllerIcons_Pack/PS3/PS3_Circle.png new file mode 100644 index 0000000..10dd9b0 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Circle.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Circle.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Circle.uasset new file mode 100644 index 0000000..9141f60 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Cross.png b/Content/ControllerIcons_Pack/PS3/PS3_Cross.png new file mode 100644 index 0000000..73a42a7 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Cross.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Cross.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Cross.uasset new file mode 100644 index 0000000..0f287cb Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Cross.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad.png b/Content/ControllerIcons_Pack/PS3/PS3_Dpad.png new file mode 100644 index 0000000..5a31103 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Dpad.uasset new file mode 100644 index 0000000..3d6fabc Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Down.png b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Down.png new file mode 100644 index 0000000..dddcc0d Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Down.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Down.uasset new file mode 100644 index 0000000..c6141b9 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Left.png b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Left.png new file mode 100644 index 0000000..78beb63 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Left.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Left.uasset new file mode 100644 index 0000000..68159ab Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Right.png b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Right.png new file mode 100644 index 0000000..94a6590 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Right.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Right.uasset new file mode 100644 index 0000000..2acdd53 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Up.png b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Up.png new file mode 100644 index 0000000..5bc8705 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Up.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Up.uasset new file mode 100644 index 0000000..aeeaee1 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_L1.png b/Content/ControllerIcons_Pack/PS3/PS3_L1.png new file mode 100644 index 0000000..8a1d87c Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_L1.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_L1.uasset b/Content/ControllerIcons_Pack/PS3/PS3_L1.uasset new file mode 100644 index 0000000..8855a79 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_L1.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_L2.png b/Content/ControllerIcons_Pack/PS3/PS3_L2.png new file mode 100644 index 0000000..3b938d1 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_L2.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_L2.uasset b/Content/ControllerIcons_Pack/PS3/PS3_L2.uasset new file mode 100644 index 0000000..a02f3d5 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_L2.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Left_Stick.png b/Content/ControllerIcons_Pack/PS3/PS3_Left_Stick.png new file mode 100644 index 0000000..101b99c Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Left_Stick.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Left_Stick.uasset new file mode 100644 index 0000000..7cc6290 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_R1.png b/Content/ControllerIcons_Pack/PS3/PS3_R1.png new file mode 100644 index 0000000..722e405 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_R1.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_R1.uasset b/Content/ControllerIcons_Pack/PS3/PS3_R1.uasset new file mode 100644 index 0000000..90ec940 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_R1.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_R2.png b/Content/ControllerIcons_Pack/PS3/PS3_R2.png new file mode 100644 index 0000000..f05529f Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_R2.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_R2.uasset b/Content/ControllerIcons_Pack/PS3/PS3_R2.uasset new file mode 100644 index 0000000..bf1996a Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_R2.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Right_Stick.png b/Content/ControllerIcons_Pack/PS3/PS3_Right_Stick.png new file mode 100644 index 0000000..374f589 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Right_Stick.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Right_Stick.uasset new file mode 100644 index 0000000..73dcf4e Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Select.png b/Content/ControllerIcons_Pack/PS3/PS3_Select.png new file mode 100644 index 0000000..b493aff Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Select.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Select.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Select.uasset new file mode 100644 index 0000000..196bd76 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Select.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Square.png b/Content/ControllerIcons_Pack/PS3/PS3_Square.png new file mode 100644 index 0000000..3ad1286 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Square.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Square.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Square.uasset new file mode 100644 index 0000000..52dd626 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Square.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Start.png b/Content/ControllerIcons_Pack/PS3/PS3_Start.png new file mode 100644 index 0000000..3822fd8 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Start.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Start.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Start.uasset new file mode 100644 index 0000000..e4b0149 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Start.uasset differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Triangle.png b/Content/ControllerIcons_Pack/PS3/PS3_Triangle.png new file mode 100644 index 0000000..9dcdbba Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Triangle.png differ diff --git a/Content/ControllerIcons_Pack/PS3/PS3_Triangle.uasset b/Content/ControllerIcons_Pack/PS3/PS3_Triangle.uasset new file mode 100644 index 0000000..4c1c433 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS3/PS3_Triangle.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Circle.png b/Content/ControllerIcons_Pack/PS4/PS4_Circle.png new file mode 100644 index 0000000..10dd9b0 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Circle.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Circle.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Circle.uasset new file mode 100644 index 0000000..27c1b4b Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Cross.png b/Content/ControllerIcons_Pack/PS4/PS4_Cross.png new file mode 100644 index 0000000..73a42a7 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Cross.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Cross.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Cross.uasset new file mode 100644 index 0000000..06a871c Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Cross.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad.png b/Content/ControllerIcons_Pack/PS4/PS4_Dpad.png new file mode 100644 index 0000000..5a31103 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Dpad.uasset new file mode 100644 index 0000000..120e171 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Down.png b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Down.png new file mode 100644 index 0000000..dddcc0d Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Down.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Down.uasset new file mode 100644 index 0000000..0bfea09 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Left.png b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Left.png new file mode 100644 index 0000000..78beb63 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Left.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Left.uasset new file mode 100644 index 0000000..1213fcf Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Right.png b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Right.png new file mode 100644 index 0000000..94a6590 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Right.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Right.uasset new file mode 100644 index 0000000..b4df9aa Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Up.png b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Up.png new file mode 100644 index 0000000..5bc8705 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Up.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Up.uasset new file mode 100644 index 0000000..0c6ac88 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_L1.png b/Content/ControllerIcons_Pack/PS4/PS4_L1.png new file mode 100644 index 0000000..6be5fcb Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_L1.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_L1.uasset b/Content/ControllerIcons_Pack/PS4/PS4_L1.uasset new file mode 100644 index 0000000..47e5622 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_L1.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_L2.png b/Content/ControllerIcons_Pack/PS4/PS4_L2.png new file mode 100644 index 0000000..7abdfef Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_L2.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_L2.uasset b/Content/ControllerIcons_Pack/PS4/PS4_L2.uasset new file mode 100644 index 0000000..60b3700 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_L2.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Left_Stick.png b/Content/ControllerIcons_Pack/PS4/PS4_Left_Stick.png new file mode 100644 index 0000000..61b6330 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Left_Stick.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Left_Stick.uasset new file mode 100644 index 0000000..269c542 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Options.png b/Content/ControllerIcons_Pack/PS4/PS4_Options.png new file mode 100644 index 0000000..21820ed Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Options.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Options.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Options.uasset new file mode 100644 index 0000000..255d3c2 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Options.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_R1.png b/Content/ControllerIcons_Pack/PS4/PS4_R1.png new file mode 100644 index 0000000..b296a5e Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_R1.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_R1.uasset b/Content/ControllerIcons_Pack/PS4/PS4_R1.uasset new file mode 100644 index 0000000..4c97a2f Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_R1.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_R2.png b/Content/ControllerIcons_Pack/PS4/PS4_R2.png new file mode 100644 index 0000000..0303819 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_R2.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_R2.uasset b/Content/ControllerIcons_Pack/PS4/PS4_R2.uasset new file mode 100644 index 0000000..24bf760 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_R2.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Right_Stick.png b/Content/ControllerIcons_Pack/PS4/PS4_Right_Stick.png new file mode 100644 index 0000000..91d66f4 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Right_Stick.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Right_Stick.uasset new file mode 100644 index 0000000..6b5c6c4 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Share.png b/Content/ControllerIcons_Pack/PS4/PS4_Share.png new file mode 100644 index 0000000..9a1c4ab Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Share.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Share.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Share.uasset new file mode 100644 index 0000000..5b46082 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Share.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Square.png b/Content/ControllerIcons_Pack/PS4/PS4_Square.png new file mode 100644 index 0000000..3ad1286 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Square.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Square.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Square.uasset new file mode 100644 index 0000000..bf963c6 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Square.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Touch_Pad.png b/Content/ControllerIcons_Pack/PS4/PS4_Touch_Pad.png new file mode 100644 index 0000000..2c8e730 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Touch_Pad.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Touch_Pad.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Touch_Pad.uasset new file mode 100644 index 0000000..2c2bfd5 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Touch_Pad.uasset differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Triangle.png b/Content/ControllerIcons_Pack/PS4/PS4_Triangle.png new file mode 100644 index 0000000..9dcdbba Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Triangle.png differ diff --git a/Content/ControllerIcons_Pack/PS4/PS4_Triangle.uasset b/Content/ControllerIcons_Pack/PS4/PS4_Triangle.uasset new file mode 100644 index 0000000..6bf0e9d Binary files /dev/null and b/Content/ControllerIcons_Pack/PS4/PS4_Triangle.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Circle.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Circle.uasset new file mode 100644 index 0000000..6a873a3 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Controller_Stick.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Controller_Stick.uasset new file mode 100644 index 0000000..55b19d2 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Controller_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Controller_Wand.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Controller_Wand.uasset new file mode 100644 index 0000000..b14e7c3 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Controller_Wand.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Controllers.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Controllers.uasset new file mode 100644 index 0000000..7b89fbe Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Controllers.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Cross.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Cross.uasset new file mode 100644 index 0000000..56734f8 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Cross.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_LT.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_LT.uasset new file mode 100644 index 0000000..614a575 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_LT.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Left_Stick.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Left_Stick.uasset new file mode 100644 index 0000000..7e7bbdf Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Move.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Move.uasset new file mode 100644 index 0000000..473e213 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Move.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_RT.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_RT.uasset new file mode 100644 index 0000000..7dcfde3 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_RT.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Select.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Select.uasset new file mode 100644 index 0000000..7346abb Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Select.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Square.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Square.uasset new file mode 100644 index 0000000..99446ae Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Square.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Start.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Start.uasset new file mode 100644 index 0000000..58f1a7b Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Start.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_T.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_T.uasset new file mode 100644 index 0000000..48295f7 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_T.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Triangle.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Triangle.uasset new file mode 100644 index 0000000..21ade74 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Triangle.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Move/PSMove_Trigger_Blank.uasset b/Content/ControllerIcons_Pack/PS_Move/PSMove_Trigger_Blank.uasset new file mode 100644 index 0000000..0fa42d8 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Move/PSMove_Trigger_Blank.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Bumper_Right.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Bumper_Right.uasset new file mode 100644 index 0000000..790f28c Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Bumper_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Bumpter_Left.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Bumpter_Left.uasset new file mode 100644 index 0000000..9f64e65 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Bumpter_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Circle.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Circle.uasset new file mode 100644 index 0000000..106c1b1 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Circle.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Cross.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Cross.uasset new file mode 100644 index 0000000..bdb64d2 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Cross.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad.uasset new file mode 100644 index 0000000..774db86 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Down.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Down.uasset new file mode 100644 index 0000000..ad0a254 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Left.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Left.uasset new file mode 100644 index 0000000..31ce904 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Right.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Right.uasset new file mode 100644 index 0000000..b87ccfb Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Up.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Up.uasset new file mode 100644 index 0000000..76833fc Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Left_Stick.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Left_Stick.uasset new file mode 100644 index 0000000..6a116d3 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Minus.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Minus.uasset new file mode 100644 index 0000000..d6d2237 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Minus.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Plus.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Plus.uasset new file mode 100644 index 0000000..8d8d26f Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Plus.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Power.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Power.uasset new file mode 100644 index 0000000..b52eea8 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Power.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Right_Stick.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Right_Stick.uasset new file mode 100644 index 0000000..deaa225 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Select.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Select.uasset new file mode 100644 index 0000000..6ad220f Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Select.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Square.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Square.uasset new file mode 100644 index 0000000..1484456 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Square.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Start.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Start.uasset new file mode 100644 index 0000000..3f37197 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Start.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Touch_Pad.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Touch_Pad.uasset new file mode 100644 index 0000000..6d5a0b1 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Touch_Pad.uasset differ diff --git a/Content/ControllerIcons_Pack/PS_Vita/Vita_Triangle.uasset b/Content/ControllerIcons_Pack/PS_Vita/Vita_Triangle.uasset new file mode 100644 index 0000000..0460138 Binary files /dev/null and b/Content/ControllerIcons_Pack/PS_Vita/Vita_Triangle.uasset differ diff --git a/Content/ControllerIcons_Pack/Preview.gif b/Content/ControllerIcons_Pack/Preview.gif new file mode 100644 index 0000000..a9ec4c2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Preview.gif differ diff --git a/Content/ControllerIcons_Pack/Readme.txt b/Content/ControllerIcons_Pack/Readme.txt new file mode 100644 index 0000000..8d25ea9 --- /dev/null +++ b/Content/ControllerIcons_Pack/Readme.txt @@ -0,0 +1,114 @@ +Hey there! + +Hope you make good use of this pack. You can use all these assets in any project you want to (be it commercial or not). +All of the assets are in the public domain under Creative Commons 0 (CC0) + +In this pack you will find over 500 buttons including: + +Xbox 360 controller +Xbox One controller +Play Station 3 controller +Play Station 4 controller +Play Station Move +PS Vita +Vive Controller +Oculus Controllers & Remote +Wii Controller +Wii U Controller +Nintentdo Switch +Steam Controller (Updated to commercial version) +Ouya +Keyboard and mouse buttons (Both in black and white including blanks) +Directional arrows for thumb sticks and movement keys +Touch Screen Gestures + +---------------------------------- + +I am "Nicolae Berbece" (also known as Xelu), I founded "Those Awesome Guys" and made "Move or Die" which is out right now on Steam. +You can contact me at nick@thoseawesomeguys.com + +Feel free to credit me in case you use anything in this pack, but don't worry, I won't mind if you don't. ;) + +Please share this pack with other fellow developers in need of such assets! In the spirit of good old chain mail, if you share this pack with 5 fellow devs, your game's steam review score will rise by 7% and a notable twitch streamer will pick it up for his stream. + +Keep making awesome things!!! + +~Nick + + + + + +Here is a semi-updated list of games using these prompts: +---------------------------- +Mega Man Legacy +Shadow Warrior 2 +Wonder Boy the dragon's trap +Postal 2 +Postal Redux +RWBY +Aztez +Disney Afternoon +Heat Signature +Turbo Dismount +Black Future 88 +Fallen Legion +PikuNiku +Fru +Blockships +20XX +Mike Dies +Snake Pass +Obduction +Avaria VS +Blast Zone! Tournament +100ft Robot Golf +B.O.O.M . - You Win +Battle Chef Brigade +Phantom Brigade +Wytchwood +Mulaka +Airheart - Tales of broken wings +Redirection +Defender's Quest +Akuto "Mad World" +Whisper +Vostok Inc. +Remnants of Naezith +Mothergunship +Roundabout +Cosmos Quickstop +Tune Tank +Infinite Adventures +Arena 3D +Hoverloop +Altero +Super Comboman +Disc Jam +Cooking Simulator +The Hatching +World to the West +Mayan Death Robots +Sentris +Carto +Unbox +Fort Triumph +Insane Robots +Super Daryl Deluxe +Induction +The Flock +Binary Trigger +Fractal Space +Deputy dangle +Tumblestone +The chronicles of Kyra +Ghost Knight Victis +Solbrain Knight of Darkness +SSMP +Distance +Idarb +Earthlock +Everspace +Pylon Rogue +The Church in the darkness +Sword n' Board \ No newline at end of file diff --git a/Content/ControllerIcons_Pack/Steam/Steam_A.png b/Content/ControllerIcons_Pack/Steam/Steam_A.png new file mode 100644 index 0000000..60c214f Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_A.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_A.uasset b/Content/ControllerIcons_Pack/Steam/Steam_A.uasset new file mode 100644 index 0000000..d4db471 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_B.png b/Content/ControllerIcons_Pack/Steam/Steam_B.png new file mode 100644 index 0000000..a1ba1a0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_B.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_B.uasset b/Content/ControllerIcons_Pack/Steam/Steam_B.uasset new file mode 100644 index 0000000..a331b16 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Back.png b/Content/ControllerIcons_Pack/Steam/Steam_Back.png new file mode 100644 index 0000000..147eca2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Back.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Back.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Back.uasset new file mode 100644 index 0000000..33597f5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Back.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Gyro.png b/Content/ControllerIcons_Pack/Steam/Steam_Gyro.png new file mode 100644 index 0000000..6e62084 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Gyro.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Gyro.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Gyro.uasset new file mode 100644 index 0000000..3b47efa Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Gyro.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_LB.png b/Content/ControllerIcons_Pack/Steam/Steam_LB.png new file mode 100644 index 0000000..867ad60 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_LB.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_LB.uasset b/Content/ControllerIcons_Pack/Steam/Steam_LB.uasset new file mode 100644 index 0000000..b41ca59 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_LB.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_LT.png b/Content/ControllerIcons_Pack/Steam/Steam_LT.png new file mode 100644 index 0000000..1890ea2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_LT.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_LT.uasset b/Content/ControllerIcons_Pack/Steam/Steam_LT.uasset new file mode 100644 index 0000000..10d94c5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_LT.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Grip.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Grip.png new file mode 100644 index 0000000..b9417c0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Grip.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Grip.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Grip.uasset new file mode 100644 index 0000000..3bbfee6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Grip.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad.png new file mode 100644 index 0000000..cebf7a8 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad.uasset new file mode 100644 index 0000000..12f7652 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Center.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Center.png new file mode 100644 index 0000000..9285605 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Center.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Center.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Center.uasset new file mode 100644 index 0000000..ad97ee6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Center.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Down.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Down.png new file mode 100644 index 0000000..55f88bf Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Down.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Down.uasset new file mode 100644 index 0000000..c5b2a45 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Left.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Left.png new file mode 100644 index 0000000..8d249de Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Left.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Left.uasset new file mode 100644 index 0000000..34c974d Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Right.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Right.png new file mode 100644 index 0000000..c5891be Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Right.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Right.uasset new file mode 100644 index 0000000..1f610ab Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Up.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Up.png new file mode 100644 index 0000000..53abe6f Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Up.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Up.uasset new file mode 100644 index 0000000..50aa5d7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Pad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track.png new file mode 100644 index 0000000..59f9ae1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track.uasset new file mode 100644 index 0000000..8aad1f2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Center.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Center.png new file mode 100644 index 0000000..37fc0f9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Center.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Center.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Center.uasset new file mode 100644 index 0000000..9512db1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Center.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Down.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Down.png new file mode 100644 index 0000000..92c62ea Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Down.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Down.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Down.uasset new file mode 100644 index 0000000..410f9ce Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Left.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Left.png new file mode 100644 index 0000000..23981de Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Left.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Left.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Left.uasset new file mode 100644 index 0000000..47edae4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Right.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Right.png new file mode 100644 index 0000000..8b936ff Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Right.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Right.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Right.uasset new file mode 100644 index 0000000..7b5f6c4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Up.png b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Up.png new file mode 100644 index 0000000..419ce70 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Up.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Up.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Up.uasset new file mode 100644 index 0000000..33531e0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Left_Track_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_RB.png b/Content/ControllerIcons_Pack/Steam/Steam_RB.png new file mode 100644 index 0000000..4304c0f Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_RB.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_RB.uasset b/Content/ControllerIcons_Pack/Steam/Steam_RB.uasset new file mode 100644 index 0000000..b4aa40c Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_RB.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_RT.png b/Content/ControllerIcons_Pack/Steam/Steam_RT.png new file mode 100644 index 0000000..ee4d7de Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_RT.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_RT.uasset b/Content/ControllerIcons_Pack/Steam/Steam_RT.uasset new file mode 100644 index 0000000..050f4ef Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_RT.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Grip.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Grip.png new file mode 100644 index 0000000..6545b07 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Grip.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Grip.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Grip.uasset new file mode 100644 index 0000000..184b81e Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Grip.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad.png new file mode 100644 index 0000000..f93b02b Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad.uasset new file mode 100644 index 0000000..f73c402 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Center.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Center.png new file mode 100644 index 0000000..196b3ad Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Center.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Center.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Center.uasset new file mode 100644 index 0000000..78cf733 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Center.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Down.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Down.png new file mode 100644 index 0000000..d1d6b85 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Down.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Down.uasset new file mode 100644 index 0000000..aea3105 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Left.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Left.png new file mode 100644 index 0000000..7ace42d Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Left.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Left.uasset new file mode 100644 index 0000000..3fdd117 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Right.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Right.png new file mode 100644 index 0000000..7be167b Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Right.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Right.uasset new file mode 100644 index 0000000..a51011c Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_up.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_up.png new file mode 100644 index 0000000..ce1528b Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_up.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_up.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_up.uasset new file mode 100644 index 0000000..92b6f64 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Pad_up.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track.png new file mode 100644 index 0000000..baefb36 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track.uasset new file mode 100644 index 0000000..7e60db1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Center.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Center.png new file mode 100644 index 0000000..b6b9e2f Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Center.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Center.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Center.uasset new file mode 100644 index 0000000..5e570f4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Center.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Down.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Down.png new file mode 100644 index 0000000..7ee27fa Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Down.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Down.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Down.uasset new file mode 100644 index 0000000..da8ccde Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Left.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Left.png new file mode 100644 index 0000000..0867fac Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Left.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Left.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Left.uasset new file mode 100644 index 0000000..609557f Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Right.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Right.png new file mode 100644 index 0000000..704e8ae Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Right.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Right.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Right.uasset new file mode 100644 index 0000000..bb07f2e Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Up.png b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Up.png new file mode 100644 index 0000000..b6fed1e Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Up.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Up.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Up.uasset new file mode 100644 index 0000000..e602a03 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Right_Track_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Start.png b/Content/ControllerIcons_Pack/Steam/Steam_Start.png new file mode 100644 index 0000000..a088743 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Start.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Start.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Start.uasset new file mode 100644 index 0000000..385df01 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Start.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Stick.png b/Content/ControllerIcons_Pack/Steam/Steam_Stick.png new file mode 100644 index 0000000..182e661 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Stick.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Stick.uasset new file mode 100644 index 0000000..33d9d25 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_System.png b/Content/ControllerIcons_Pack/Steam/Steam_System.png new file mode 100644 index 0000000..52e02ba Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_System.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_System.uasset b/Content/ControllerIcons_Pack/Steam/Steam_System.uasset new file mode 100644 index 0000000..e60d211 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_System.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Pitch.png b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Pitch.png new file mode 100644 index 0000000..3b4b312 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Pitch.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Pitch.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Pitch.uasset new file mode 100644 index 0000000..4faa25a Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Pitch.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Roll.png b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Roll.png new file mode 100644 index 0000000..f452d1b Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Roll.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Roll.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Roll.uasset new file mode 100644 index 0000000..05d6e6b Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Roll.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Yaw.png b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Yaw.png new file mode 100644 index 0000000..7d40a29 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Yaw.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Yaw.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Yaw.uasset new file mode 100644 index 0000000..431210d Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Tilt_Yaw.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_X.png b/Content/ControllerIcons_Pack/Steam/Steam_X.png new file mode 100644 index 0000000..a8e9df1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_X.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_X.uasset b/Content/ControllerIcons_Pack/Steam/Steam_X.uasset new file mode 100644 index 0000000..c3a5d41 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Y.png b/Content/ControllerIcons_Pack/Steam/Steam_Y.png new file mode 100644 index 0000000..16c2fc7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Y.png differ diff --git a/Content/ControllerIcons_Pack/Steam/Steam_Y.uasset b/Content/ControllerIcons_Pack/Steam/Steam_Y.uasset new file mode 100644 index 0000000..0c88c2f Binary files /dev/null and b/Content/ControllerIcons_Pack/Steam/Steam_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_A.png b/Content/ControllerIcons_Pack/Switch/Switch_A.png new file mode 100644 index 0000000..df756ef Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_A.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_A.uasset b/Content/ControllerIcons_Pack/Switch/Switch_A.uasset new file mode 100644 index 0000000..37a7156 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_B.png b/Content/ControllerIcons_Pack/Switch/Switch_B.png new file mode 100644 index 0000000..ea7e743 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_B.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_B.uasset b/Content/ControllerIcons_Pack/Switch/Switch_B.uasset new file mode 100644 index 0000000..1a03f8b Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controller_Left.png b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Left.png new file mode 100644 index 0000000..f90a244 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Left.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controller_Left.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Left.uasset new file mode 100644 index 0000000..e60dd8f Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controller_Right.png b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Right.png new file mode 100644 index 0000000..873da7e Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Right.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controller_Right.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Right.uasset new file mode 100644 index 0000000..59420b9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controller_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controllers.png b/Content/ControllerIcons_Pack/Switch/Switch_Controllers.png new file mode 100644 index 0000000..b6ee54d Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controllers.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controllers.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Controllers.uasset new file mode 100644 index 0000000..751abfb Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controllers.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controllers_Separate.png b/Content/ControllerIcons_Pack/Switch/Switch_Controllers_Separate.png new file mode 100644 index 0000000..0c019da Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controllers_Separate.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Controllers_Separate.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Controllers_Separate.uasset new file mode 100644 index 0000000..977342f Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Controllers_Separate.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Down.png b/Content/ControllerIcons_Pack/Switch/Switch_Down.png new file mode 100644 index 0000000..7b7b2b2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Down.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Down.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Down.uasset new file mode 100644 index 0000000..b9b6d55 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad.png b/Content/ControllerIcons_Pack/Switch/Switch_Dpad.png new file mode 100644 index 0000000..12f01eb Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Dpad.uasset new file mode 100644 index 0000000..4f9e4d4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Down.png b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Down.png new file mode 100644 index 0000000..37f6d5b Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Down.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Down.uasset new file mode 100644 index 0000000..cc024d0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Left.png b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Left.png new file mode 100644 index 0000000..8efd7a4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Left.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Left.uasset new file mode 100644 index 0000000..667e900 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Right.png b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Right.png new file mode 100644 index 0000000..8b5411d Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Right.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Right.uasset new file mode 100644 index 0000000..f01cc20 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Up.png b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Up.png new file mode 100644 index 0000000..700a8ba Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Up.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Up.uasset new file mode 100644 index 0000000..c4f897f Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Home.png b/Content/ControllerIcons_Pack/Switch/Switch_Home.png new file mode 100644 index 0000000..9b6733c Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Home.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Home.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Home.uasset new file mode 100644 index 0000000..5cf080e Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Home.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_LB.png b/Content/ControllerIcons_Pack/Switch/Switch_LB.png new file mode 100644 index 0000000..ddfa3b9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_LB.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_LB.uasset b/Content/ControllerIcons_Pack/Switch/Switch_LB.uasset new file mode 100644 index 0000000..b204866 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_LB.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_LT.png b/Content/ControllerIcons_Pack/Switch/Switch_LT.png new file mode 100644 index 0000000..6942e1f Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_LT.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_LT.uasset b/Content/ControllerIcons_Pack/Switch/Switch_LT.uasset new file mode 100644 index 0000000..0f345e0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_LT.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Left.png b/Content/ControllerIcons_Pack/Switch/Switch_Left.png new file mode 100644 index 0000000..fd58439 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Left.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Left.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Left.uasset new file mode 100644 index 0000000..a8e885e Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Left_Stick.png b/Content/ControllerIcons_Pack/Switch/Switch_Left_Stick.png new file mode 100644 index 0000000..d861ca5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Left_Stick.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Left_Stick.uasset new file mode 100644 index 0000000..a1ee7e0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Minus.png b/Content/ControllerIcons_Pack/Switch/Switch_Minus.png new file mode 100644 index 0000000..d32608e Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Minus.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Minus.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Minus.uasset new file mode 100644 index 0000000..a155539 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Minus.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Plus.png b/Content/ControllerIcons_Pack/Switch/Switch_Plus.png new file mode 100644 index 0000000..f1b0dc4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Plus.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Plus.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Plus.uasset new file mode 100644 index 0000000..25defce Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Plus.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_RB.png b/Content/ControllerIcons_Pack/Switch/Switch_RB.png new file mode 100644 index 0000000..01f137a Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_RB.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_RB.uasset b/Content/ControllerIcons_Pack/Switch/Switch_RB.uasset new file mode 100644 index 0000000..f43869a Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_RB.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_RT.png b/Content/ControllerIcons_Pack/Switch/Switch_RT.png new file mode 100644 index 0000000..6aef3cb Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_RT.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_RT.uasset b/Content/ControllerIcons_Pack/Switch/Switch_RT.uasset new file mode 100644 index 0000000..136a30f Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_RT.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Right.png b/Content/ControllerIcons_Pack/Switch/Switch_Right.png new file mode 100644 index 0000000..f524c6c Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Right.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Right.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Right.uasset new file mode 100644 index 0000000..e03a8e5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Right_Stick.png b/Content/ControllerIcons_Pack/Switch/Switch_Right_Stick.png new file mode 100644 index 0000000..f2c605b Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Right_Stick.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Right_Stick.uasset new file mode 100644 index 0000000..85141bb Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Square.png b/Content/ControllerIcons_Pack/Switch/Switch_Square.png new file mode 100644 index 0000000..d0fd432 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Square.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Square.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Square.uasset new file mode 100644 index 0000000..b432b32 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Square.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Up.png b/Content/ControllerIcons_Pack/Switch/Switch_Up.png new file mode 100644 index 0000000..352f890 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Up.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Up.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Up.uasset new file mode 100644 index 0000000..2417747 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_X.png b/Content/ControllerIcons_Pack/Switch/Switch_X.png new file mode 100644 index 0000000..bdf86ba Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_X.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_X.uasset b/Content/ControllerIcons_Pack/Switch/Switch_X.uasset new file mode 100644 index 0000000..57e18e0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Y.png b/Content/ControllerIcons_Pack/Switch/Switch_Y.png new file mode 100644 index 0000000..46ac216 Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Y.png differ diff --git a/Content/ControllerIcons_Pack/Switch/Switch_Y.uasset b/Content/ControllerIcons_Pack/Switch/Switch_Y.uasset new file mode 100644 index 0000000..b8f0a3d Binary files /dev/null and b/Content/ControllerIcons_Pack/Switch/Switch_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/Vector Source.fla b/Content/ControllerIcons_Pack/Vector Source.fla new file mode 100644 index 0000000..0c8fcaa Binary files /dev/null and b/Content/ControllerIcons_Pack/Vector Source.fla differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Controller_Left.png b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Left.png new file mode 100644 index 0000000..99d633c Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Left.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Controller_Left.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Left.uasset new file mode 100644 index 0000000..f85d7ba Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Controller_Right.png b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Right.png new file mode 100644 index 0000000..4486f9f Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Right.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Controller_Right.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Right.uasset new file mode 100644 index 0000000..ee88803 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Controller_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Controllers.png b/Content/ControllerIcons_Pack/Vive/Vive_Controllers.png new file mode 100644 index 0000000..cd3f213 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Controllers.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Controllers.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Controllers.uasset new file mode 100644 index 0000000..aa54bae Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Controllers.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Girp_Left.png b/Content/ControllerIcons_Pack/Vive/Vive_Girp_Left.png new file mode 100644 index 0000000..233149e Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Girp_Left.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Girp_Left.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Girp_Left.uasset new file mode 100644 index 0000000..c7c54bb Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Girp_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Grip_Right.png b/Content/ControllerIcons_Pack/Vive/Vive_Grip_Right.png new file mode 100644 index 0000000..b370a7f Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Grip_Right.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Grip_Right.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Grip_Right.uasset new file mode 100644 index 0000000..a63046a Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Grip_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hand_Left.png b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Left.png new file mode 100644 index 0000000..f403121 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Left.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hand_Left.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Left.uasset new file mode 100644 index 0000000..1a4982f Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hand_Right.png b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Right.png new file mode 100644 index 0000000..5110f2e Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Right.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hand_Right.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Right.uasset new file mode 100644 index 0000000..dad9eab Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hand_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hold_Left.png b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Left.png new file mode 100644 index 0000000..4880e28 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Left.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hold_Left.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Left.uasset new file mode 100644 index 0000000..a35a23a Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hold_Right.png b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Right.png new file mode 100644 index 0000000..609fd50 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Right.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Hold_Right.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Right.uasset new file mode 100644 index 0000000..2eb688d Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Hold_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_LT.png b/Content/ControllerIcons_Pack/Vive/Vive_LT.png new file mode 100644 index 0000000..51abb05 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_LT.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_LT.uasset b/Content/ControllerIcons_Pack/Vive/Vive_LT.uasset new file mode 100644 index 0000000..7c5ef52 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_LT.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Menu.png b/Content/ControllerIcons_Pack/Vive/Vive_Menu.png new file mode 100644 index 0000000..6d04ba9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Menu.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Menu.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Menu.uasset new file mode 100644 index 0000000..fe93872 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Menu.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_RT.png b/Content/ControllerIcons_Pack/Vive/Vive_RT.png new file mode 100644 index 0000000..88883c2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_RT.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_RT.uasset b/Content/ControllerIcons_Pack/Vive/Vive_RT.uasset new file mode 100644 index 0000000..1457e36 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_RT.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_System.png b/Content/ControllerIcons_Pack/Vive/Vive_System.png new file mode 100644 index 0000000..7cb7398 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_System.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_System.uasset b/Content/ControllerIcons_Pack/Vive/Vive_System.uasset new file mode 100644 index 0000000..549ca80 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_System.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch.png new file mode 100644 index 0000000..baefb36 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch.uasset new file mode 100644 index 0000000..2c82b10 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Center.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Center.png new file mode 100644 index 0000000..b6b9e2f Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Center.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Center.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Center.uasset new file mode 100644 index 0000000..24d6800 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Center.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Down.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Down.png new file mode 100644 index 0000000..7ee27fa Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Down.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Down.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Down.uasset new file mode 100644 index 0000000..81c29d5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Left.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Left.png new file mode 100644 index 0000000..0867fac Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Left.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Left.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Left.uasset new file mode 100644 index 0000000..e09d65c Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Right.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Right.png new file mode 100644 index 0000000..704e8ae Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Right.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Right.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Right.uasset new file mode 100644 index 0000000..deac874 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Left.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Left.png new file mode 100644 index 0000000..c761991 Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Left.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Left.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Left.uasset new file mode 100644 index 0000000..014de1e Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Right.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Right.png new file mode 100644 index 0000000..256577e Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Right.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Right.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Right.uasset new file mode 100644 index 0000000..0bfd90e Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Scroll_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Up.png b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Up.png new file mode 100644 index 0000000..b6fed1e Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Up.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_Touch_Up.uasset b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Up.uasset new file mode 100644 index 0000000..8d5543a Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_Touch_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_TriggerBlank.png b/Content/ControllerIcons_Pack/Vive/Vive_TriggerBlank.png new file mode 100644 index 0000000..a279f3e Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_TriggerBlank.png differ diff --git a/Content/ControllerIcons_Pack/Vive/Vive_TriggerBlank.uasset b/Content/ControllerIcons_Pack/Vive/Vive_TriggerBlank.uasset new file mode 100644 index 0000000..ec9d76b Binary files /dev/null and b/Content/ControllerIcons_Pack/Vive/Vive_TriggerBlank.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_1.png b/Content/ControllerIcons_Pack/Wii/Wii_1.png new file mode 100644 index 0000000..4b226de Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_1.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_1.uasset b/Content/ControllerIcons_Pack/Wii/Wii_1.uasset new file mode 100644 index 0000000..38261d7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_1.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_2.png b/Content/ControllerIcons_Pack/Wii/Wii_2.png new file mode 100644 index 0000000..4d87197 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_2.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_2.uasset b/Content/ControllerIcons_Pack/Wii/Wii_2.uasset new file mode 100644 index 0000000..d44bf8f Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_2.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_A.png b/Content/ControllerIcons_Pack/Wii/Wii_A.png new file mode 100644 index 0000000..b2d443f Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_A.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_A.uasset b/Content/ControllerIcons_Pack/Wii/Wii_A.uasset new file mode 100644 index 0000000..efe43b3 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_B.png b/Content/ControllerIcons_Pack/Wii/Wii_B.png new file mode 100644 index 0000000..86e1c4a Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_B.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_B.uasset b/Content/ControllerIcons_Pack/Wii/Wii_B.uasset new file mode 100644 index 0000000..181b017 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_C.png b/Content/ControllerIcons_Pack/Wii/Wii_C.png new file mode 100644 index 0000000..de16105 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_C.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_C.uasset b/Content/ControllerIcons_Pack/Wii/Wii_C.uasset new file mode 100644 index 0000000..fedcde2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_C.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad.png b/Content/ControllerIcons_Pack/Wii/Wii_Dpad.png new file mode 100644 index 0000000..8f324b9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Dpad.uasset new file mode 100644 index 0000000..1fa7bd7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Down.png b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Down.png new file mode 100644 index 0000000..f981ebc Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Down.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Down.uasset new file mode 100644 index 0000000..7cc20dc Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Left.png b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Left.png new file mode 100644 index 0000000..dda953f Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Left.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Left.uasset new file mode 100644 index 0000000..516d3d7 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Right.png b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Right.png new file mode 100644 index 0000000..7acfc79 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Right.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Right.uasset new file mode 100644 index 0000000..e6f4cd0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Up.png b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Up.png new file mode 100644 index 0000000..27f08b6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Up.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Up.uasset new file mode 100644 index 0000000..d2f0bbc Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Home.png b/Content/ControllerIcons_Pack/Wii/Wii_Home.png new file mode 100644 index 0000000..ff6c3e9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Home.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Home.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Home.uasset new file mode 100644 index 0000000..67aedf5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Home.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Minus.png b/Content/ControllerIcons_Pack/Wii/Wii_Minus.png new file mode 100644 index 0000000..eb5dcce Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Minus.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Minus.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Minus.uasset new file mode 100644 index 0000000..9a4dd83 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Minus.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Plus.png b/Content/ControllerIcons_Pack/Wii/Wii_Plus.png new file mode 100644 index 0000000..b7868e4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Plus.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Plus.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Plus.uasset new file mode 100644 index 0000000..49e48ab Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Plus.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Power.png b/Content/ControllerIcons_Pack/Wii/Wii_Power.png new file mode 100644 index 0000000..98c89c4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Power.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Power.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Power.uasset new file mode 100644 index 0000000..2873ae4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Power.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Stick.png b/Content/ControllerIcons_Pack/Wii/Wii_Stick.png new file mode 100644 index 0000000..8040503 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Stick.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Stick.uasset new file mode 100644 index 0000000..a016e67 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Z.png b/Content/ControllerIcons_Pack/Wii/Wii_Z.png new file mode 100644 index 0000000..0f8bf55 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Z.png differ diff --git a/Content/ControllerIcons_Pack/Wii/Wii_Z.uasset b/Content/ControllerIcons_Pack/Wii/Wii_Z.uasset new file mode 100644 index 0000000..2a648a4 Binary files /dev/null and b/Content/ControllerIcons_Pack/Wii/Wii_Z.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_1.png b/Content/ControllerIcons_Pack/WiiU/WiiU_1.png new file mode 100644 index 0000000..4b226de Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_1.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_1.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_1.uasset new file mode 100644 index 0000000..4e9caa1 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_1.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_2.png b/Content/ControllerIcons_Pack/WiiU/WiiU_2.png new file mode 100644 index 0000000..4d87197 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_2.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_2.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_2.uasset new file mode 100644 index 0000000..c48f192 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_2.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_A.png b/Content/ControllerIcons_Pack/WiiU/WiiU_A.png new file mode 100644 index 0000000..b2d443f Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_A.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_A.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_A.uasset new file mode 100644 index 0000000..80942d7 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_A.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_B.png b/Content/ControllerIcons_Pack/WiiU/WiiU_B.png new file mode 100644 index 0000000..54449d5 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_B.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_B.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_B.uasset new file mode 100644 index 0000000..8b41a58 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_B.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad.png new file mode 100644 index 0000000..8f324b9 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad.uasset new file mode 100644 index 0000000..ed7525a Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Down.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Down.png new file mode 100644 index 0000000..f981ebc Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Down.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Down.uasset new file mode 100644 index 0000000..346e5fd Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Left.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Left.png new file mode 100644 index 0000000..dda953f Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Left.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Left.uasset new file mode 100644 index 0000000..2fa9d11 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Right.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Right.png new file mode 100644 index 0000000..7acfc79 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Right.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Right.uasset new file mode 100644 index 0000000..8b40617 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Up.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Up.png new file mode 100644 index 0000000..27f08b6 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Up.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Up.uasset new file mode 100644 index 0000000..268c31e Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Home.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Home.png new file mode 100644 index 0000000..ccda3a0 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Home.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Home.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Home.uasset new file mode 100644 index 0000000..dd09806 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Home.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_L.png b/Content/ControllerIcons_Pack/WiiU/WiiU_L.png new file mode 100644 index 0000000..c7fdc34 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_L.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_L.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_L.uasset new file mode 100644 index 0000000..4c4ba8c Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_L.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Left_Stick.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Left_Stick.png new file mode 100644 index 0000000..6de9f22 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Left_Stick.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Left_Stick.uasset new file mode 100644 index 0000000..9d52cb5 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Down.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Down.png new file mode 100644 index 0000000..94ff7ee Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Down.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Down.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Down.uasset new file mode 100644 index 0000000..5140a44 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Up.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Up.png new file mode 100644 index 0000000..b44a922 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Up.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Up.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Up.uasset new file mode 100644 index 0000000..40b3409 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Look_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Minus.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Minus.png new file mode 100644 index 0000000..eb5dcce Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Minus.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Minus.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Minus.uasset new file mode 100644 index 0000000..f414221 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Minus.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Plus.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Plus.png new file mode 100644 index 0000000..b7868e4 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Plus.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Plus.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Plus.uasset new file mode 100644 index 0000000..2936b1a Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Plus.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Power.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Power.png new file mode 100644 index 0000000..98c89c4 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Power.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Power.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Power.uasset new file mode 100644 index 0000000..485d2db Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Power.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_R.png b/Content/ControllerIcons_Pack/WiiU/WiiU_R.png new file mode 100644 index 0000000..8aceed0 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_R.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_R.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_R.uasset new file mode 100644 index 0000000..9cbfa77 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_R.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Right_Stick.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Right_Stick.png new file mode 100644 index 0000000..ab213f0 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Right_Stick.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Right_Stick.uasset new file mode 100644 index 0000000..5d7acef Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_TV.png b/Content/ControllerIcons_Pack/WiiU/WiiU_TV.png new file mode 100644 index 0000000..db969ee Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_TV.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_TV.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_TV.uasset new file mode 100644 index 0000000..91d05c5 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_TV.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_X.png b/Content/ControllerIcons_Pack/WiiU/WiiU_X.png new file mode 100644 index 0000000..d4455ae Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_X.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_X.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_X.uasset new file mode 100644 index 0000000..fc6fb39 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_X.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Y.png b/Content/ControllerIcons_Pack/WiiU/WiiU_Y.png new file mode 100644 index 0000000..b37c22e Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Y.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_Y.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_Y.uasset new file mode 100644 index 0000000..a762745 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_ZL.png b/Content/ControllerIcons_Pack/WiiU/WiiU_ZL.png new file mode 100644 index 0000000..d43da05 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_ZL.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_ZL.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_ZL.uasset new file mode 100644 index 0000000..c5479fb Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_ZL.uasset differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_ZR.png b/Content/ControllerIcons_Pack/WiiU/WiiU_ZR.png new file mode 100644 index 0000000..aff7ed0 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_ZR.png differ diff --git a/Content/ControllerIcons_Pack/WiiU/WiiU_ZR.uasset b/Content/ControllerIcons_Pack/WiiU/WiiU_ZR.uasset new file mode 100644 index 0000000..1f54009 Binary files /dev/null and b/Content/ControllerIcons_Pack/WiiU/WiiU_ZR.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_A.png b/Content/ControllerIcons_Pack/Xbox 360/360_A.png new file mode 100644 index 0000000..cd716d1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_A.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_B.png b/Content/ControllerIcons_Pack/Xbox 360/360_B.png new file mode 100644 index 0000000..73bcb6e Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_B.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Back.png b/Content/ControllerIcons_Pack/Xbox 360/360_Back.png new file mode 100644 index 0000000..ce4c778 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Back.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Back_Alt.png b/Content/ControllerIcons_Pack/Xbox 360/360_Back_Alt.png new file mode 100644 index 0000000..900705b Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Back_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Dpad.png b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad.png new file mode 100644 index 0000000..93e90de Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Down.png b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Down.png new file mode 100644 index 0000000..944d59b Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Left.png b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Left.png new file mode 100644 index 0000000..6091cf2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Right.png b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Right.png new file mode 100644 index 0000000..d099719 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Up.png b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Up.png new file mode 100644 index 0000000..8939669 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_LB.png b/Content/ControllerIcons_Pack/Xbox 360/360_LB.png new file mode 100644 index 0000000..ec6e30c Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_LB.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_LT.png b/Content/ControllerIcons_Pack/Xbox 360/360_LT.png new file mode 100644 index 0000000..7670610 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_LT.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Left_Stick.png b/Content/ControllerIcons_Pack/Xbox 360/360_Left_Stick.png new file mode 100644 index 0000000..8139be2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_RB.png b/Content/ControllerIcons_Pack/Xbox 360/360_RB.png new file mode 100644 index 0000000..f182b6a Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_RB.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_RT.png b/Content/ControllerIcons_Pack/Xbox 360/360_RT.png new file mode 100644 index 0000000..dc418ff Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_RT.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Right_Stick.png b/Content/ControllerIcons_Pack/Xbox 360/360_Right_Stick.png new file mode 100644 index 0000000..dde08c0 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Start.png b/Content/ControllerIcons_Pack/Xbox 360/360_Start.png new file mode 100644 index 0000000..00d7ecb Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Start.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Start_Alt.png b/Content/ControllerIcons_Pack/Xbox 360/360_Start_Alt.png new file mode 100644 index 0000000..7a10fcd Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Start_Alt.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_X.png b/Content/ControllerIcons_Pack/Xbox 360/360_X.png new file mode 100644 index 0000000..4b8cec1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_X.png differ diff --git a/Content/ControllerIcons_Pack/Xbox 360/360_Y.png b/Content/ControllerIcons_Pack/Xbox 360/360_Y.png new file mode 100644 index 0000000..e32b04a Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox 360/360_Y.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_A.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_A.png new file mode 100644 index 0000000..28c3b60 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_A.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_B.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_B.png new file mode 100644 index 0000000..2a4d9b6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_B.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad.png new file mode 100644 index 0000000..9c04c85 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Down.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Down.png new file mode 100644 index 0000000..530450f Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Down.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Left.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Left.png new file mode 100644 index 0000000..af69c93 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Left.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Right.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Right.png new file mode 100644 index 0000000..a72a446 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Right.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Up.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Up.png new file mode 100644 index 0000000..6eefbad Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Dpad_Up.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_LB.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_LB.png new file mode 100644 index 0000000..21ba46b Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_LB.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_LT.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_LT.png new file mode 100644 index 0000000..d754535 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_LT.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Left_Stick.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Left_Stick.png new file mode 100644 index 0000000..9c5ca5c Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Left_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Menu.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Menu.png new file mode 100644 index 0000000..2cbfb08 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Menu.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_RB.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_RB.png new file mode 100644 index 0000000..6669568 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_RB.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_RT.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_RT.png new file mode 100644 index 0000000..0772813 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_RT.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Right_Stick.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Right_Stick.png new file mode 100644 index 0000000..3d83a22 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Right_Stick.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Windows.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Windows.png new file mode 100644 index 0000000..3756d29 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Windows.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_X.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_X.png new file mode 100644 index 0000000..a0f0ac1 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_X.png differ diff --git a/Content/ControllerIcons_Pack/Xbox One/XboxOne_Y.png b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Y.png new file mode 100644 index 0000000..4e31627 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox One/XboxOne_Y.png differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_A.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_A.uasset new file mode 100644 index 0000000..da3d2ca Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_B.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_B.uasset new file mode 100644 index 0000000..c0a3dd9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Back.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Back.uasset new file mode 100644 index 0000000..eb65542 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Back.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Back_Alt.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Back_Alt.uasset new file mode 100644 index 0000000..afa876c Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Back_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Dpad.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad.uasset new file mode 100644 index 0000000..27aac02 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Down.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Down.uasset new file mode 100644 index 0000000..98e8112 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Left.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Left.uasset new file mode 100644 index 0000000..3c04043 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Right.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Right.uasset new file mode 100644 index 0000000..f44019d Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Up.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Up.uasset new file mode 100644 index 0000000..15feec9 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_LB.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_LB.uasset new file mode 100644 index 0000000..5f83a1c Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_LB.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_LT.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_LT.uasset new file mode 100644 index 0000000..d5c4375 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_LT.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Left_Stick.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Left_Stick.uasset new file mode 100644 index 0000000..a40a6e2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_RB.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_RB.uasset new file mode 100644 index 0000000..987d695 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_RB.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_RT.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_RT.uasset new file mode 100644 index 0000000..ce0502d Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_RT.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Right_Stick.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Right_Stick.uasset new file mode 100644 index 0000000..da941ea Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Start.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Start.uasset new file mode 100644 index 0000000..7cff96c Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Start.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Start_Alt.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Start_Alt.uasset new file mode 100644 index 0000000..4fbc3ae Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Start_Alt.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_X.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_X.uasset new file mode 100644 index 0000000..ef0a216 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_360/360_Y.uasset b/Content/ControllerIcons_Pack/Xbox_360/360_Y.uasset new file mode 100644 index 0000000..86e9324 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_360/360_Y.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_A.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_A.uasset new file mode 100644 index 0000000..8ff8fab Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_A.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_B.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_B.uasset new file mode 100644 index 0000000..3cf8c51 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_B.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad.uasset new file mode 100644 index 0000000..a3268cb Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Down.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Down.uasset new file mode 100644 index 0000000..41881a5 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Down.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Left.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Left.uasset new file mode 100644 index 0000000..aac3c76 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Left.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Right.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Right.uasset new file mode 100644 index 0000000..b16fbfd Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Right.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Up.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Up.uasset new file mode 100644 index 0000000..98a895b Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Dpad_Up.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_LB.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_LB.uasset new file mode 100644 index 0000000..d1dcd92 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_LB.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_LT.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_LT.uasset new file mode 100644 index 0000000..4e67526 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_LT.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Left_Stick.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Left_Stick.uasset new file mode 100644 index 0000000..8453ad2 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Left_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Menu.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Menu.uasset new file mode 100644 index 0000000..330d279 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Menu.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_RB.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_RB.uasset new file mode 100644 index 0000000..4abc50a Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_RB.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_RT.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_RT.uasset new file mode 100644 index 0000000..5b2a1b6 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_RT.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Right_Stick.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Right_Stick.uasset new file mode 100644 index 0000000..fa00b6a Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Right_Stick.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Windows.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Windows.uasset new file mode 100644 index 0000000..362cfcf Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Windows.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_X.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_X.uasset new file mode 100644 index 0000000..d4ea679 Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_X.uasset differ diff --git a/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Y.uasset b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Y.uasset new file mode 100644 index 0000000..89cd90c Binary files /dev/null and b/Content/ControllerIcons_Pack/Xbox_One/XboxOne_Y.uasset differ diff --git a/Content/PolygonPrototype/Maps/Demonstration.umap b/Content/PolygonPrototype/Maps/Demonstration.umap new file mode 100644 index 0000000..9dbe7bd Binary files /dev/null and b/Content/PolygonPrototype/Maps/Demonstration.umap differ diff --git a/Content/PolygonPrototype/Maps/Overview.umap b/Content/PolygonPrototype/Maps/Overview.umap new file mode 100644 index 0000000..f7f17cd Binary files /dev/null and b/Content/PolygonPrototype/Maps/Overview.umap differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_02.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_02.uasset new file mode 100644 index 0000000..d21f111 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_02.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_03.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_03.uasset new file mode 100644 index 0000000..0905ae8 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_03.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_04.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_04.uasset new file mode 100644 index 0000000..a2fed09 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_04.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_05.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_05.uasset new file mode 100644 index 0000000..409ab66 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_05.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_06.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_06.uasset new file mode 100644 index 0000000..131059f Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_06.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_07.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_07.uasset new file mode 100644 index 0000000..ff3c1b5 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_07.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_08.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_08.uasset new file mode 100644 index 0000000..acc53db Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_08.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_09.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_09.uasset new file mode 100644 index 0000000..79a4b41 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_09.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_10.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_10.uasset new file mode 100644 index 0000000..e940c03 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_10.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_02_Inst.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_02_Inst.uasset new file mode 100644 index 0000000..6ffabe8 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_02_Inst.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_03_Inst.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_03_Inst.uasset new file mode 100644 index 0000000..3f2291d Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_03_Inst.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_04_Inst.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_04_Inst.uasset new file mode 100644 index 0000000..1876115 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_04_Inst.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_05_Inst.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_05_Inst.uasset new file mode 100644 index 0000000..4b596e8 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_05_Inst.uasset differ diff --git a/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_06_Inst.uasset b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_06_Inst.uasset new file mode 100644 index 0000000..0afc6ce Binary files /dev/null and b/Content/PolygonPrototype/Materials/Alts/Mat_PolygonPrototype_Global_Grid_06_Inst.uasset differ diff --git a/Content/PolygonPrototype/Materials/Base/Mat_PolygonPrototype_Gobal_Grid_01_Base.uasset b/Content/PolygonPrototype/Materials/Base/Mat_PolygonPrototype_Gobal_Grid_01_Base.uasset new file mode 100644 index 0000000..bf6c289 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Base/Mat_PolygonPrototype_Gobal_Grid_01_Base.uasset differ diff --git a/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_01.uasset b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_01.uasset new file mode 100644 index 0000000..de1c147 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_01.uasset differ diff --git a/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Glass.uasset b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Glass.uasset new file mode 100644 index 0000000..cd24cde Binary files /dev/null and b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Glass.uasset differ diff --git a/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Global_Grid_01_Inst.uasset b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Global_Grid_01_Inst.uasset new file mode 100644 index 0000000..62f680f Binary files /dev/null and b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Global_Grid_01_Inst.uasset differ diff --git a/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Water.uasset b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Water.uasset new file mode 100644 index 0000000..ee0e559 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Mat_PolygonPrototype_Water.uasset differ diff --git a/Content/PolygonPrototype/Materials/Mat_Polygon_Prototype_Glow_Ring_FX.uasset b/Content/PolygonPrototype/Materials/Mat_Polygon_Prototype_Glow_Ring_FX.uasset new file mode 100644 index 0000000..34bef62 Binary files /dev/null and b/Content/PolygonPrototype/Materials/Mat_Polygon_Prototype_Glow_Ring_FX.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Global_Grid_02_Inst2.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Global_Grid_02_Inst2.uasset new file mode 100644 index 0000000..6e5fd11 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Global_Grid_02_Inst2.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Global_Grid_02_Inst3.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Global_Grid_02_Inst3.uasset new file mode 100644 index 0000000..ad90757 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Global_Grid_02_Inst3.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_01__Inst.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_01__Inst.uasset new file mode 100644 index 0000000..944fb76 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_01__Inst.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_3.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_3.uasset new file mode 100644 index 0000000..b930eb6 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_3.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_4.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_4.uasset new file mode 100644 index 0000000..a79e8e7 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_4.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_5.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_5.uasset new file mode 100644 index 0000000..e792376 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_5.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_6.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_6.uasset new file mode 100644 index 0000000..1effbc0 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_6.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_7.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_7.uasset new file mode 100644 index 0000000..1426ad7 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Gobal_Grid_7.uasset differ diff --git a/Content/PolygonPrototype/Materials/PolygonPrototype_Water_Mat_2.uasset b/Content/PolygonPrototype/Materials/PolygonPrototype_Water_Mat_2.uasset new file mode 100644 index 0000000..3c09331 Binary files /dev/null and b/Content/PolygonPrototype/Materials/PolygonPrototype_Water_Mat_2.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Block_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Block_1x1_01P.uasset new file mode 100644 index 0000000..965fc83 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Block_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Column_1x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Column_1x3_01P.uasset new file mode 100644 index 0000000..866431c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Column_1x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Column_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Column_2x3_01P.uasset new file mode 100644 index 0000000..c0c95c9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Column_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_DoorFrame_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_DoorFrame_01P.uasset new file mode 100644 index 0000000..27cdcee Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_DoorFrame_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Door_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Door_01P.uasset new file mode 100644 index 0000000..b9c9979 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Door_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_1x1_01P.uasset new file mode 100644 index 0000000..f160d04 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_2x2_01P.uasset new file mode 100644 index 0000000..1fad383 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_5x5_01P.uasset new file mode 100644 index 0000000..af2e6fc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorAngle_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_1x1_01P.uasset new file mode 100644 index 0000000..fc2f0ec Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_2x2_01P.uasset new file mode 100644 index 0000000..74c92fb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_5x5_01P.uasset new file mode 100644 index 0000000..a6bf1ef Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorCurved_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_1x1_01P.uasset new file mode 100644 index 0000000..cd64fcd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_2x2_01P.uasset new file mode 100644 index 0000000..6e71c31 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_5x5_01P.uasset new file mode 100644 index 0000000..275b39a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorHole_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_1x1_01P.uasset new file mode 100644 index 0000000..2a12ebc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_2x2_01P.uasset new file mode 100644 index 0000000..c10e27d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_5x5_01P.uasset new file mode 100644 index 0000000..5361ca6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_FloorInner_Curved_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_1x1_01P.uasset new file mode 100644 index 0000000..0a3d707 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_2x2_01P.uasset new file mode 100644 index 0000000..a8e8ffd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_5x5_01P.uasset new file mode 100644 index 0000000..3f33ef2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Floor_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RailStairs_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RailStairs_1x1_01P.uasset new file mode 100644 index 0000000..8ca0632 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RailStairs_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Rail_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Rail_1x1_01P.uasset new file mode 100644 index 0000000..4f7502f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Rail_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Rail_5x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Rail_5x1_01P.uasset new file mode 100644 index 0000000..f08fb83 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Rail_5x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_20_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_20_1x1_01P.uasset new file mode 100644 index 0000000..81839a0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_20_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_25_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_25_1x1_01P.uasset new file mode 100644 index 0000000..51a384b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_25_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_30_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_30_1x1_01P.uasset new file mode 100644 index 0000000..db8e82f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_30_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_35_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_35_1x1_01P.uasset new file mode 100644 index 0000000..3337427 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_35_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_40_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_40_1x1_01P.uasset new file mode 100644 index 0000000..6c56fb9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_40_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_45_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_45_1x1_01P.uasset new file mode 100644 index 0000000..c3480d4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_45_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_50_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_50_1x1_01P.uasset new file mode 100644 index 0000000..029ed03 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_50_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_55_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_55_1x1_01P.uasset new file mode 100644 index 0000000..bff6fb5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_55_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_60_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_60_1x1_01P.uasset new file mode 100644 index 0000000..c7e6228 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_60_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_65_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_65_1x1_01P.uasset new file mode 100644 index 0000000..a6f6e04 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_65_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_70_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_70_1x1_01P.uasset new file mode 100644 index 0000000..81224fa Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_70_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_Corner_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_Corner_1x1_01P.uasset new file mode 100644 index 0000000..73c8aa9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Ramp_Corner_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_1x1_01P.uasset new file mode 100644 index 0000000..060270d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_2x2_01P.uasset new file mode 100644 index 0000000..1b9643e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_5x5_01P.uasset new file mode 100644 index 0000000..768f9d7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerInner_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_1x1_01P.uasset new file mode 100644 index 0000000..4f06e4e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_2x2_01P.uasset new file mode 100644 index 0000000..502a2a0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_5x5_01P.uasset new file mode 100644 index 0000000..6974d5b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerMiddle_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_1x1_01P.uasset new file mode 100644 index 0000000..76a34bf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_2x2_01P.uasset new file mode 100644 index 0000000..5e56412 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_5x5_01P.uasset new file mode 100644 index 0000000..e04e719 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledCornerOuter_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_1x1_01P.uasset new file mode 100644 index 0000000..b44a128 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_2x2_01P.uasset new file mode 100644 index 0000000..1c739d5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_5x5_01P.uasset new file mode 100644 index 0000000..06c9564 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngledPoint_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_1x1_01P.uasset new file mode 100644 index 0000000..e5d9241 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_2x2_01P.uasset new file mode 100644 index 0000000..aa99863 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_5x5_01P.uasset new file mode 100644 index 0000000..eb8d483 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_RoofAngled_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x1_01P.uasset new file mode 100644 index 0000000..9571008 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x2_01P.uasset new file mode 100644 index 0000000..019a859 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x3_01P.uasset new file mode 100644 index 0000000..8565d93 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Stairs_1x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallArch_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallArch_2x3_01P.uasset new file mode 100644 index 0000000..115f450 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallArch_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_1x1_01P.uasset new file mode 100644 index 0000000..581a4a2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_2x2_01P.uasset new file mode 100644 index 0000000..ccd49b4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_5x5_01P.uasset new file mode 100644 index 0000000..53db9c2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallChamfered_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_1x1_01P.uasset new file mode 100644 index 0000000..41c7657 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_2x2_01P.uasset new file mode 100644 index 0000000..b2f0861 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_5x5_01P.uasset new file mode 100644 index 0000000..4b00fa4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallCurved_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoorDouble_3x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoorDouble_3x3_01P.uasset new file mode 100644 index 0000000..7d00635 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoorDouble_3x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoorDouble_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoorDouble_5x3_01P.uasset new file mode 100644 index 0000000..95b4bca Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoorDouble_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoor_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoor_2x3_01P.uasset new file mode 100644 index 0000000..b8c85fd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoor_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoor_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoor_5x3_01P.uasset new file mode 100644 index 0000000..daf55bd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallDoor_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindowDouble_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindowDouble_2x3_01P.uasset new file mode 100644 index 0000000..40b7681 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindowDouble_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindowDouble_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindowDouble_5x3_01P.uasset new file mode 100644 index 0000000..4dd50cf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindowDouble_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindow_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindow_2x3_01P.uasset new file mode 100644 index 0000000..5632e78 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindow_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindow_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindow_5x3_01P.uasset new file mode 100644 index 0000000..7cfa0a3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WallWindow_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_1x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_1x3_01P.uasset new file mode 100644 index 0000000..2818ef3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_1x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_2x3_01P.uasset new file mode 100644 index 0000000..eb7b21e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_5x3_01P.uasset new file mode 100644 index 0000000..97e11b9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_Wall_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WindowFrame_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WindowFrame_01P.uasset new file mode 100644 index 0000000..3d13244 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Bld_WindowFrame_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x1_01P.uasset new file mode 100644 index 0000000..f631c42 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x2_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x2_01P.uasset new file mode 100644 index 0000000..b0b1922 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x4_01P.uasset b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x4_01P.uasset new file mode 100644 index 0000000..31e2854 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Polygon/SM_Prop_Ladder_1x4_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Block_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Block_1x1_01.uasset new file mode 100644 index 0000000..b185834 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Block_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Column_1x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Column_1x3_01.uasset new file mode 100644 index 0000000..8366bd9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Column_1x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Column_2x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Column_2x3_01.uasset new file mode 100644 index 0000000..bf8e911 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Column_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_DoorFrame_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_DoorFrame_01.uasset new file mode 100644 index 0000000..482b888 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_DoorFrame_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Door_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Door_01.uasset new file mode 100644 index 0000000..08e2466 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Door_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_1x1_01.uasset new file mode 100644 index 0000000..675af5f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_2x2_01.uasset new file mode 100644 index 0000000..8ac535e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_5x5_01.uasset new file mode 100644 index 0000000..184b300 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorAngle_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_1x1_01.uasset new file mode 100644 index 0000000..b51a7bf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_2x2_01.uasset new file mode 100644 index 0000000..da59f8a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_5x5_01.uasset new file mode 100644 index 0000000..e082652 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorCurved_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_1x1_01.uasset new file mode 100644 index 0000000..ef4fe5a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_2x2_01.uasset new file mode 100644 index 0000000..9053385 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_5x5_01.uasset new file mode 100644 index 0000000..c5e079b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorHole_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_1x1_01.uasset new file mode 100644 index 0000000..aebafcd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_2x2_01.uasset new file mode 100644 index 0000000..35699d2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_5x5_01.uasset new file mode 100644 index 0000000..699a090 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_FloorInner_Curved_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_1x1_01.uasset new file mode 100644 index 0000000..7831793 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_2x2_01.uasset new file mode 100644 index 0000000..0234e1f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_5x5_01.uasset new file mode 100644 index 0000000..f4e20a1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Floor_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RailStairs_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RailStairs_1x1_01.uasset new file mode 100644 index 0000000..a6024ab Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RailStairs_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Rail_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Rail_1x1_01.uasset new file mode 100644 index 0000000..505e5f8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Rail_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Rail_5x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Rail_5x1_01.uasset new file mode 100644 index 0000000..065cdc9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Rail_5x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_20_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_20_1x1_01.uasset new file mode 100644 index 0000000..5304b72 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_20_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_25_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_25_1x1_01.uasset new file mode 100644 index 0000000..a5719b0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_25_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_30_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_30_1x1_01.uasset new file mode 100644 index 0000000..2e925fa Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_30_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_35_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_35_1x1_01.uasset new file mode 100644 index 0000000..4e2b41f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_35_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_40_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_40_1x1_01.uasset new file mode 100644 index 0000000..a946dc7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_40_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_45_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_45_1x1_01.uasset new file mode 100644 index 0000000..15e2f6f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_45_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_50_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_50_1x1_01.uasset new file mode 100644 index 0000000..6dbfdd8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_50_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_55_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_55_1x1_01.uasset new file mode 100644 index 0000000..05d0d16 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_55_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_60_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_60_1x1_01.uasset new file mode 100644 index 0000000..2ca702c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_60_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_65_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_65_1x1_01.uasset new file mode 100644 index 0000000..360edd5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_65_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_70_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_70_1x1_01.uasset new file mode 100644 index 0000000..85f21ee Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_70_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_Corner_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_Corner_1x1_01.uasset new file mode 100644 index 0000000..532d97c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Ramp_Corner_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_1x1_01.uasset new file mode 100644 index 0000000..8b682f4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_2x2_01.uasset new file mode 100644 index 0000000..8c22eed Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_5x5_01.uasset new file mode 100644 index 0000000..58d23a8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerInner_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_1x1_01.uasset new file mode 100644 index 0000000..0828e47 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_2x2_01.uasset new file mode 100644 index 0000000..a2939b4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_5x5_01.uasset new file mode 100644 index 0000000..df8d2e9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerMiddle_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_1x1_01.uasset new file mode 100644 index 0000000..917cbbf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_2x2_01.uasset new file mode 100644 index 0000000..f557b5d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_5x5_01.uasset new file mode 100644 index 0000000..768e5f2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledCornerOuter_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_1x1_01.uasset new file mode 100644 index 0000000..78ba575 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_2x2_01.uasset new file mode 100644 index 0000000..0ba29cc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_5x5_01.uasset new file mode 100644 index 0000000..435c327 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngledPoint_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_1x1_01.uasset new file mode 100644 index 0000000..b420c33 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_2x2_01.uasset new file mode 100644 index 0000000..5fb9f02 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_5x5_01.uasset new file mode 100644 index 0000000..9eec460 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_RoofAngled_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x1_01.uasset new file mode 100644 index 0000000..1050bac Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x2_01.uasset new file mode 100644 index 0000000..5bbce4e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x3_01.uasset new file mode 100644 index 0000000..e16540c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Stairs_1x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallArch_2x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallArch_2x3_01.uasset new file mode 100644 index 0000000..5e1566b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallArch_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_1x1_01.uasset new file mode 100644 index 0000000..7612913 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_2x2_01.uasset new file mode 100644 index 0000000..242cc10 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_5x5_01.uasset new file mode 100644 index 0000000..b355f7e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallChamfered_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_1x1_01.uasset new file mode 100644 index 0000000..8e44315 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_2x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_2x2_01.uasset new file mode 100644 index 0000000..ef93947 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_5x5_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_5x5_01.uasset new file mode 100644 index 0000000..d04f5ea Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallCurved_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoorDouble_3x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoorDouble_3x3_01.uasset new file mode 100644 index 0000000..d96841d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoorDouble_3x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoorDouble_5x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoorDouble_5x3_01.uasset new file mode 100644 index 0000000..750ccb5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoorDouble_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoor_2x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoor_2x3_01.uasset new file mode 100644 index 0000000..8042917 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoor_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoor_5x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoor_5x3_01.uasset new file mode 100644 index 0000000..30039e2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallDoor_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindowDouble_2x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindowDouble_2x3_01.uasset new file mode 100644 index 0000000..d6cc4f9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindowDouble_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindowDouble_5x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindowDouble_5x3_01.uasset new file mode 100644 index 0000000..4a65c42 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindowDouble_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindow_2x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindow_2x3_01.uasset new file mode 100644 index 0000000..f327143 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindow_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindow_5x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindow_5x3_01.uasset new file mode 100644 index 0000000..d1aeead Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WallWindow_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_1x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_1x3_01.uasset new file mode 100644 index 0000000..cc2a6fd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_1x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_2x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_2x3_01.uasset new file mode 100644 index 0000000..e583559 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_5x3_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_5x3_01.uasset new file mode 100644 index 0000000..62f4ddb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_Wall_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WindowFrame_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WindowFrame_01.uasset new file mode 100644 index 0000000..ef9f1e3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WindowFrame_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WindowGlass_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WindowGlass_01.uasset new file mode 100644 index 0000000..d8163a1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Bld_WindowGlass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x1_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x1_01.uasset new file mode 100644 index 0000000..037498b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x2_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x2_01.uasset new file mode 100644 index 0000000..137f5c5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x4_01.uasset b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x4_01.uasset new file mode 100644 index 0000000..f779593 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Buildings/Simple/SM_Prop_Ladder_1x4_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cover_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cover_Female_01.uasset new file mode 100644 index 0000000..4202f9a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cover_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cover_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cover_Male_01.uasset new file mode 100644 index 0000000..2b9378e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cover_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cower_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cower_Female_01.uasset new file mode 100644 index 0000000..41972db Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cower_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cower_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cower_Male_01.uasset new file mode 100644 index 0000000..26252bc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Cower_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Dead_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Dead_Female_01.uasset new file mode 100644 index 0000000..b98295d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Dead_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Dead_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Dead_Male_01.uasset new file mode 100644 index 0000000..fbf86eb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Dead_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Handsup_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Handsup_Female_01.uasset new file mode 100644 index 0000000..90f220f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Handsup_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Handsup_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Handsup_Male_01.uasset new file mode 100644 index 0000000..24b4442 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Handsup_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Idle_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Idle_Female_01.uasset new file mode 100644 index 0000000..600ac64 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Idle_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Idle_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Idle_Male_01.uasset new file mode 100644 index 0000000..233f340 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Idle_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_LadderClimb_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_LadderClimb_Female_01.uasset new file mode 100644 index 0000000..2107d63 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_LadderClimb_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_LadderClimb_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_LadderClimb_Male_01.uasset new file mode 100644 index 0000000..3374a4f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_LadderClimb_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Run_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Run_Female_01.uasset new file mode 100644 index 0000000..fcd6459 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Run_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Run_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Run_Male_01.uasset new file mode 100644 index 0000000..44bea01 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Run_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Walk_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Walk_Female_01.uasset new file mode 100644 index 0000000..75287e2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Walk_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Walk_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Walk_Male_01.uasset new file mode 100644 index 0000000..bb79e3a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Walk_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Female_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Female_01.uasset new file mode 100644 index 0000000..211b070 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Female_02.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Female_02.uasset new file mode 100644 index 0000000..5065183 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Female_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Male_01.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Male_01.uasset new file mode 100644 index 0000000..9a5b0ce Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Male_02.uasset b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Male_02.uasset new file mode 100644 index 0000000..89f76c2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Character_Pawns/SM_Pawn_Weapon_Male_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01.uasset new file mode 100644 index 0000000..78aa82d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01_PhysicsAsset.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01_PhysicsAsset.uasset new file mode 100644 index 0000000..8564f8b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01_PhysicsAsset.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01_Skeleton.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01_Skeleton.uasset new file mode 100644 index 0000000..8b02c99 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Female_01_Skeleton.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Male_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Male_01.uasset new file mode 100644 index 0000000..0685a27 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Dummy_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Female_Face_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Female_Face_01.uasset new file mode 100644 index 0000000..7b886bd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Female_Face_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Female_NoFace_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Female_NoFace_01.uasset new file mode 100644 index 0000000..68b34d3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Female_NoFace_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Male_Face_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Male_Face_01.uasset new file mode 100644 index 0000000..7c608cb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Male_Face_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SK_Character_Male_NoFace_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Male_NoFace_01.uasset new file mode 100644 index 0000000..22bf130 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SK_Character_Male_NoFace_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SM_Chr_Attach_Female_Hair_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SM_Chr_Attach_Female_Hair_01.uasset new file mode 100644 index 0000000..120a5b9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SM_Chr_Attach_Female_Hair_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Characters/SM_Chr_Attach_Male_Hair_01.uasset b/Content/PolygonPrototype/Meshes/Characters/SM_Chr_Attach_Male_Hair_01.uasset new file mode 100644 index 0000000..d44665a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Characters/SM_Chr_Attach_Male_Hair_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/FX/SM_FX_Glow_Ring_01.uasset b/Content/PolygonPrototype/Meshes/FX/SM_FX_Glow_Ring_01.uasset new file mode 100644 index 0000000..897b7b5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/FX/SM_FX_Glow_Ring_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/FX/SM_FX_Glow_Ring_02.uasset b/Content/PolygonPrototype/Meshes/FX/SM_FX_Glow_Ring_02.uasset new file mode 100644 index 0000000..f875a1d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/FX/SM_FX_Glow_Ring_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_01.uasset new file mode 100644 index 0000000..a1f6b53 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_02.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_02.uasset new file mode 100644 index 0000000..075ff83 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_03.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_03.uasset new file mode 100644 index 0000000..ff5f53c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_04.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_04.uasset new file mode 100644 index 0000000..e69f8dc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Cloud_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Grass_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Grass_01.uasset new file mode 100644 index 0000000..4a401a2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Grass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Grass_02.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Grass_02.uasset new file mode 100644 index 0000000..b6f6ac8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Grass_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Snow_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Snow_01.uasset new file mode 100644 index 0000000..7e57b6e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Snow_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Soft_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Soft_01.uasset new file mode 100644 index 0000000..94a8488 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Mountains_Soft_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Small_Rocks_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Small_Rocks_01.uasset new file mode 100644 index 0000000..b96dcd6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Small_Rocks_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Small_Rocks_02.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Small_Rocks_02.uasset new file mode 100644 index 0000000..7dd1faa Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Small_Rocks_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_TreeDead_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_TreeDead_01.uasset new file mode 100644 index 0000000..4512010 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_TreeDead_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_TreeStump_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_TreeStump_01.uasset new file mode 100644 index 0000000..018becf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_TreeStump_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_01.uasset new file mode 100644 index 0000000..1eae859 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_02.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_02.uasset new file mode 100644 index 0000000..66cf6db Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_03.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_03.uasset new file mode 100644 index 0000000..b9e5fe4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_04.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_04.uasset new file mode 100644 index 0000000..57e9e8f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Tree_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Water_Plane_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Water_Plane_01.uasset new file mode 100644 index 0000000..a06b632 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Water_Plane_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Water_Plane_02.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Water_Plane_02.uasset new file mode 100644 index 0000000..b9fad93 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Generic_Water_Plane_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Gerneric_Grass_Patch_01.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Gerneric_Grass_Patch_01.uasset new file mode 100644 index 0000000..20bc3f4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Gerneric_Grass_Patch_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Generic/SM_Gerneric_Grass_Patch_02.uasset b/Content/PolygonPrototype/Meshes/Generic/SM_Gerneric_Grass_Patch_02.uasset new file mode 100644 index 0000000..5fec3a5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Generic/SM_Gerneric_Grass_Patch_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_01.uasset new file mode 100644 index 0000000..cdd5111 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_02.uasset new file mode 100644 index 0000000..cdfd5c2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_03.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_03.uasset new file mode 100644 index 0000000..56d1cd0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_04.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_04.uasset new file mode 100644 index 0000000..06e4da0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ammo_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Apple_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Apple_01.uasset new file mode 100644 index 0000000..463d0d5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Apple_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_01.uasset new file mode 100644 index 0000000..13a301d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_02.uasset new file mode 100644 index 0000000..6e2d0cf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_01.uasset new file mode 100644 index 0000000..31a267b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_02.uasset new file mode 100644 index 0000000..181e338 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_03.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_03.uasset new file mode 100644 index 0000000..e745703 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Long_Curve_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_01.uasset new file mode 100644 index 0000000..0311d62 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_02.uasset new file mode 100644 index 0000000..05aa5e4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_03.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_03.uasset new file mode 100644 index 0000000..9584fd9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_04.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_04.uasset new file mode 100644 index 0000000..880d9ec Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_05.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_05.uasset new file mode 100644 index 0000000..8fa39de Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_06.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_06.uasset new file mode 100644 index 0000000..56205fe Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_06.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_07.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_07.uasset new file mode 100644 index 0000000..1b1d636 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_07.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_UpDown_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_UpDown_01.uasset new file mode 100644 index 0000000..dde91ed Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Arrow_Small_UpDown_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Audio_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Audio_01.uasset new file mode 100644 index 0000000..9d5d50f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Audio_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Axe_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Axe_01.uasset new file mode 100644 index 0000000..097d41c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Axe_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Balloon_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Balloon_01.uasset new file mode 100644 index 0000000..53db708 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Balloon_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Banana_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Banana_01.uasset new file mode 100644 index 0000000..bef4bb5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Banana_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Banana_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Banana_02.uasset new file mode 100644 index 0000000..6e480a1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Banana_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Boat_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Boat_01.uasset new file mode 100644 index 0000000..b680741 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Boat_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Bones_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Bones_01.uasset new file mode 100644 index 0000000..08c11a8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Bones_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Camera_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Camera_01.uasset new file mode 100644 index 0000000..e92a9af Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Camera_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Candy_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Candy_01.uasset new file mode 100644 index 0000000..a25502e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Candy_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Car_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Car_01.uasset new file mode 100644 index 0000000..24ae8c0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Car_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Circle_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Circle_01.uasset new file mode 100644 index 0000000..b0d8a5d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Circle_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Clapper_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Clapper_01.uasset new file mode 100644 index 0000000..a33b187 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Clapper_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_CoinBag_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_CoinBag_01.uasset new file mode 100644 index 0000000..dda52bb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_CoinBag_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_01.uasset new file mode 100644 index 0000000..a75ba18 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_02.uasset new file mode 100644 index 0000000..d2ba89b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_03.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_03.uasset new file mode 100644 index 0000000..1ecb8d8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Coin_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Controller_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Controller_01.uasset new file mode 100644 index 0000000..ae3936e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Controller_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cross_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cross_01.uasset new file mode 100644 index 0000000..9688e7f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cross_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_01.uasset new file mode 100644 index 0000000..44d4066 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_02.uasset new file mode 100644 index 0000000..236b657 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_03.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_03.uasset new file mode 100644 index 0000000..f3643e3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Cup_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Error_Circle_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Error_Circle_01.uasset new file mode 100644 index 0000000..a4d5c1d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Error_Circle_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Folder_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Folder_01.uasset new file mode 100644 index 0000000..50986e0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Folder_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Gem_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Gem_01.uasset new file mode 100644 index 0000000..2a6197e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Gem_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Guage_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Guage_01.uasset new file mode 100644 index 0000000..33af1e2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Guage_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Guage_Bar_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Guage_Bar_01.uasset new file mode 100644 index 0000000..5081011 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Guage_Bar_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Gun_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Gun_01.uasset new file mode 100644 index 0000000..d3c1a20 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Gun_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Health_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Health_01.uasset new file mode 100644 index 0000000..21eda3d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Health_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Health_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Health_02.uasset new file mode 100644 index 0000000..b0a90e6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Health_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Heart_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Heart_01.uasset new file mode 100644 index 0000000..922b1ac Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Heart_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Home_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Home_01.uasset new file mode 100644 index 0000000..15922c5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Home_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Key_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Key_01.uasset new file mode 100644 index 0000000..42637ea Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Key_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_A_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_A_01.uasset new file mode 100644 index 0000000..470dc0c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_A_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_And_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_And_01.uasset new file mode 100644 index 0000000..ecc6019 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_And_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Apostrophe_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Apostrophe_01.uasset new file mode 100644 index 0000000..511d659 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Apostrophe_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_B_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_B_01.uasset new file mode 100644 index 0000000..0f4a879 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_B_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Bracket_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Bracket_01.uasset new file mode 100644 index 0000000..96645ac Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Bracket_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_C_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_C_01.uasset new file mode 100644 index 0000000..2aa66c8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_C_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Colon_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Colon_01.uasset new file mode 100644 index 0000000..7cb893a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Colon_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_D_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_D_01.uasset new file mode 100644 index 0000000..305d9ae Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_D_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Dot_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Dot_01.uasset new file mode 100644 index 0000000..7b76813 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Dot_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_E_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_E_01.uasset new file mode 100644 index 0000000..71ab7f5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_E_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Exclamation_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Exclamation_01.uasset new file mode 100644 index 0000000..d041581 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Exclamation_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_F_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_F_01.uasset new file mode 100644 index 0000000..ade1a08 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_F_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_G_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_G_01.uasset new file mode 100644 index 0000000..ff8b096 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_G_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_H_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_H_01.uasset new file mode 100644 index 0000000..cdaf51f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_H_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_I_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_I_01.uasset new file mode 100644 index 0000000..a9ed447 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_I_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_J_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_J_01.uasset new file mode 100644 index 0000000..0e2fb6c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_J_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_K_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_K_01.uasset new file mode 100644 index 0000000..8a7c4c7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_K_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_L_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_L_01.uasset new file mode 100644 index 0000000..f0cee59 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_L_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_M_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_M_01.uasset new file mode 100644 index 0000000..8b9ff7b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_M_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Money_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Money_01.uasset new file mode 100644 index 0000000..3c3e356 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Money_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_N_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_N_01.uasset new file mode 100644 index 0000000..6eb26e8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_N_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_O_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_O_01.uasset new file mode 100644 index 0000000..3c10fc5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_O_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_P_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_P_01.uasset new file mode 100644 index 0000000..e09ff6b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_P_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Q_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Q_01.uasset new file mode 100644 index 0000000..88a51bf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Q_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Question_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Question_01.uasset new file mode 100644 index 0000000..22dc321 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Question_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_R_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_R_01.uasset new file mode 100644 index 0000000..427de49 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_R_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_S_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_S_01.uasset new file mode 100644 index 0000000..f3f2f37 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_S_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_T_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_T_01.uasset new file mode 100644 index 0000000..02f2dfb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_T_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_U_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_U_01.uasset new file mode 100644 index 0000000..e4e3e5b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_U_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_V_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_V_01.uasset new file mode 100644 index 0000000..de7aa6f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_V_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_W_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_W_01.uasset new file mode 100644 index 0000000..adf86a3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_W_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_X_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_X_01.uasset new file mode 100644 index 0000000..af95a29 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_X_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Y_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Y_01.uasset new file mode 100644 index 0000000..ea64fd0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Y_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Z_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Z_01.uasset new file mode 100644 index 0000000..4f2125d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Letter_Z_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Area_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Area_01.uasset new file mode 100644 index 0000000..eb47dd6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Area_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Directional_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Directional_01.uasset new file mode 100644 index 0000000..530561b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Directional_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Directional_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Directional_02.uasset new file mode 100644 index 0000000..91360ec Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Directional_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Pointlight_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Pointlight_01.uasset new file mode 100644 index 0000000..28db9a8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Pointlight_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Spotlight_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Spotlight_01.uasset new file mode 100644 index 0000000..66dbfd8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Light_Spotlight_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Lock_Closed_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Lock_Closed_01.uasset new file mode 100644 index 0000000..ec1c39f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Lock_Closed_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Lock_Open_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Lock_Open_01.uasset new file mode 100644 index 0000000..2ca266f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Lock_Open_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Manip_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Manip_01.uasset new file mode 100644 index 0000000..4aa3e47 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Manip_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_0_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_0_01.uasset new file mode 100644 index 0000000..df79815 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_0_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_1_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_1_01.uasset new file mode 100644 index 0000000..7f66c27 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_2_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_2_01.uasset new file mode 100644 index 0000000..c1dd2c0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_3_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_3_01.uasset new file mode 100644 index 0000000..3ace274 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_4_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_4_01.uasset new file mode 100644 index 0000000..1aa1c29 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_4_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_5_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_5_01.uasset new file mode 100644 index 0000000..ba3f6f5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_6_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_6_01.uasset new file mode 100644 index 0000000..78b822d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_6_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_7_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_7_01.uasset new file mode 100644 index 0000000..69b4baf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_7_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_8_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_8_01.uasset new file mode 100644 index 0000000..9c2c191 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_8_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_9_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_9_01.uasset new file mode 100644 index 0000000..7b4f075 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_9_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_At_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_At_01.uasset new file mode 100644 index 0000000..388a063 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_At_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_Hash_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_Hash_01.uasset new file mode 100644 index 0000000..668da62 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_Hash_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_Percentage_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_Percentage_01.uasset new file mode 100644 index 0000000..9d5cb3d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Number_Percentage_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Pencil_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Pencil_01.uasset new file mode 100644 index 0000000..dd54159 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Pencil_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Pin_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Pin_01.uasset new file mode 100644 index 0000000..125b838 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Pin_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Player_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Player_01.uasset new file mode 100644 index 0000000..c30c7a5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Player_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Potion_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Potion_01.uasset new file mode 100644 index 0000000..0212935 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Potion_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Potion_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Potion_02.uasset new file mode 100644 index 0000000..72e38b8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Potion_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Power_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Power_01.uasset new file mode 100644 index 0000000..3e5f5b8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Power_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Repair_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Repair_01.uasset new file mode 100644 index 0000000..be95256 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Repair_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Save_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Save_01.uasset new file mode 100644 index 0000000..1baf97a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Save_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_01.uasset new file mode 100644 index 0000000..e3b3664 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_02.uasset new file mode 100644 index 0000000..42cec71 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_03.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_03.uasset new file mode 100644 index 0000000..4deaa9b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_04.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_04.uasset new file mode 100644 index 0000000..8df6662 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_05.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_05.uasset new file mode 100644 index 0000000..68627fd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_06.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_06.uasset new file mode 100644 index 0000000..af2ba80 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_06.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_07.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_07.uasset new file mode 100644 index 0000000..bc89649 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_07.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_08.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_08.uasset new file mode 100644 index 0000000..d7b76f1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_08.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_09.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_09.uasset new file mode 100644 index 0000000..2430a57 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SelectionRing_09.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Shield_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Shield_01.uasset new file mode 100644 index 0000000..16b2e1a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Shield_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Skull_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Skull_01.uasset new file mode 100644 index 0000000..5d74a33 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Skull_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Skull_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Skull_02.uasset new file mode 100644 index 0000000..1f4cd64 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Skull_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_01.uasset new file mode 100644 index 0000000..28969ac Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_02.uasset new file mode 100644 index 0000000..18e7f83 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_03.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_03.uasset new file mode 100644 index 0000000..1da42f5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_SpeechBubble_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Star_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Star_01.uasset new file mode 100644 index 0000000..806ba96 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Star_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Star_02.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Star_02.uasset new file mode 100644 index 0000000..ab25e57 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Star_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Sword_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Sword_01.uasset new file mode 100644 index 0000000..90219e5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Sword_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_System_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_System_01.uasset new file mode 100644 index 0000000..914cba6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_System_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Bug_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Bug_01.uasset new file mode 100644 index 0000000..b067559 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Bug_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Finish_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Finish_01.uasset new file mode 100644 index 0000000..5a23b90 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Finish_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Start_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Start_01.uasset new file mode 100644 index 0000000..00d02b9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Text_Start_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Tick_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Tick_01.uasset new file mode 100644 index 0000000..bf24a33 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Tick_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ute_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ute_01.uasset new file mode 100644 index 0000000..8ac74f8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Ute_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Warning_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Warning_01.uasset new file mode 100644 index 0000000..18c5c0d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Warning_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Watch_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Watch_01.uasset new file mode 100644 index 0000000..c85725c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Watch_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_CloudSun_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_CloudSun_01.uasset new file mode 100644 index 0000000..c6a2408 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_CloudSun_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Cloudy_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Cloudy_01.uasset new file mode 100644 index 0000000..8f7f441 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Cloudy_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Moon_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Moon_01.uasset new file mode 100644 index 0000000..de55046 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Moon_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Rain_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Rain_01.uasset new file mode 100644 index 0000000..ead6272 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Rain_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Sun_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Sun_01.uasset new file mode 100644 index 0000000..c033c33 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Icon_Weather_Sun_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_ArtPass_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_ArtPass_01.uasset new file mode 100644 index 0000000..248e6b9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_ArtPass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Blank_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Blank_01.uasset new file mode 100644 index 0000000..ef43053 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Blank_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Bug_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Bug_01.uasset new file mode 100644 index 0000000..f7ff278 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Bug_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_CodePass_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_CodePass_01.uasset new file mode 100644 index 0000000..ddba426 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_CodePass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Crap_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Crap_01.uasset new file mode 100644 index 0000000..655844b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Crap_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Custom_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Custom_01.uasset new file mode 100644 index 0000000..9f0e47a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Custom_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Done_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Done_01.uasset new file mode 100644 index 0000000..141d11c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Done_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Final_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Final_01.uasset new file mode 100644 index 0000000..86a9db4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Final_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Fix_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Fix_01.uasset new file mode 100644 index 0000000..5389da1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Fix_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Kick_Me_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Kick_Me_01.uasset new file mode 100644 index 0000000..f70f24e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Kick_Me_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Old_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Old_01.uasset new file mode 100644 index 0000000..21274d0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Old_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Polish_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Polish_01.uasset new file mode 100644 index 0000000..1f45cc1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Polish_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Temp_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Temp_01.uasset new file mode 100644 index 0000000..5e86ee1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Temp_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Test_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Test_01.uasset new file mode 100644 index 0000000..be756b3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Test_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Icons/SM_Note_Wip_01.uasset b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Wip_01.uasset new file mode 100644 index 0000000..5b15f88 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Icons/SM_Note_Wip_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/PolygonPrototype_Texture_01.uasset b/Content/PolygonPrototype/Meshes/PolygonPrototype_Texture_01.uasset new file mode 100644 index 0000000..fb4a8bf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/PolygonPrototype_Texture_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cone_01P.uasset b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cone_01P.uasset new file mode 100644 index 0000000..f07880a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cone_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cube_01P.uasset b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cube_01P.uasset new file mode 100644 index 0000000..5db1f00 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cube_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cylander_01P.uasset b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cylander_01P.uasset new file mode 100644 index 0000000..99c2a94 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Cylander_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Sphere_01P.uasset b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Sphere_01P.uasset new file mode 100644 index 0000000..c040570 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Sphere_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Torus_01P.uasset b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Torus_01P.uasset new file mode 100644 index 0000000..1dbae43 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Torus_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Tube_01P.uasset b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Tube_01P.uasset new file mode 100644 index 0000000..253f815 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/Polygon/SM_Primitive_Tube_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_01.uasset new file mode 100644 index 0000000..e9d3752 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_02.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_02.uasset new file mode 100644 index 0000000..99f2621 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_03.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_03.uasset new file mode 100644 index 0000000..f6b5a1f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_04.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_04.uasset new file mode 100644 index 0000000..be1206a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_05.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_05.uasset new file mode 100644 index 0000000..7038125 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cone_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_01.uasset new file mode 100644 index 0000000..1b82056 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_02.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_02.uasset new file mode 100644 index 0000000..36b98ae Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_03.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_03.uasset new file mode 100644 index 0000000..ea50e9c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_04.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_04.uasset new file mode 100644 index 0000000..15d7b61 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cube_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_01.uasset new file mode 100644 index 0000000..9c63526 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_02.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_02.uasset new file mode 100644 index 0000000..9fa6e87 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_03.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_03.uasset new file mode 100644 index 0000000..de9ee8e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_04.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_04.uasset new file mode 100644 index 0000000..dfe9064 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_05.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_05.uasset new file mode 100644 index 0000000..2121029 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_Wedge_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_Wedge_01.uasset new file mode 100644 index 0000000..277b909 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Cylander_Wedge_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Helix_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Helix_01.uasset new file mode 100644 index 0000000..159a81d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Helix_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Pyramid_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Pyramid_01.uasset new file mode 100644 index 0000000..e88310e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Pyramid_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_SoccerBall_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_SoccerBall_01.uasset new file mode 100644 index 0000000..d8772c5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_SoccerBall_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_01.uasset new file mode 100644 index 0000000..f546e40 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_02.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_02.uasset new file mode 100644 index 0000000..ca0fd13 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_03.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_03.uasset new file mode 100644 index 0000000..505b20c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_04.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_04.uasset new file mode 100644 index 0000000..7b0aec4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_05.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_05.uasset new file mode 100644 index 0000000..ce2d34e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Sphere_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_01.uasset new file mode 100644 index 0000000..61e7da2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_02.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_02.uasset new file mode 100644 index 0000000..25d22ef Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_03.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_03.uasset new file mode 100644 index 0000000..73911d0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_04.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_04.uasset new file mode 100644 index 0000000..6ba7c16 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_05.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_05.uasset new file mode 100644 index 0000000..5867e74 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Torus_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_01.uasset new file mode 100644 index 0000000..6e2b2a8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_02.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_02.uasset new file mode 100644 index 0000000..bf50e50 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_03.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_03.uasset new file mode 100644 index 0000000..879ea69 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_04.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_04.uasset new file mode 100644 index 0000000..a16f683 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_05.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_05.uasset new file mode 100644 index 0000000..7d34715 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Tube_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Wedge_01.uasset b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Wedge_01.uasset new file mode 100644 index 0000000..793fdce Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Primitives/SM_Primitive_Wedge_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Barrel_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Barrel_01.uasset new file mode 100644 index 0000000..13e8d87 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Barrel_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Barrier_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Barrier_01.uasset new file mode 100644 index 0000000..c276dab Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Barrier_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Bat_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Bat_01.uasset new file mode 100644 index 0000000..3e32dba Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Bat_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_BoostPad_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_BoostPad_01.uasset new file mode 100644 index 0000000..6039f41 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_BoostPad_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_C4_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_C4_01.uasset new file mode 100644 index 0000000..a730085 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_C4_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Chest_Wood_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Chest_Wood_01.uasset new file mode 100644 index 0000000..acfd367 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Chest_Wood_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Chest_Wood_Lid.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Chest_Wood_Lid.uasset new file mode 100644 index 0000000..91f56dc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Chest_Wood_Lid.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Cone_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Cone_01.uasset new file mode 100644 index 0000000..8dc026d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Cone_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_01.uasset new file mode 100644 index 0000000..56e273c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_02.uasset new file mode 100644 index 0000000..3ca2267 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_03.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_03.uasset new file mode 100644 index 0000000..bf8a10d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_Exclamation_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_Exclamation_01.uasset new file mode 100644 index 0000000..b77136a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_Exclamation_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_Question_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_Question_01.uasset new file mode 100644 index 0000000..f7760f4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Crate_Question_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_FlagPole_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_FlagPole_01.uasset new file mode 100644 index 0000000..9e6909a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_FlagPole_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Knife_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Knife_01.uasset new file mode 100644 index 0000000..c2651da Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Knife_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_MetalPlate_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_MetalPlate_01.uasset new file mode 100644 index 0000000..21cdfed Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_MetalPlate_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_MetalPlate_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_MetalPlate_02.uasset new file mode 100644 index 0000000..9d6b83c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_MetalPlate_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_01.uasset new file mode 100644 index 0000000..a82039b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_02.uasset new file mode 100644 index 0000000..66581c6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_03.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_03.uasset new file mode 100644 index 0000000..3f608f0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_04.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_04.uasset new file mode 100644 index 0000000..c5f7d94 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_Curve_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_Curve_01.uasset new file mode 100644 index 0000000..51361b0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_Curve_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_Curve_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_Curve_02.uasset new file mode 100644 index 0000000..d710927 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Pipe_Curve_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Sword_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Sword_01.uasset new file mode 100644 index 0000000..2703d3e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Sword_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Synty_Cube_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Synty_Cube_01.uasset new file mode 100644 index 0000000..ce9f67d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Synty_Cube_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_01.uasset new file mode 100644 index 0000000..58be70f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_02.uasset new file mode 100644 index 0000000..6db1991 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_03.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_03.uasset new file mode 100644 index 0000000..83fd137 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_Stand_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_Stand_01.uasset new file mode 100644 index 0000000..b7647f6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Target_Stand_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Bush_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Bush_01.uasset new file mode 100644 index 0000000..09ba3b5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Bush_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Palm_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Palm_01.uasset new file mode 100644 index 0000000..495faba Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Palm_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Palm_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Palm_02.uasset new file mode 100644 index 0000000..35e90ad Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Palm_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Pine_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Pine_01.uasset new file mode 100644 index 0000000..42b76ca Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Pine_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Pine_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Pine_02.uasset new file mode 100644 index 0000000..7309928 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Pine_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Round_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Round_01.uasset new file mode 100644 index 0000000..5b0564e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Round_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Round_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Round_02.uasset new file mode 100644 index 0000000..98f8e08 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Round_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Square_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Square_01.uasset new file mode 100644 index 0000000..2ee7503 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Square_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Square_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Square_02.uasset new file mode 100644 index 0000000..5a809ac Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Tree_Square_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Vase_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Vase_01.uasset new file mode 100644 index 0000000..4b88518 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Vase_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_Window_Bar_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Window_Bar_01.uasset new file mode 100644 index 0000000..94626ce Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_Window_Bar_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Prop_WoodPlank_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Prop_WoodPlank_01.uasset new file mode 100644 index 0000000..1cb50b7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Prop_WoodPlank_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_01.uasset new file mode 100644 index 0000000..99868dd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_02.uasset new file mode 100644 index 0000000..73597e0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_Push_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_Push_01.uasset new file mode 100644 index 0000000..bd097bc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_Push_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_Push_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_Push_02.uasset new file mode 100644 index 0000000..565b710 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Button_Push_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_01.uasset new file mode 100644 index 0000000..01f48f8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_02.uasset new file mode 100644 index 0000000..e7c5923 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_Stick_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_Stick_01.uasset new file mode 100644 index 0000000..e26c54a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_Stick_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_Stick_02.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_Stick_02.uasset new file mode 100644 index 0000000..5829c0e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Lever_Stick_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Remote_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Remote_01.uasset new file mode 100644 index 0000000..9aa199b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Remote_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Props/SM_Switch_Remote_Button_01.uasset b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Remote_Button_01.uasset new file mode 100644 index 0000000..020d987 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Props/SM_Switch_Remote_Button_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/PrototypeBase.uasset b/Content/PolygonPrototype/Meshes/PrototypeBase.uasset new file mode 100644 index 0000000..50b0c72 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/PrototypeBase.uasset differ diff --git a/Content/PolygonPrototype/Meshes/PrototypeBaseGrid.uasset b/Content/PolygonPrototype/Meshes/PrototypeBaseGrid.uasset new file mode 100644 index 0000000..835d9af Binary files /dev/null and b/Content/PolygonPrototype/Meshes/PrototypeBaseGrid.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_01.uasset new file mode 100644 index 0000000..80bf921 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_01P.uasset new file mode 100644 index 0000000..07b2f4a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_02.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_02.uasset new file mode 100644 index 0000000..bd90fac Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Block_1x1_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Column_1x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Column_1x3_01.uasset new file mode 100644 index 0000000..7954f87 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Column_1x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Column_1x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Column_1x3_01P.uasset new file mode 100644 index 0000000..b0cfdda Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Column_1x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Column_2x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Column_2x3_01.uasset new file mode 100644 index 0000000..2d89823 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Column_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Column_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Column_2x3_01P.uasset new file mode 100644 index 0000000..a5ce9db Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Column_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_DoorFrame_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_DoorFrame_01.uasset new file mode 100644 index 0000000..1f23e25 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_DoorFrame_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_DoorFrame_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_DoorFrame_01P.uasset new file mode 100644 index 0000000..c58fe2c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_DoorFrame_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Door_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Door_01.uasset new file mode 100644 index 0000000..cc32e17 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Door_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Door_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Door_01P.uasset new file mode 100644 index 0000000..42f29a5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Door_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_1x1_01.uasset new file mode 100644 index 0000000..a1c3ac7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_1x1_01P.uasset new file mode 100644 index 0000000..0f911c8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_2x2_01.uasset new file mode 100644 index 0000000..5d2ef45 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_2x2_01P.uasset new file mode 100644 index 0000000..a5a8a6c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_5x5_01.uasset new file mode 100644 index 0000000..976248d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_5x5_01P.uasset new file mode 100644 index 0000000..c2918f8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorAngle_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_1x1_01.uasset new file mode 100644 index 0000000..a9b7bd2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_1x1_01P.uasset new file mode 100644 index 0000000..9caf4e2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_2x2_01.uasset new file mode 100644 index 0000000..5915fe8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_2x2_01P.uasset new file mode 100644 index 0000000..403457d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_5x5_01.uasset new file mode 100644 index 0000000..492ab16 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_5x5_01P.uasset new file mode 100644 index 0000000..ac5547f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorCurved_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_1x1_01.uasset new file mode 100644 index 0000000..be60623 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_1x1_01P.uasset new file mode 100644 index 0000000..45991ee Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_2x2_01.uasset new file mode 100644 index 0000000..15964f2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_2x2_01P.uasset new file mode 100644 index 0000000..b1b67e0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_5x5_01.uasset new file mode 100644 index 0000000..477b4a0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_5x5_01P.uasset new file mode 100644 index 0000000..b320fe8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorHole_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_1x1_01.uasset new file mode 100644 index 0000000..67f359c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_1x1_01P.uasset new file mode 100644 index 0000000..a87cf75 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_2x2_01.uasset new file mode 100644 index 0000000..6feefe4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_2x2_01P.uasset new file mode 100644 index 0000000..3e148dd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_5x5_01.uasset new file mode 100644 index 0000000..6e94cdc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_5x5_01P.uasset new file mode 100644 index 0000000..7ff5a5d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_FloorInner_Curved_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Floor_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_1x1_01.uasset new file mode 100644 index 0000000..ce6a5d3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Floor_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_1x1_01P.uasset new file mode 100644 index 0000000..e5580da Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Floor_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_2x2_01.uasset new file mode 100644 index 0000000..17b8613 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Floor_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_2x2_01P.uasset new file mode 100644 index 0000000..c3cb72e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Floor_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_5x5_01.uasset new file mode 100644 index 0000000..21e5117 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Floor_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_5x5_01P.uasset new file mode 100644 index 0000000..e91b0fe Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Floor_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RailStairs_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RailStairs_1x1_01.uasset new file mode 100644 index 0000000..14ab088 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RailStairs_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RailStairs_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RailStairs_1x1_01P.uasset new file mode 100644 index 0000000..3325e14 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RailStairs_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Rail_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_1x1_01.uasset new file mode 100644 index 0000000..5890400 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Rail_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_1x1_01P.uasset new file mode 100644 index 0000000..003362f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Rail_5x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_5x1_01.uasset new file mode 100644 index 0000000..bcfd29b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_5x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Rail_5x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_5x1_01P.uasset new file mode 100644 index 0000000..281eb5c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Rail_5x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_20_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_20_1x1_01.uasset new file mode 100644 index 0000000..d401fa3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_20_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_20_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_20_1x1_01P.uasset new file mode 100644 index 0000000..879fce1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_20_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_25_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_25_1x1_01.uasset new file mode 100644 index 0000000..d373100 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_25_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_25_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_25_1x1_01P.uasset new file mode 100644 index 0000000..3b28538 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_25_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_30_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_30_1x1_01.uasset new file mode 100644 index 0000000..a19091b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_30_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_30_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_30_1x1_01P.uasset new file mode 100644 index 0000000..0a6a036 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_30_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_35_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_35_1x1_01.uasset new file mode 100644 index 0000000..aadfbe5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_35_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_35_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_35_1x1_01P.uasset new file mode 100644 index 0000000..ceebf51 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_35_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_40_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_40_1x1_01.uasset new file mode 100644 index 0000000..5103b93 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_40_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_40_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_40_1x1_01P.uasset new file mode 100644 index 0000000..1ca77f6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_40_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_45_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_45_1x1_01.uasset new file mode 100644 index 0000000..82cd2b6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_45_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_45_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_45_1x1_01P.uasset new file mode 100644 index 0000000..d7d6d34 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_45_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_50_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_50_1x1_01.uasset new file mode 100644 index 0000000..7088b0f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_50_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_50_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_50_1x1_01P.uasset new file mode 100644 index 0000000..4ec85ae Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_50_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_55_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_55_1x1_01.uasset new file mode 100644 index 0000000..af3c95e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_55_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_55_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_55_1x1_01P.uasset new file mode 100644 index 0000000..36f24d5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_55_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_60_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_60_1x1_01.uasset new file mode 100644 index 0000000..d69132f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_60_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_60_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_60_1x1_01P.uasset new file mode 100644 index 0000000..6cbafbc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_60_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_65_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_65_1x1_01.uasset new file mode 100644 index 0000000..010d753 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_65_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_65_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_65_1x1_01P.uasset new file mode 100644 index 0000000..9f4bd3d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_65_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_70_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_70_1x1_01.uasset new file mode 100644 index 0000000..5220502 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_70_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_70_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_70_1x1_01P.uasset new file mode 100644 index 0000000..2a0230b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_70_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_Corner_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_Corner_1x1_01.uasset new file mode 100644 index 0000000..12eae8c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_Corner_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_Corner_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_Corner_1x1_01P.uasset new file mode 100644 index 0000000..bb34d6c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Ramp_Corner_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_1x1_01.uasset new file mode 100644 index 0000000..69ead7f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_1x1_01P.uasset new file mode 100644 index 0000000..b73b4c4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_2x2_01.uasset new file mode 100644 index 0000000..912cb55 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_2x2_01P.uasset new file mode 100644 index 0000000..1972788 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_5x5_01.uasset new file mode 100644 index 0000000..9a2d00a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_5x5_01P.uasset new file mode 100644 index 0000000..94dafc3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerInner_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_1x1_01.uasset new file mode 100644 index 0000000..d9f48fe Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_1x1_01P.uasset new file mode 100644 index 0000000..b75513a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_2x2_01.uasset new file mode 100644 index 0000000..9dffb20 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_2x2_01P.uasset new file mode 100644 index 0000000..f4a5270 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_5x5_01.uasset new file mode 100644 index 0000000..d371c16 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_5x5_01P.uasset new file mode 100644 index 0000000..f7d45fd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerMiddle_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_1x1_01.uasset new file mode 100644 index 0000000..5f9377c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_1x1_01P.uasset new file mode 100644 index 0000000..5a32b9b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_2x2_01.uasset new file mode 100644 index 0000000..4e04a3d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_2x2_01P.uasset new file mode 100644 index 0000000..e7d86e5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_5x5_01.uasset new file mode 100644 index 0000000..2e4adfa Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_5x5_01P.uasset new file mode 100644 index 0000000..953157c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledCornerOuter_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_1x1_01.uasset new file mode 100644 index 0000000..c46f71a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_1x1_01P.uasset new file mode 100644 index 0000000..84545f8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_2x2_01.uasset new file mode 100644 index 0000000..8ffaff6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_2x2_01P.uasset new file mode 100644 index 0000000..cbfeffc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_5x5_01.uasset new file mode 100644 index 0000000..2d185a9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_5x5_01P.uasset new file mode 100644 index 0000000..3a32981 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngledPoint_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_1x1_01.uasset new file mode 100644 index 0000000..b20ee1f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_1x1_01P.uasset new file mode 100644 index 0000000..1fec692 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_2x2_01.uasset new file mode 100644 index 0000000..a165939 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_2x2_01P.uasset new file mode 100644 index 0000000..c23aaf6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_5x5_01.uasset new file mode 100644 index 0000000..fb614f7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_5x5_01P.uasset new file mode 100644 index 0000000..a9a4873 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_RoofAngled_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x1_01.uasset new file mode 100644 index 0000000..0d2e232 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x1_01P.uasset new file mode 100644 index 0000000..4d3799d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x2_01.uasset new file mode 100644 index 0000000..c668cd0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x2_01P.uasset new file mode 100644 index 0000000..4f5074b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x3_01.uasset new file mode 100644 index 0000000..f6c537f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x3_01P.uasset new file mode 100644 index 0000000..d507e2c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Stairs_1x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallArch_2x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallArch_2x3_01.uasset new file mode 100644 index 0000000..7f04d3e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallArch_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallArch_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallArch_2x3_01P.uasset new file mode 100644 index 0000000..c7b5401 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallArch_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_1x1_01.uasset new file mode 100644 index 0000000..8b7281a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_1x1_01P.uasset new file mode 100644 index 0000000..daec254 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_2x2_01.uasset new file mode 100644 index 0000000..4d25654 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_2x2_01P.uasset new file mode 100644 index 0000000..0adc6ab Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_5x5_01.uasset new file mode 100644 index 0000000..6010874 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_5x5_01P.uasset new file mode 100644 index 0000000..e76d55c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallChamfered_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_1x1_01.uasset new file mode 100644 index 0000000..84e0fbb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_1x1_01P.uasset new file mode 100644 index 0000000..232f632 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_2x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_2x2_01.uasset new file mode 100644 index 0000000..2cd248c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_2x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_2x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_2x2_01P.uasset new file mode 100644 index 0000000..3f9afd8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_2x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_5x5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_5x5_01.uasset new file mode 100644 index 0000000..79ba035 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_5x5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_5x5_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_5x5_01P.uasset new file mode 100644 index 0000000..befa45a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallCurved_5x5_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_3x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_3x3_01.uasset new file mode 100644 index 0000000..4dd3866 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_3x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_3x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_3x3_01P.uasset new file mode 100644 index 0000000..0ae1316 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_3x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_5x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_5x3_01.uasset new file mode 100644 index 0000000..50a4bc5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_5x3_01P.uasset new file mode 100644 index 0000000..2b8ca4c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoorDouble_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_2x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_2x3_01.uasset new file mode 100644 index 0000000..925692b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_2x3_01P.uasset new file mode 100644 index 0000000..cec08eb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_5x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_5x3_01.uasset new file mode 100644 index 0000000..caff2c2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_5x3_01P.uasset new file mode 100644 index 0000000..dae218e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallDoor_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_2x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_2x3_01.uasset new file mode 100644 index 0000000..97d23a1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_2x3_01P.uasset new file mode 100644 index 0000000..a5c1492 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_5x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_5x3_01.uasset new file mode 100644 index 0000000..4ff709a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_5x3_01P.uasset new file mode 100644 index 0000000..58da712 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindowDouble_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_2x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_2x3_01.uasset new file mode 100644 index 0000000..b1dac5f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_2x3_01P.uasset new file mode 100644 index 0000000..1dd1b38 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_5x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_5x3_01.uasset new file mode 100644 index 0000000..27c26d8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_5x3_01P.uasset new file mode 100644 index 0000000..cfa53d8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WallWindow_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Wall_1x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_1x3_01.uasset new file mode 100644 index 0000000..3532234 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_1x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Wall_1x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_1x3_01P.uasset new file mode 100644 index 0000000..0c2ddcf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_1x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Wall_2x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_2x3_01.uasset new file mode 100644 index 0000000..fc5b65b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_2x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Wall_2x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_2x3_01P.uasset new file mode 100644 index 0000000..e2adfd1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_2x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Wall_5x3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_5x3_01.uasset new file mode 100644 index 0000000..4090995 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_5x3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_Wall_5x3_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_5x3_01P.uasset new file mode 100644 index 0000000..8d4d8a2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_Wall_5x3_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WindowFrame_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WindowFrame_01.uasset new file mode 100644 index 0000000..6dba921 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WindowFrame_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WindowFrame_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WindowFrame_01P.uasset new file mode 100644 index 0000000..0c07629 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WindowFrame_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Bld_WindowGlass_01.uasset b/Content/PolygonPrototype/Meshes/SM_Bld_WindowGlass_01.uasset new file mode 100644 index 0000000..4dc100c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Bld_WindowGlass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_FX_Glow_Ring_01.uasset b/Content/PolygonPrototype/Meshes/SM_FX_Glow_Ring_01.uasset new file mode 100644 index 0000000..cdf815e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_FX_Glow_Ring_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_FX_Glow_Ring_02.uasset b/Content/PolygonPrototype/Meshes/SM_FX_Glow_Ring_02.uasset new file mode 100644 index 0000000..ac98263 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_FX_Glow_Ring_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_01.uasset new file mode 100644 index 0000000..90e427d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_02.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_02.uasset new file mode 100644 index 0000000..d8c4c80 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_03.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_03.uasset new file mode 100644 index 0000000..42d7bae Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_04.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_04.uasset new file mode 100644 index 0000000..bc31d71 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Cloud_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Grass_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Grass_01.uasset new file mode 100644 index 0000000..3a14eed Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Grass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Grass_02.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Grass_02.uasset new file mode 100644 index 0000000..3d2426c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Grass_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Snow_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Snow_01.uasset new file mode 100644 index 0000000..2ba5d51 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Snow_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Soft_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Soft_01.uasset new file mode 100644 index 0000000..16ee096 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Mountains_Soft_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Small_Rocks_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Small_Rocks_01.uasset new file mode 100644 index 0000000..88d2ae5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Small_Rocks_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Small_Rocks_02.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Small_Rocks_02.uasset new file mode 100644 index 0000000..366381b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Small_Rocks_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_TreeDead_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_TreeDead_01.uasset new file mode 100644 index 0000000..1561804 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_TreeDead_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_TreeStump_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_TreeStump_01.uasset new file mode 100644 index 0000000..cd8e0a7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_TreeStump_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Tree_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_01.uasset new file mode 100644 index 0000000..ee42b7c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Tree_02.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_02.uasset new file mode 100644 index 0000000..c4fcf28 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Tree_03.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_03.uasset new file mode 100644 index 0000000..ade73fd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Tree_04.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_04.uasset new file mode 100644 index 0000000..30279f5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Tree_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Water_Plane_01.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Water_Plane_01.uasset new file mode 100644 index 0000000..fd2c89e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Water_Plane_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Generic_Water_Plane_02.uasset b/Content/PolygonPrototype/Meshes/SM_Generic_Water_Plane_02.uasset new file mode 100644 index 0000000..fc2e325 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Generic_Water_Plane_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Gerneric_Grass_Patch_01.uasset b/Content/PolygonPrototype/Meshes/SM_Gerneric_Grass_Patch_01.uasset new file mode 100644 index 0000000..cab1d93 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Gerneric_Grass_Patch_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Gerneric_Grass_Patch_02.uasset b/Content/PolygonPrototype/Meshes/SM_Gerneric_Grass_Patch_02.uasset new file mode 100644 index 0000000..11196da Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Gerneric_Grass_Patch_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_01.uasset new file mode 100644 index 0000000..c2e2c00 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_02.uasset new file mode 100644 index 0000000..b405fca Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_03.uasset new file mode 100644 index 0000000..da82f11 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_04.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_04.uasset new file mode 100644 index 0000000..bb31e28 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Ammo_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Apple_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Apple_01.uasset new file mode 100644 index 0000000..215602d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Apple_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_01.uasset new file mode 100644 index 0000000..11eb66c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_02.uasset new file mode 100644 index 0000000..b800e1a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_01.uasset new file mode 100644 index 0000000..c2eaa00 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_02.uasset new file mode 100644 index 0000000..aeab032 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_03.uasset new file mode 100644 index 0000000..0bfd5fc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Long_Curve_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_01.uasset new file mode 100644 index 0000000..bfaebc0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_02.uasset new file mode 100644 index 0000000..73fa610 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_03.uasset new file mode 100644 index 0000000..87f307c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_04.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_04.uasset new file mode 100644 index 0000000..175a179 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_05.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_05.uasset new file mode 100644 index 0000000..b90e6d5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_06.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_06.uasset new file mode 100644 index 0000000..835926e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_06.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_07.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_07.uasset new file mode 100644 index 0000000..8564bbf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_07.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_UpDown_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_UpDown_01.uasset new file mode 100644 index 0000000..b9cf70e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Arrow_Small_UpDown_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Audio_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Audio_01.uasset new file mode 100644 index 0000000..0b33fa3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Audio_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Axe_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Axe_01.uasset new file mode 100644 index 0000000..7522383 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Axe_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Balloon_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Balloon_01.uasset new file mode 100644 index 0000000..72e5f71 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Balloon_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Banana_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Banana_01.uasset new file mode 100644 index 0000000..f55de5b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Banana_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Banana_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Banana_02.uasset new file mode 100644 index 0000000..f56293e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Banana_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Boat_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Boat_01.uasset new file mode 100644 index 0000000..0153f7e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Boat_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Bones_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Bones_01.uasset new file mode 100644 index 0000000..07eacdf Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Bones_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Camera_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Camera_01.uasset new file mode 100644 index 0000000..e05c376 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Camera_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Candy_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Candy_01.uasset new file mode 100644 index 0000000..b70ad0e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Candy_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Car_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Car_01.uasset new file mode 100644 index 0000000..34e65dd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Car_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Circle_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Circle_01.uasset new file mode 100644 index 0000000..3c8a544 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Circle_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Clapper_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Clapper_01.uasset new file mode 100644 index 0000000..c503b03 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Clapper_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_CoinBag_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_CoinBag_01.uasset new file mode 100644 index 0000000..9dbe330 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_CoinBag_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Coin_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Coin_01.uasset new file mode 100644 index 0000000..1a1ab86 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Coin_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Coin_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Coin_02.uasset new file mode 100644 index 0000000..bb61c72 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Coin_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Coin_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Coin_03.uasset new file mode 100644 index 0000000..eb8ee0f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Coin_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Controller_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Controller_01.uasset new file mode 100644 index 0000000..4552247 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Controller_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Cross_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Cross_01.uasset new file mode 100644 index 0000000..e73d430 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Cross_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Cup_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Cup_01.uasset new file mode 100644 index 0000000..f8f486e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Cup_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Cup_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Cup_02.uasset new file mode 100644 index 0000000..397215f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Cup_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Cup_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Cup_03.uasset new file mode 100644 index 0000000..e42616d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Cup_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Error_Circle_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Error_Circle_01.uasset new file mode 100644 index 0000000..93006f0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Error_Circle_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Folder_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Folder_01.uasset new file mode 100644 index 0000000..5c070e2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Folder_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Gem_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Gem_01.uasset new file mode 100644 index 0000000..82b3f6b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Gem_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Guage_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Guage_01.uasset new file mode 100644 index 0000000..4bbae74 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Guage_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Guage_Bar_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Guage_Bar_01.uasset new file mode 100644 index 0000000..fa3b2de Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Guage_Bar_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Gun_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Gun_01.uasset new file mode 100644 index 0000000..85734ee Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Gun_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Health_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Health_01.uasset new file mode 100644 index 0000000..cc96a88 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Health_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Health_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Health_02.uasset new file mode 100644 index 0000000..4ddd625 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Health_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Heart_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Heart_01.uasset new file mode 100644 index 0000000..858e0fc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Heart_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Home_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Home_01.uasset new file mode 100644 index 0000000..8c691bc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Home_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Key_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Key_01.uasset new file mode 100644 index 0000000..9b675bc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Key_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_A_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_A_01.uasset new file mode 100644 index 0000000..4c11a19 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_A_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_And_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_And_01.uasset new file mode 100644 index 0000000..05af3e2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_And_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Apostrophe_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Apostrophe_01.uasset new file mode 100644 index 0000000..2533794 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Apostrophe_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_B_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_B_01.uasset new file mode 100644 index 0000000..05ef3da Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_B_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Bracket_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Bracket_01.uasset new file mode 100644 index 0000000..9598c5f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Bracket_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_C_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_C_01.uasset new file mode 100644 index 0000000..08a3a95 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_C_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Colon_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Colon_01.uasset new file mode 100644 index 0000000..d3b45e5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Colon_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_D_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_D_01.uasset new file mode 100644 index 0000000..6d58bf4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_D_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Dot_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Dot_01.uasset new file mode 100644 index 0000000..d075596 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Dot_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_E_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_E_01.uasset new file mode 100644 index 0000000..48f1e29 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_E_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Exclamation_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Exclamation_01.uasset new file mode 100644 index 0000000..f824f31 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Exclamation_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_F_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_F_01.uasset new file mode 100644 index 0000000..52c0125 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_F_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_G_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_G_01.uasset new file mode 100644 index 0000000..7794b63 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_G_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_H_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_H_01.uasset new file mode 100644 index 0000000..8742b26 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_H_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_I_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_I_01.uasset new file mode 100644 index 0000000..2b16ded Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_I_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_J_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_J_01.uasset new file mode 100644 index 0000000..15bdb97 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_J_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_K_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_K_01.uasset new file mode 100644 index 0000000..2c44b61 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_K_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_L_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_L_01.uasset new file mode 100644 index 0000000..95d6977 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_L_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_M_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_M_01.uasset new file mode 100644 index 0000000..811a591 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_M_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Money_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Money_01.uasset new file mode 100644 index 0000000..f05f6cb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Money_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_N_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_N_01.uasset new file mode 100644 index 0000000..b925bf2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_N_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_O_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_O_01.uasset new file mode 100644 index 0000000..cb536bd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_O_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_P_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_P_01.uasset new file mode 100644 index 0000000..54ed250 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_P_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Q_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Q_01.uasset new file mode 100644 index 0000000..6fb79f6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Q_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Question_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Question_01.uasset new file mode 100644 index 0000000..0d4b4da Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Question_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_R_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_R_01.uasset new file mode 100644 index 0000000..6bca65e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_R_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_S_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_S_01.uasset new file mode 100644 index 0000000..2094efc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_S_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_T_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_T_01.uasset new file mode 100644 index 0000000..e02298d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_T_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_U_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_U_01.uasset new file mode 100644 index 0000000..7471a9a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_U_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_V_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_V_01.uasset new file mode 100644 index 0000000..f8df20e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_V_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_W_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_W_01.uasset new file mode 100644 index 0000000..99122ab Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_W_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_X_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_X_01.uasset new file mode 100644 index 0000000..d439f29 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_X_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Y_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Y_01.uasset new file mode 100644 index 0000000..80ba765 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Y_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Z_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Z_01.uasset new file mode 100644 index 0000000..90fb846 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Letter_Z_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Light_Area_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Area_01.uasset new file mode 100644 index 0000000..d57bd0c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Area_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Light_Directional_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Directional_01.uasset new file mode 100644 index 0000000..2d90e3e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Directional_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Light_Directional_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Directional_02.uasset new file mode 100644 index 0000000..5ac7ed0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Directional_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Light_Pointlight_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Pointlight_01.uasset new file mode 100644 index 0000000..70d393f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Pointlight_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Light_Spotlight_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Spotlight_01.uasset new file mode 100644 index 0000000..529d03d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Light_Spotlight_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Lock_Closed_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Lock_Closed_01.uasset new file mode 100644 index 0000000..4d0acce Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Lock_Closed_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Lock_Open_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Lock_Open_01.uasset new file mode 100644 index 0000000..fe5d8e7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Lock_Open_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Manip_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Manip_01.uasset new file mode 100644 index 0000000..a2b3647 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Manip_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_0_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_0_01.uasset new file mode 100644 index 0000000..e41a310 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_0_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_1_01.uasset new file mode 100644 index 0000000..0303f19 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_2_01.uasset new file mode 100644 index 0000000..50f6c77 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_3_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_3_01.uasset new file mode 100644 index 0000000..93e7a59 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_3_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_4_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_4_01.uasset new file mode 100644 index 0000000..3621f6a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_4_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_5_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_5_01.uasset new file mode 100644 index 0000000..c3c4f7e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_5_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_6_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_6_01.uasset new file mode 100644 index 0000000..64e5837 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_6_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_7_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_7_01.uasset new file mode 100644 index 0000000..d2dd80b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_7_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_8_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_8_01.uasset new file mode 100644 index 0000000..f974ed2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_8_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_9_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_9_01.uasset new file mode 100644 index 0000000..aa57503 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_9_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_At_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_At_01.uasset new file mode 100644 index 0000000..5edb3e8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_At_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_Hash_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_Hash_01.uasset new file mode 100644 index 0000000..7c5c27a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_Hash_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Number_Percentage_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Number_Percentage_01.uasset new file mode 100644 index 0000000..5f6e522 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Number_Percentage_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Pencil_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Pencil_01.uasset new file mode 100644 index 0000000..b93de2a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Pencil_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Pin_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Pin_01.uasset new file mode 100644 index 0000000..a1aaa68 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Pin_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Player_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Player_01.uasset new file mode 100644 index 0000000..9da5b72 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Player_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Potion_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Potion_01.uasset new file mode 100644 index 0000000..304c432 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Potion_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Potion_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Potion_02.uasset new file mode 100644 index 0000000..6dfb137 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Potion_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Power_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Power_01.uasset new file mode 100644 index 0000000..260c763 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Power_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Repair_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Repair_01.uasset new file mode 100644 index 0000000..9b6520b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Repair_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Save_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Save_01.uasset new file mode 100644 index 0000000..3d4ab90 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Save_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_01.uasset new file mode 100644 index 0000000..4b07e29 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_02.uasset new file mode 100644 index 0000000..2427469 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_03.uasset new file mode 100644 index 0000000..40f03ae Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_04.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_04.uasset new file mode 100644 index 0000000..c6a3920 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_05.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_05.uasset new file mode 100644 index 0000000..0956062 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_06.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_06.uasset new file mode 100644 index 0000000..315291e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_06.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_07.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_07.uasset new file mode 100644 index 0000000..fdf80c1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_07.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_08.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_08.uasset new file mode 100644 index 0000000..5c23193 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_08.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_09.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_09.uasset new file mode 100644 index 0000000..61e134a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SelectionRing_09.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Shield_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Shield_01.uasset new file mode 100644 index 0000000..3450b41 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Shield_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Skull_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Skull_01.uasset new file mode 100644 index 0000000..0eff8e6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Skull_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Skull_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Skull_02.uasset new file mode 100644 index 0000000..a630404 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Skull_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_01.uasset new file mode 100644 index 0000000..2490c64 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_02.uasset new file mode 100644 index 0000000..572fad2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_03.uasset new file mode 100644 index 0000000..3660790 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_SpeechBubble_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Star_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Star_01.uasset new file mode 100644 index 0000000..a75e344 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Star_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Star_02.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Star_02.uasset new file mode 100644 index 0000000..75733ab Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Star_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Sword_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Sword_01.uasset new file mode 100644 index 0000000..7174ca5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Sword_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_System_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_System_01.uasset new file mode 100644 index 0000000..35ab07a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_System_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Text_Bug_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Text_Bug_01.uasset new file mode 100644 index 0000000..283fc31 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Text_Bug_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Text_Finish_03.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Text_Finish_03.uasset new file mode 100644 index 0000000..483c65c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Text_Finish_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Text_Start_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Text_Start_01.uasset new file mode 100644 index 0000000..4c4aacd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Text_Start_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Tick_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Tick_01.uasset new file mode 100644 index 0000000..273d44e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Tick_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Ute_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Ute_01.uasset new file mode 100644 index 0000000..e46b01e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Ute_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Warning_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Warning_01.uasset new file mode 100644 index 0000000..ec1367f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Warning_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Watch_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Watch_01.uasset new file mode 100644 index 0000000..f9c4b4d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Watch_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Weather_CloudSun_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_CloudSun_01.uasset new file mode 100644 index 0000000..9fce0da Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_CloudSun_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Cloudy_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Cloudy_01.uasset new file mode 100644 index 0000000..734ad1f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Cloudy_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Moon_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Moon_01.uasset new file mode 100644 index 0000000..7829ae6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Moon_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Rain_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Rain_01.uasset new file mode 100644 index 0000000..d1eead8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Rain_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Sun_01.uasset b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Sun_01.uasset new file mode 100644 index 0000000..1a80b29 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Icon_Weather_Sun_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_ArtPass_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_ArtPass_01.uasset new file mode 100644 index 0000000..4deb160 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_ArtPass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Blank_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Blank_01.uasset new file mode 100644 index 0000000..ad2e9c9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Blank_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Bug_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Bug_01.uasset new file mode 100644 index 0000000..391dfc3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Bug_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_CodePass_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_CodePass_01.uasset new file mode 100644 index 0000000..9f210df Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_CodePass_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Crap_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Crap_01.uasset new file mode 100644 index 0000000..c5287e8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Crap_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Custom_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Custom_01.uasset new file mode 100644 index 0000000..d0b4e72 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Custom_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Done_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Done_01.uasset new file mode 100644 index 0000000..bc2e7fb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Done_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Final_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Final_01.uasset new file mode 100644 index 0000000..d885658 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Final_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Fix_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Fix_01.uasset new file mode 100644 index 0000000..c75e2b5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Fix_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Kick_Me_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Kick_Me_01.uasset new file mode 100644 index 0000000..4a2ef44 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Kick_Me_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Old_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Old_01.uasset new file mode 100644 index 0000000..a6dd29d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Old_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Polish_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Polish_01.uasset new file mode 100644 index 0000000..a9d62fe Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Polish_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Temp_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Temp_01.uasset new file mode 100644 index 0000000..c37ffe5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Temp_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Test_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Test_01.uasset new file mode 100644 index 0000000..1032bb6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Test_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Note_Wip_01.uasset b/Content/PolygonPrototype/Meshes/SM_Note_Wip_01.uasset new file mode 100644 index 0000000..6ca1fad Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Note_Wip_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Cover_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Cover_Female_01.uasset new file mode 100644 index 0000000..0836b1b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Cover_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Cover_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Cover_Male_01.uasset new file mode 100644 index 0000000..3675ff0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Cover_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Cower_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Cower_Female_01.uasset new file mode 100644 index 0000000..eb6dde3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Cower_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Cower_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Cower_Male_01.uasset new file mode 100644 index 0000000..8d501ec Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Cower_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Dead_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Dead_Female_01.uasset new file mode 100644 index 0000000..5b5c65c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Dead_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Dead_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Dead_Male_01.uasset new file mode 100644 index 0000000..1cd396a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Dead_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Handsup_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Handsup_Female_01.uasset new file mode 100644 index 0000000..31a3360 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Handsup_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Handsup_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Handsup_Male_01.uasset new file mode 100644 index 0000000..988efae Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Handsup_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Idle_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Idle_Female_01.uasset new file mode 100644 index 0000000..0ae6eda Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Idle_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Idle_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Idle_Male_01.uasset new file mode 100644 index 0000000..0b384a0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Idle_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_LadderClimb_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_LadderClimb_Female_01.uasset new file mode 100644 index 0000000..9d38ab8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_LadderClimb_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_LadderClimb_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_LadderClimb_Male_01.uasset new file mode 100644 index 0000000..c684765 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_LadderClimb_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Run_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Run_Female_01.uasset new file mode 100644 index 0000000..86339d3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Run_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Run_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Run_Male_01.uasset new file mode 100644 index 0000000..b8c6c81 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Run_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Walk_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Walk_Female_01.uasset new file mode 100644 index 0000000..acff1fc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Walk_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Walk_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Walk_Male_01.uasset new file mode 100644 index 0000000..2d7e69d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Walk_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Female_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Female_01.uasset new file mode 100644 index 0000000..2c87ea6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Female_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Female_02.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Female_02.uasset new file mode 100644 index 0000000..e3c3b92 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Female_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Male_01.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Male_01.uasset new file mode 100644 index 0000000..bec2947 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Male_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Male_02.uasset b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Male_02.uasset new file mode 100644 index 0000000..853ea6f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Pawn_Weapon_Male_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_01.uasset new file mode 100644 index 0000000..d37b3be Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_01P.uasset new file mode 100644 index 0000000..a7d0e22 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_02.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_02.uasset new file mode 100644 index 0000000..255c0f1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_03.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_03.uasset new file mode 100644 index 0000000..4454602 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_04.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_04.uasset new file mode 100644 index 0000000..0c57960 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_05.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_05.uasset new file mode 100644 index 0000000..f1fe164 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cone_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_01.uasset new file mode 100644 index 0000000..8e363a2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_01P.uasset new file mode 100644 index 0000000..525459c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_02.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_02.uasset new file mode 100644 index 0000000..0922cda Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_03.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_03.uasset new file mode 100644 index 0000000..bd8d943 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_04.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_04.uasset new file mode 100644 index 0000000..1f95462 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cube_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_01.uasset new file mode 100644 index 0000000..029cd9f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_01P.uasset new file mode 100644 index 0000000..0938da5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_02.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_02.uasset new file mode 100644 index 0000000..70141f2 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_03.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_03.uasset new file mode 100644 index 0000000..10bc496 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_04.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_04.uasset new file mode 100644 index 0000000..7ec181c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_05.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_05.uasset new file mode 100644 index 0000000..ce3c5c1 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_Wedge_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_Wedge_01.uasset new file mode 100644 index 0000000..d177ab9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Cylander_Wedge_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Helix_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Helix_01.uasset new file mode 100644 index 0000000..e0d5f42 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Helix_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Pyramid_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Pyramid_01.uasset new file mode 100644 index 0000000..499b102 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Pyramid_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_SoccerBall_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_SoccerBall_01.uasset new file mode 100644 index 0000000..5782115 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_SoccerBall_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_01.uasset new file mode 100644 index 0000000..b3bc9a8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_01P.uasset new file mode 100644 index 0000000..8722326 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_02.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_02.uasset new file mode 100644 index 0000000..1007e90 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_03.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_03.uasset new file mode 100644 index 0000000..4fc3156 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_04.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_04.uasset new file mode 100644 index 0000000..01a3b8e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_05.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_05.uasset new file mode 100644 index 0000000..74cc630 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Sphere_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_01.uasset new file mode 100644 index 0000000..a293ef7 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_01P.uasset new file mode 100644 index 0000000..a04ca62 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_02.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_02.uasset new file mode 100644 index 0000000..229db19 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_03.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_03.uasset new file mode 100644 index 0000000..3cdee5d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_04.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_04.uasset new file mode 100644 index 0000000..0aced13 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_05.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_05.uasset new file mode 100644 index 0000000..f09ca38 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Torus_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_01.uasset new file mode 100644 index 0000000..d0cbcea Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_01P.uasset new file mode 100644 index 0000000..20c13a6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_02.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_02.uasset new file mode 100644 index 0000000..02710d8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_03.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_03.uasset new file mode 100644 index 0000000..3881c85 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_04.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_04.uasset new file mode 100644 index 0000000..a852f9e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_05.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_05.uasset new file mode 100644 index 0000000..15362dc Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Tube_05.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Primitive_Wedge_01.uasset b/Content/PolygonPrototype/Meshes/SM_Primitive_Wedge_01.uasset new file mode 100644 index 0000000..ec59e88 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Primitive_Wedge_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Barrel_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Barrel_01.uasset new file mode 100644 index 0000000..4bcb497 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Barrel_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Barrier_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Barrier_01.uasset new file mode 100644 index 0000000..c9f4861 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Barrier_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Bat_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Bat_01.uasset new file mode 100644 index 0000000..2a4f858 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Bat_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_BoostPad_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_BoostPad_01.uasset new file mode 100644 index 0000000..8df4466 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_BoostPad_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_C4_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_C4_01.uasset new file mode 100644 index 0000000..a4ea783 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_C4_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Chest_Wood_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Chest_Wood_01.uasset new file mode 100644 index 0000000..fcfa774 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Chest_Wood_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Chest_Wood_Lid.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Chest_Wood_Lid.uasset new file mode 100644 index 0000000..4a777ab Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Chest_Wood_Lid.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Cone_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Cone_01.uasset new file mode 100644 index 0000000..9b8561e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Cone_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Crate_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_01.uasset new file mode 100644 index 0000000..3b625a5 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Crate_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_02.uasset new file mode 100644 index 0000000..31dfc0b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Crate_03.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_03.uasset new file mode 100644 index 0000000..5281a53 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Crate_Exclamation_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_Exclamation_01.uasset new file mode 100644 index 0000000..9c2a63f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_Exclamation_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Crate_Question_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_Question_01.uasset new file mode 100644 index 0000000..b162472 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Crate_Question_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_FlagPole_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_FlagPole_01.uasset new file mode 100644 index 0000000..6c601af Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_FlagPole_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Knife_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Knife_01.uasset new file mode 100644 index 0000000..d794bc9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Knife_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x1_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x1_01.uasset new file mode 100644 index 0000000..b48de33 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x1_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x1_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x1_01P.uasset new file mode 100644 index 0000000..bfe22bb Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x1_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x2_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x2_01.uasset new file mode 100644 index 0000000..4555738 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x2_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x2_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x2_01P.uasset new file mode 100644 index 0000000..122bdd3 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x2_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x4_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x4_01.uasset new file mode 100644 index 0000000..bd0713c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x4_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x4_01P.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x4_01P.uasset new file mode 100644 index 0000000..a3be027 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Ladder_1x4_01P.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_MetalPlate_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_MetalPlate_01.uasset new file mode 100644 index 0000000..2e387fd Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_MetalPlate_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_MetalPlate_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_MetalPlate_02.uasset new file mode 100644 index 0000000..bdaa51c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_MetalPlate_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_01.uasset new file mode 100644 index 0000000..1a05c3e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_02.uasset new file mode 100644 index 0000000..6c965f6 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_03.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_03.uasset new file mode 100644 index 0000000..06d3fee Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_04.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_04.uasset new file mode 100644 index 0000000..a1838be Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_04.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_Curve_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_Curve_01.uasset new file mode 100644 index 0000000..5410880 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_Curve_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_Curve_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_Curve_02.uasset new file mode 100644 index 0000000..76d53c9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Pipe_Curve_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Sword_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Sword_01.uasset new file mode 100644 index 0000000..9b6ff47 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Sword_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Synty_Cube_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Synty_Cube_01.uasset new file mode 100644 index 0000000..c39d21a Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Synty_Cube_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Target_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Target_01.uasset new file mode 100644 index 0000000..c3ce5b9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Target_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Target_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Target_02.uasset new file mode 100644 index 0000000..745f790 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Target_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Target_03.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Target_03.uasset new file mode 100644 index 0000000..dc91f14 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Target_03.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Target_Stand_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Target_Stand_01.uasset new file mode 100644 index 0000000..b5a5225 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Target_Stand_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Bush_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Bush_01.uasset new file mode 100644 index 0000000..c292def Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Bush_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Palm_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Palm_01.uasset new file mode 100644 index 0000000..24a73ba Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Palm_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Palm_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Palm_02.uasset new file mode 100644 index 0000000..e902fb9 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Palm_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Pine_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Pine_01.uasset new file mode 100644 index 0000000..8eb25a8 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Pine_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Pine_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Pine_02.uasset new file mode 100644 index 0000000..4aa6c4d Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Pine_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Round_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Round_01.uasset new file mode 100644 index 0000000..948b53f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Round_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Round_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Round_02.uasset new file mode 100644 index 0000000..55b8102 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Round_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Square_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Square_01.uasset new file mode 100644 index 0000000..fd88805 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Square_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Square_02.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Square_02.uasset new file mode 100644 index 0000000..177d9ab Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Tree_Square_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Vase_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Vase_01.uasset new file mode 100644 index 0000000..a8c1654 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Vase_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_Window_Bar_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_Window_Bar_01.uasset new file mode 100644 index 0000000..075b814 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_Window_Bar_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Prop_WoodPlank_01.uasset b/Content/PolygonPrototype/Meshes/SM_Prop_WoodPlank_01.uasset new file mode 100644 index 0000000..71ca77f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Prop_WoodPlank_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Button_01.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Button_01.uasset new file mode 100644 index 0000000..6fadf36 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Button_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Button_02.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Button_02.uasset new file mode 100644 index 0000000..0f7e48e Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Button_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Button_Push_01.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Button_Push_01.uasset new file mode 100644 index 0000000..b25a474 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Button_Push_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Button_Push_02.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Button_Push_02.uasset new file mode 100644 index 0000000..680edc0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Button_Push_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Lever_01.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_01.uasset new file mode 100644 index 0000000..5ff0d5f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Lever_02.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_02.uasset new file mode 100644 index 0000000..49127a0 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Lever_Stick_01.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_Stick_01.uasset new file mode 100644 index 0000000..99debb4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_Stick_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Lever_Stick_02.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_Stick_02.uasset new file mode 100644 index 0000000..22c6b16 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Lever_Stick_02.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Remote_01.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Remote_01.uasset new file mode 100644 index 0000000..13ef91f Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Remote_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/SM_Switch_Remote_Button_01.uasset b/Content/PolygonPrototype/Meshes/SM_Switch_Remote_Button_01.uasset new file mode 100644 index 0000000..ee0c377 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/SM_Switch_Remote_Button_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01.uasset b/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01.uasset new file mode 100644 index 0000000..bcc3b06 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01_PhysicsAsset.uasset b/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01_PhysicsAsset.uasset new file mode 100644 index 0000000..8ecf18c Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01_PhysicsAsset.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01_Skeleton.uasset b/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01_Skeleton.uasset new file mode 100644 index 0000000..307a2ac Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Vehicle/SK_Veh_Car_Sports_01_Skeleton.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01.uasset b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01.uasset new file mode 100644 index 0000000..c396fb4 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01_PhysicsAsset.uasset b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01_PhysicsAsset.uasset new file mode 100644 index 0000000..e822488 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01_PhysicsAsset.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01_Skeleton.uasset b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01_Skeleton.uasset new file mode 100644 index 0000000..0418b70 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Pistol_01_Skeleton.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01.uasset b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01.uasset new file mode 100644 index 0000000..9d7fa0b Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01_PhysicsAsset.uasset b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01_PhysicsAsset.uasset new file mode 100644 index 0000000..3733e37 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01_PhysicsAsset.uasset differ diff --git a/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01_Skeleton.uasset b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01_Skeleton.uasset new file mode 100644 index 0000000..2fd2644 Binary files /dev/null and b/Content/PolygonPrototype/Meshes/Weapons/SK_Prop_Rifle_01_Skeleton.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_01.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_01.uasset new file mode 100644 index 0000000..2decc51 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_01.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_01_Emission.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_01_Emission.uasset new file mode 100644 index 0000000..4e04610 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_01_Emission.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_02.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_02.uasset new file mode 100644 index 0000000..a1a1427 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_02.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_03.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_03.uasset new file mode 100644 index 0000000..3f31c7b Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_03.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_04.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_04.uasset new file mode 100644 index 0000000..626325f Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_04.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_05.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_05.uasset new file mode 100644 index 0000000..ce810aa Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_05.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_06.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_06.uasset new file mode 100644 index 0000000..2353f2f Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_06.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_07.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_07.uasset new file mode 100644 index 0000000..69c4bf0 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_07.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_08.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_08.uasset new file mode 100644 index 0000000..76f9286 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_08.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_09.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_09.uasset new file mode 100644 index 0000000..037eb0b Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_09.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_10.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_10.uasset new file mode 100644 index 0000000..869f848 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_10.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_01.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_01.uasset new file mode 100644 index 0000000..e640569 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_01.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_02.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_02.uasset new file mode 100644 index 0000000..fee0932 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_02.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_03.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_03.uasset new file mode 100644 index 0000000..5f953ce Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_03.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_04.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_04.uasset new file mode 100644 index 0000000..39a8249 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_04.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_05.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_05.uasset new file mode 100644 index 0000000..f56598e Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_05.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_06.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_06.uasset new file mode 100644 index 0000000..576d14d Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_06.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_07.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_07.uasset new file mode 100644 index 0000000..7276577 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_07.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_08.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_08.uasset new file mode 100644 index 0000000..87c4ebf Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_08.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_Glass_01.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_Glass_01.uasset new file mode 100644 index 0000000..54d8b62 Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Grid_Glass_01.uasset differ diff --git a/Content/PolygonPrototype/Textures/T_PolygonPrototype_Metallic.uasset b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Metallic.uasset new file mode 100644 index 0000000..eb01cea Binary files /dev/null and b/Content/PolygonPrototype/Textures/T_PolygonPrototype_Metallic.uasset differ diff --git a/Content/StarterContent/Architecture/Floor_400x400.uasset b/Content/StarterContent/Architecture/Floor_400x400.uasset new file mode 100644 index 0000000..09e412c Binary files /dev/null and b/Content/StarterContent/Architecture/Floor_400x400.uasset differ diff --git a/Content/StarterContent/Architecture/Pillar_50x500.uasset b/Content/StarterContent/Architecture/Pillar_50x500.uasset new file mode 100644 index 0000000..bdc6300 Binary files /dev/null and b/Content/StarterContent/Architecture/Pillar_50x500.uasset differ diff --git a/Content/StarterContent/Architecture/SM_AssetPlatform.uasset b/Content/StarterContent/Architecture/SM_AssetPlatform.uasset new file mode 100644 index 0000000..91af545 Binary files /dev/null and b/Content/StarterContent/Architecture/SM_AssetPlatform.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_400x200.uasset b/Content/StarterContent/Architecture/Wall_400x200.uasset new file mode 100644 index 0000000..dbe6a03 Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_400x200.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_400x300.uasset b/Content/StarterContent/Architecture/Wall_400x300.uasset new file mode 100644 index 0000000..2d05458 Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_400x300.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_400x400.uasset b/Content/StarterContent/Architecture/Wall_400x400.uasset new file mode 100644 index 0000000..8de09bf Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_400x400.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_500x500.uasset b/Content/StarterContent/Architecture/Wall_500x500.uasset new file mode 100644 index 0000000..d5069d0 Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_500x500.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_Door_400x300.uasset b/Content/StarterContent/Architecture/Wall_Door_400x300.uasset new file mode 100644 index 0000000..e8e8c43 Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_Door_400x300.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_Door_400x400.uasset b/Content/StarterContent/Architecture/Wall_Door_400x400.uasset new file mode 100644 index 0000000..b2374ef Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_Door_400x400.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_Window_400x300.uasset b/Content/StarterContent/Architecture/Wall_Window_400x300.uasset new file mode 100644 index 0000000..09557ea Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_Window_400x300.uasset differ diff --git a/Content/StarterContent/Architecture/Wall_Window_400x400.uasset b/Content/StarterContent/Architecture/Wall_Window_400x400.uasset new file mode 100644 index 0000000..482ed75 Binary files /dev/null and b/Content/StarterContent/Architecture/Wall_Window_400x400.uasset differ diff --git a/Content/StarterContent/Audio/Collapse01.uasset b/Content/StarterContent/Audio/Collapse01.uasset new file mode 100644 index 0000000..9c68be4 Binary files /dev/null and b/Content/StarterContent/Audio/Collapse01.uasset differ diff --git a/Content/StarterContent/Audio/Collapse02.uasset b/Content/StarterContent/Audio/Collapse02.uasset new file mode 100644 index 0000000..5bd3fec Binary files /dev/null and b/Content/StarterContent/Audio/Collapse02.uasset differ diff --git a/Content/StarterContent/Audio/Collapse_Cue.uasset b/Content/StarterContent/Audio/Collapse_Cue.uasset new file mode 100644 index 0000000..4548e1e Binary files /dev/null and b/Content/StarterContent/Audio/Collapse_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Explosion01.uasset b/Content/StarterContent/Audio/Explosion01.uasset new file mode 100644 index 0000000..2ec32d8 Binary files /dev/null and b/Content/StarterContent/Audio/Explosion01.uasset differ diff --git a/Content/StarterContent/Audio/Explosion02.uasset b/Content/StarterContent/Audio/Explosion02.uasset new file mode 100644 index 0000000..98174ab Binary files /dev/null and b/Content/StarterContent/Audio/Explosion02.uasset differ diff --git a/Content/StarterContent/Audio/Explosion_Cue.uasset b/Content/StarterContent/Audio/Explosion_Cue.uasset new file mode 100644 index 0000000..7984faf Binary files /dev/null and b/Content/StarterContent/Audio/Explosion_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Fire01.uasset b/Content/StarterContent/Audio/Fire01.uasset new file mode 100644 index 0000000..0c495f4 Binary files /dev/null and b/Content/StarterContent/Audio/Fire01.uasset differ diff --git a/Content/StarterContent/Audio/Fire01_Cue.uasset b/Content/StarterContent/Audio/Fire01_Cue.uasset new file mode 100644 index 0000000..86861b6 Binary files /dev/null and b/Content/StarterContent/Audio/Fire01_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Fire_Sparks01.uasset b/Content/StarterContent/Audio/Fire_Sparks01.uasset new file mode 100644 index 0000000..1479dad Binary files /dev/null and b/Content/StarterContent/Audio/Fire_Sparks01.uasset differ diff --git a/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset new file mode 100644 index 0000000..f93b729 Binary files /dev/null and b/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Light01.uasset b/Content/StarterContent/Audio/Light01.uasset new file mode 100644 index 0000000..8e02bab Binary files /dev/null and b/Content/StarterContent/Audio/Light01.uasset differ diff --git a/Content/StarterContent/Audio/Light01_Cue.uasset b/Content/StarterContent/Audio/Light01_Cue.uasset new file mode 100644 index 0000000..a165870 Binary files /dev/null and b/Content/StarterContent/Audio/Light01_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Light02.uasset b/Content/StarterContent/Audio/Light02.uasset new file mode 100644 index 0000000..907cd0e Binary files /dev/null and b/Content/StarterContent/Audio/Light02.uasset differ diff --git a/Content/StarterContent/Audio/Light02_Cue.uasset b/Content/StarterContent/Audio/Light02_Cue.uasset new file mode 100644 index 0000000..1a63569 Binary files /dev/null and b/Content/StarterContent/Audio/Light02_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Smoke01.uasset b/Content/StarterContent/Audio/Smoke01.uasset new file mode 100644 index 0000000..023a555 Binary files /dev/null and b/Content/StarterContent/Audio/Smoke01.uasset differ diff --git a/Content/StarterContent/Audio/Smoke01_Cue.uasset b/Content/StarterContent/Audio/Smoke01_Cue.uasset new file mode 100644 index 0000000..b7d7bad Binary files /dev/null and b/Content/StarterContent/Audio/Smoke01_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Starter_Background_Cue.uasset b/Content/StarterContent/Audio/Starter_Background_Cue.uasset new file mode 100644 index 0000000..fc9649f Binary files /dev/null and b/Content/StarterContent/Audio/Starter_Background_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Starter_Birds01.uasset b/Content/StarterContent/Audio/Starter_Birds01.uasset new file mode 100644 index 0000000..900fc5e Binary files /dev/null and b/Content/StarterContent/Audio/Starter_Birds01.uasset differ diff --git a/Content/StarterContent/Audio/Starter_Music01.uasset b/Content/StarterContent/Audio/Starter_Music01.uasset new file mode 100644 index 0000000..d404003 Binary files /dev/null and b/Content/StarterContent/Audio/Starter_Music01.uasset differ diff --git a/Content/StarterContent/Audio/Starter_Music_Cue.uasset b/Content/StarterContent/Audio/Starter_Music_Cue.uasset new file mode 100644 index 0000000..1bba60d Binary files /dev/null and b/Content/StarterContent/Audio/Starter_Music_Cue.uasset differ diff --git a/Content/StarterContent/Audio/Starter_Wind05.uasset b/Content/StarterContent/Audio/Starter_Wind05.uasset new file mode 100644 index 0000000..36bf8d9 Binary files /dev/null and b/Content/StarterContent/Audio/Starter_Wind05.uasset differ diff --git a/Content/StarterContent/Audio/Starter_Wind06.uasset b/Content/StarterContent/Audio/Starter_Wind06.uasset new file mode 100644 index 0000000..0867c74 Binary files /dev/null and b/Content/StarterContent/Audio/Starter_Wind06.uasset differ diff --git a/Content/StarterContent/Audio/Steam01.uasset b/Content/StarterContent/Audio/Steam01.uasset new file mode 100644 index 0000000..a1ee8a7 Binary files /dev/null and b/Content/StarterContent/Audio/Steam01.uasset differ diff --git a/Content/StarterContent/Audio/Steam01_Cue.uasset b/Content/StarterContent/Audio/Steam01_Cue.uasset new file mode 100644 index 0000000..2ef161f Binary files /dev/null and b/Content/StarterContent/Audio/Steam01_Cue.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset new file mode 100644 index 0000000..ea2837b Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset new file mode 100644 index 0000000..5c2ebaa Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset new file mode 100644 index 0000000..26b6875 Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset new file mode 100644 index 0000000..14867a5 Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset new file mode 100644 index 0000000..730f059 Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset new file mode 100644 index 0000000..b19da9a Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/Skybox.uasset b/Content/StarterContent/Blueprints/Assets/Skybox.uasset new file mode 100644 index 0000000..85c063a Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/Skybox.uasset differ diff --git a/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset new file mode 100644 index 0000000..454ca01 Binary files /dev/null and b/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset differ diff --git a/Content/StarterContent/Blueprints/BP_LightStudio.uasset b/Content/StarterContent/Blueprints/BP_LightStudio.uasset new file mode 100644 index 0000000..2b3d225 Binary files /dev/null and b/Content/StarterContent/Blueprints/BP_LightStudio.uasset differ diff --git a/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset new file mode 100644 index 0000000..b5b40a2 Binary files /dev/null and b/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset differ diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset new file mode 100644 index 0000000..3e92029 Binary files /dev/null and b/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset differ diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset new file mode 100644 index 0000000..a0c45b8 Binary files /dev/null and b/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset differ diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset new file mode 100644 index 0000000..bb648c9 Binary files /dev/null and b/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset differ diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset new file mode 100644 index 0000000..1c27dc4 Binary files /dev/null and b/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset differ diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset new file mode 100644 index 0000000..45417c8 Binary files /dev/null and b/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset differ diff --git a/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset new file mode 100644 index 0000000..3f29873 Binary files /dev/null and b/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset differ diff --git a/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 0000000..9b1f1be Binary files /dev/null and b/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset differ diff --git a/Content/StarterContent/Maps/Advanced_Lighting.umap b/Content/StarterContent/Maps/Advanced_Lighting.umap new file mode 100644 index 0000000..ebf6966 Binary files /dev/null and b/Content/StarterContent/Maps/Advanced_Lighting.umap differ diff --git a/Content/StarterContent/Maps/Minimal_Default.umap b/Content/StarterContent/Maps/Minimal_Default.umap new file mode 100644 index 0000000..e056d46 Binary files /dev/null and b/Content/StarterContent/Maps/Minimal_Default.umap differ diff --git a/Content/StarterContent/Maps/StarterMap.umap b/Content/StarterContent/Maps/StarterMap.umap new file mode 100644 index 0000000..5bea642 Binary files /dev/null and b/Content/StarterContent/Maps/StarterMap.umap differ diff --git a/Content/StarterContent/Materials/M_AssetPlatform.uasset b/Content/StarterContent/Materials/M_AssetPlatform.uasset new file mode 100644 index 0000000..bbff73a Binary files /dev/null and b/Content/StarterContent/Materials/M_AssetPlatform.uasset differ diff --git a/Content/StarterContent/Materials/M_Basic_Floor.uasset b/Content/StarterContent/Materials/M_Basic_Floor.uasset new file mode 100644 index 0000000..498b3d5 Binary files /dev/null and b/Content/StarterContent/Materials/M_Basic_Floor.uasset differ diff --git a/Content/StarterContent/Materials/M_Basic_Wall.uasset b/Content/StarterContent/Materials/M_Basic_Wall.uasset new file mode 100644 index 0000000..94cc0b4 Binary files /dev/null and b/Content/StarterContent/Materials/M_Basic_Wall.uasset differ diff --git a/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset new file mode 100644 index 0000000..4a8b281 Binary files /dev/null and b/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset differ diff --git a/Content/StarterContent/Materials/M_Brick_Clay_New.uasset b/Content/StarterContent/Materials/M_Brick_Clay_New.uasset new file mode 100644 index 0000000..55f4bbc Binary files /dev/null and b/Content/StarterContent/Materials/M_Brick_Clay_New.uasset differ diff --git a/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset b/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset new file mode 100644 index 0000000..4d14eff Binary files /dev/null and b/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset differ diff --git a/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset new file mode 100644 index 0000000..334d799 Binary files /dev/null and b/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset differ diff --git a/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset new file mode 100644 index 0000000..a3df1d7 Binary files /dev/null and b/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset differ diff --git a/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset new file mode 100644 index 0000000..02d8081 Binary files /dev/null and b/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset differ diff --git a/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset new file mode 100644 index 0000000..626e0c9 Binary files /dev/null and b/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset differ diff --git a/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset b/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset new file mode 100644 index 0000000..30db2d4 Binary files /dev/null and b/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset differ diff --git a/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset new file mode 100644 index 0000000..d8cd78a Binary files /dev/null and b/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset differ diff --git a/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset new file mode 100644 index 0000000..86b91aa Binary files /dev/null and b/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset differ diff --git a/Content/StarterContent/Materials/M_Concrete_Grime.uasset b/Content/StarterContent/Materials/M_Concrete_Grime.uasset new file mode 100644 index 0000000..6418d5d Binary files /dev/null and b/Content/StarterContent/Materials/M_Concrete_Grime.uasset differ diff --git a/Content/StarterContent/Materials/M_Concrete_Panels.uasset b/Content/StarterContent/Materials/M_Concrete_Panels.uasset new file mode 100644 index 0000000..03f5560 Binary files /dev/null and b/Content/StarterContent/Materials/M_Concrete_Panels.uasset differ diff --git a/Content/StarterContent/Materials/M_Concrete_Poured.uasset b/Content/StarterContent/Materials/M_Concrete_Poured.uasset new file mode 100644 index 0000000..3a67e61 Binary files /dev/null and b/Content/StarterContent/Materials/M_Concrete_Poured.uasset differ diff --git a/Content/StarterContent/Materials/M_Concrete_Tiles.uasset b/Content/StarterContent/Materials/M_Concrete_Tiles.uasset new file mode 100644 index 0000000..1f09464 Binary files /dev/null and b/Content/StarterContent/Materials/M_Concrete_Tiles.uasset differ diff --git a/Content/StarterContent/Materials/M_Glass.uasset b/Content/StarterContent/Materials/M_Glass.uasset new file mode 100644 index 0000000..7a724fa Binary files /dev/null and b/Content/StarterContent/Materials/M_Glass.uasset differ diff --git a/Content/StarterContent/Materials/M_Ground_Grass.uasset b/Content/StarterContent/Materials/M_Ground_Grass.uasset new file mode 100644 index 0000000..14dc3f4 Binary files /dev/null and b/Content/StarterContent/Materials/M_Ground_Grass.uasset differ diff --git a/Content/StarterContent/Materials/M_Ground_Gravel.uasset b/Content/StarterContent/Materials/M_Ground_Gravel.uasset new file mode 100644 index 0000000..ae1e67f Binary files /dev/null and b/Content/StarterContent/Materials/M_Ground_Gravel.uasset differ diff --git a/Content/StarterContent/Materials/M_Ground_Moss.uasset b/Content/StarterContent/Materials/M_Ground_Moss.uasset new file mode 100644 index 0000000..95a0fc5 Binary files /dev/null and b/Content/StarterContent/Materials/M_Ground_Moss.uasset differ diff --git a/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset new file mode 100644 index 0000000..0694e6d Binary files /dev/null and b/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset differ diff --git a/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset new file mode 100644 index 0000000..eec4dec Binary files /dev/null and b/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset differ diff --git a/Content/StarterContent/Materials/M_Metal_Chrome.uasset b/Content/StarterContent/Materials/M_Metal_Chrome.uasset new file mode 100644 index 0000000..9a822c5 Binary files /dev/null and b/Content/StarterContent/Materials/M_Metal_Chrome.uasset differ diff --git a/Content/StarterContent/Materials/M_Metal_Copper.uasset b/Content/StarterContent/Materials/M_Metal_Copper.uasset new file mode 100644 index 0000000..42633ce Binary files /dev/null and b/Content/StarterContent/Materials/M_Metal_Copper.uasset differ diff --git a/Content/StarterContent/Materials/M_Metal_Gold.uasset b/Content/StarterContent/Materials/M_Metal_Gold.uasset new file mode 100644 index 0000000..7bde425 Binary files /dev/null and b/Content/StarterContent/Materials/M_Metal_Gold.uasset differ diff --git a/Content/StarterContent/Materials/M_Metal_Rust.uasset b/Content/StarterContent/Materials/M_Metal_Rust.uasset new file mode 100644 index 0000000..b1d05f5 Binary files /dev/null and b/Content/StarterContent/Materials/M_Metal_Rust.uasset differ diff --git a/Content/StarterContent/Materials/M_Metal_Steel.uasset b/Content/StarterContent/Materials/M_Metal_Steel.uasset new file mode 100644 index 0000000..912470a Binary files /dev/null and b/Content/StarterContent/Materials/M_Metal_Steel.uasset differ diff --git a/Content/StarterContent/Materials/M_Rock_Basalt.uasset b/Content/StarterContent/Materials/M_Rock_Basalt.uasset new file mode 100644 index 0000000..5b209f7 Binary files /dev/null and b/Content/StarterContent/Materials/M_Rock_Basalt.uasset differ diff --git a/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset new file mode 100644 index 0000000..97bf29d Binary files /dev/null and b/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset differ diff --git a/Content/StarterContent/Materials/M_Rock_Sandstone.uasset b/Content/StarterContent/Materials/M_Rock_Sandstone.uasset new file mode 100644 index 0000000..873d4f6 Binary files /dev/null and b/Content/StarterContent/Materials/M_Rock_Sandstone.uasset differ diff --git a/Content/StarterContent/Materials/M_Rock_Slate.uasset b/Content/StarterContent/Materials/M_Rock_Slate.uasset new file mode 100644 index 0000000..7a8f580 Binary files /dev/null and b/Content/StarterContent/Materials/M_Rock_Slate.uasset differ diff --git a/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset new file mode 100644 index 0000000..ee14032 Binary files /dev/null and b/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset differ diff --git a/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset new file mode 100644 index 0000000..f66870d Binary files /dev/null and b/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset differ diff --git a/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset new file mode 100644 index 0000000..2f785ed Binary files /dev/null and b/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset differ diff --git a/Content/StarterContent/Materials/M_Tech_Panel.uasset b/Content/StarterContent/Materials/M_Tech_Panel.uasset new file mode 100644 index 0000000..c186777 Binary files /dev/null and b/Content/StarterContent/Materials/M_Tech_Panel.uasset differ diff --git a/Content/StarterContent/Materials/M_Water_Lake.uasset b/Content/StarterContent/Materials/M_Water_Lake.uasset new file mode 100644 index 0000000..3a0789a Binary files /dev/null and b/Content/StarterContent/Materials/M_Water_Lake.uasset differ diff --git a/Content/StarterContent/Materials/M_Water_Ocean.uasset b/Content/StarterContent/Materials/M_Water_Ocean.uasset new file mode 100644 index 0000000..367ea6e Binary files /dev/null and b/Content/StarterContent/Materials/M_Water_Ocean.uasset differ diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset new file mode 100644 index 0000000..a2f3818 Binary files /dev/null and b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset differ diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset new file mode 100644 index 0000000..f59f6b2 Binary files /dev/null and b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset differ diff --git a/Content/StarterContent/Materials/M_Wood_Oak.uasset b/Content/StarterContent/Materials/M_Wood_Oak.uasset new file mode 100644 index 0000000..2eeda9a Binary files /dev/null and b/Content/StarterContent/Materials/M_Wood_Oak.uasset differ diff --git a/Content/StarterContent/Materials/M_Wood_Pine.uasset b/Content/StarterContent/Materials/M_Wood_Pine.uasset new file mode 100644 index 0000000..6cac5ec Binary files /dev/null and b/Content/StarterContent/Materials/M_Wood_Pine.uasset differ diff --git a/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/Content/StarterContent/Materials/M_Wood_Walnut.uasset new file mode 100644 index 0000000..3f20536 Binary files /dev/null and b/Content/StarterContent/Materials/M_Wood_Walnut.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_Burst.uasset b/Content/StarterContent/Particles/Materials/M_Burst.uasset new file mode 100644 index 0000000..95fa7fe Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_Burst.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset new file mode 100644 index 0000000..9af46f1 Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset new file mode 100644 index 0000000..4b2548d Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset new file mode 100644 index 0000000..a7f38a5 Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset new file mode 100644 index 0000000..a2dbd9e Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_Spark.uasset b/Content/StarterContent/Particles/Materials/M_Spark.uasset new file mode 100644 index 0000000..0ecf6f1 Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_Spark.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset new file mode 100644 index 0000000..9a9041a Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset b/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset new file mode 100644 index 0000000..4a7c8f7 Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset differ diff --git a/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset new file mode 100644 index 0000000..8a89654 Binary files /dev/null and b/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset differ diff --git a/Content/StarterContent/Particles/Materials/m_flare_01.uasset b/Content/StarterContent/Particles/Materials/m_flare_01.uasset new file mode 100644 index 0000000..a2af5ac Binary files /dev/null and b/Content/StarterContent/Particles/Materials/m_flare_01.uasset differ diff --git a/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/Content/StarterContent/Particles/P_Ambient_Dust.uasset new file mode 100644 index 0000000..38b6cab Binary files /dev/null and b/Content/StarterContent/Particles/P_Ambient_Dust.uasset differ diff --git a/Content/StarterContent/Particles/P_Explosion.uasset b/Content/StarterContent/Particles/P_Explosion.uasset new file mode 100644 index 0000000..8f6e03a Binary files /dev/null and b/Content/StarterContent/Particles/P_Explosion.uasset differ diff --git a/Content/StarterContent/Particles/P_Fire.uasset b/Content/StarterContent/Particles/P_Fire.uasset new file mode 100644 index 0000000..3fb74a8 Binary files /dev/null and b/Content/StarterContent/Particles/P_Fire.uasset differ diff --git a/Content/StarterContent/Particles/P_Smoke.uasset b/Content/StarterContent/Particles/P_Smoke.uasset new file mode 100644 index 0000000..a6014df Binary files /dev/null and b/Content/StarterContent/Particles/P_Smoke.uasset differ diff --git a/Content/StarterContent/Particles/P_Sparks.uasset b/Content/StarterContent/Particles/P_Sparks.uasset new file mode 100644 index 0000000..8a6dc37 Binary files /dev/null and b/Content/StarterContent/Particles/P_Sparks.uasset differ diff --git a/Content/StarterContent/Particles/P_Steam_Lit.uasset b/Content/StarterContent/Particles/P_Steam_Lit.uasset new file mode 100644 index 0000000..3e96da7 Binary files /dev/null and b/Content/StarterContent/Particles/P_Steam_Lit.uasset differ diff --git a/Content/StarterContent/Props/MaterialSphere.uasset b/Content/StarterContent/Props/MaterialSphere.uasset new file mode 100644 index 0000000..c1463ff Binary files /dev/null and b/Content/StarterContent/Props/MaterialSphere.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Bush.uasset b/Content/StarterContent/Props/Materials/M_Bush.uasset new file mode 100644 index 0000000..887ffe8 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Bush.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Chair.uasset b/Content/StarterContent/Props/Materials/M_Chair.uasset new file mode 100644 index 0000000..659b223 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Chair.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Door.uasset b/Content/StarterContent/Props/Materials/M_Door.uasset new file mode 100644 index 0000000..9bbe9d7 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Door.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Frame.uasset b/Content/StarterContent/Props/Materials/M_Frame.uasset new file mode 100644 index 0000000..d34ec7a Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Frame.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Lamp.uasset b/Content/StarterContent/Props/Materials/M_Lamp.uasset new file mode 100644 index 0000000..20db6e8 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Lamp.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_MaterialSphere.uasset b/Content/StarterContent/Props/Materials/M_MaterialSphere.uasset new file mode 100644 index 0000000..a370ae8 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_MaterialSphere.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_MaterialSphere_Plain.uasset b/Content/StarterContent/Props/Materials/M_MaterialSphere_Plain.uasset new file mode 100644 index 0000000..cfbfba2 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_MaterialSphere_Plain.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Rock.uasset b/Content/StarterContent/Props/Materials/M_Rock.uasset new file mode 100644 index 0000000..7f62d33 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Rock.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Shelf.uasset b/Content/StarterContent/Props/Materials/M_Shelf.uasset new file mode 100644 index 0000000..d911681 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Shelf.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_Statue.uasset b/Content/StarterContent/Props/Materials/M_Statue.uasset new file mode 100644 index 0000000..ca31d2d Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_Statue.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_StatueGlass.uasset b/Content/StarterContent/Props/Materials/M_StatueGlass.uasset new file mode 100644 index 0000000..18d8bca Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_StatueGlass.uasset differ diff --git a/Content/StarterContent/Props/Materials/M_TableRound.uasset b/Content/StarterContent/Props/Materials/M_TableRound.uasset new file mode 100644 index 0000000..753a161 Binary files /dev/null and b/Content/StarterContent/Props/Materials/M_TableRound.uasset differ diff --git a/Content/StarterContent/Props/SM_Bush.uasset b/Content/StarterContent/Props/SM_Bush.uasset new file mode 100644 index 0000000..afdadf5 Binary files /dev/null and b/Content/StarterContent/Props/SM_Bush.uasset differ diff --git a/Content/StarterContent/Props/SM_Chair.uasset b/Content/StarterContent/Props/SM_Chair.uasset new file mode 100644 index 0000000..0fc71ec Binary files /dev/null and b/Content/StarterContent/Props/SM_Chair.uasset differ diff --git a/Content/StarterContent/Props/SM_CornerFrame.uasset b/Content/StarterContent/Props/SM_CornerFrame.uasset new file mode 100644 index 0000000..c62df6c Binary files /dev/null and b/Content/StarterContent/Props/SM_CornerFrame.uasset differ diff --git a/Content/StarterContent/Props/SM_Couch.uasset b/Content/StarterContent/Props/SM_Couch.uasset new file mode 100644 index 0000000..3e560f4 Binary files /dev/null and b/Content/StarterContent/Props/SM_Couch.uasset differ diff --git a/Content/StarterContent/Props/SM_Door.uasset b/Content/StarterContent/Props/SM_Door.uasset new file mode 100644 index 0000000..cf15f19 Binary files /dev/null and b/Content/StarterContent/Props/SM_Door.uasset differ diff --git a/Content/StarterContent/Props/SM_DoorFrame.uasset b/Content/StarterContent/Props/SM_DoorFrame.uasset new file mode 100644 index 0000000..7e1301b Binary files /dev/null and b/Content/StarterContent/Props/SM_DoorFrame.uasset differ diff --git a/Content/StarterContent/Props/SM_GlassWindow.uasset b/Content/StarterContent/Props/SM_GlassWindow.uasset new file mode 100644 index 0000000..a63f833 Binary files /dev/null and b/Content/StarterContent/Props/SM_GlassWindow.uasset differ diff --git a/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset b/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset new file mode 100644 index 0000000..d01ce53 Binary files /dev/null and b/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset differ diff --git a/Content/StarterContent/Props/SM_Lamp_Wall.uasset b/Content/StarterContent/Props/SM_Lamp_Wall.uasset new file mode 100644 index 0000000..7a38684 Binary files /dev/null and b/Content/StarterContent/Props/SM_Lamp_Wall.uasset differ diff --git a/Content/StarterContent/Props/SM_MatPreviewMesh_02.uasset b/Content/StarterContent/Props/SM_MatPreviewMesh_02.uasset new file mode 100644 index 0000000..3d84b7a Binary files /dev/null and b/Content/StarterContent/Props/SM_MatPreviewMesh_02.uasset differ diff --git a/Content/StarterContent/Props/SM_PillarFrame.uasset b/Content/StarterContent/Props/SM_PillarFrame.uasset new file mode 100644 index 0000000..fb764dc Binary files /dev/null and b/Content/StarterContent/Props/SM_PillarFrame.uasset differ diff --git a/Content/StarterContent/Props/SM_PillarFrame300.uasset b/Content/StarterContent/Props/SM_PillarFrame300.uasset new file mode 100644 index 0000000..370dac3 Binary files /dev/null and b/Content/StarterContent/Props/SM_PillarFrame300.uasset differ diff --git a/Content/StarterContent/Props/SM_Rock.uasset b/Content/StarterContent/Props/SM_Rock.uasset new file mode 100644 index 0000000..feace85 Binary files /dev/null and b/Content/StarterContent/Props/SM_Rock.uasset differ diff --git a/Content/StarterContent/Props/SM_Shelf.uasset b/Content/StarterContent/Props/SM_Shelf.uasset new file mode 100644 index 0000000..59a1d44 Binary files /dev/null and b/Content/StarterContent/Props/SM_Shelf.uasset differ diff --git a/Content/StarterContent/Props/SM_Stairs.uasset b/Content/StarterContent/Props/SM_Stairs.uasset new file mode 100644 index 0000000..5a868ee Binary files /dev/null and b/Content/StarterContent/Props/SM_Stairs.uasset differ diff --git a/Content/StarterContent/Props/SM_Statue.uasset b/Content/StarterContent/Props/SM_Statue.uasset new file mode 100644 index 0000000..90fdfa8 Binary files /dev/null and b/Content/StarterContent/Props/SM_Statue.uasset differ diff --git a/Content/StarterContent/Props/SM_TableRound.uasset b/Content/StarterContent/Props/SM_TableRound.uasset new file mode 100644 index 0000000..535549c Binary files /dev/null and b/Content/StarterContent/Props/SM_TableRound.uasset differ diff --git a/Content/StarterContent/Props/SM_WindowFrame.uasset b/Content/StarterContent/Props/SM_WindowFrame.uasset new file mode 100644 index 0000000..4d85011 Binary files /dev/null and b/Content/StarterContent/Props/SM_WindowFrame.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Cone.uasset b/Content/StarterContent/Shapes/Shape_Cone.uasset new file mode 100644 index 0000000..bc685df Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Cone.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Cube.uasset b/Content/StarterContent/Shapes/Shape_Cube.uasset new file mode 100644 index 0000000..d5d054a Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Cube.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Cylinder.uasset b/Content/StarterContent/Shapes/Shape_Cylinder.uasset new file mode 100644 index 0000000..983bd32 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Cylinder.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset new file mode 100644 index 0000000..b7a0399 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Pipe.uasset b/Content/StarterContent/Shapes/Shape_Pipe.uasset new file mode 100644 index 0000000..fbe821c Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Pipe.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Pipe_180.uasset b/Content/StarterContent/Shapes/Shape_Pipe_180.uasset new file mode 100644 index 0000000..7d7aa08 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Pipe_180.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Pipe_90.uasset b/Content/StarterContent/Shapes/Shape_Pipe_90.uasset new file mode 100644 index 0000000..82fa6d0 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Pipe_90.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Plane.uasset b/Content/StarterContent/Shapes/Shape_Plane.uasset new file mode 100644 index 0000000..ee62e1a Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Plane.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset b/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset new file mode 100644 index 0000000..3de9f38 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Sphere.uasset b/Content/StarterContent/Shapes/Shape_Sphere.uasset new file mode 100644 index 0000000..a21aa6c Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Sphere.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Torus.uasset b/Content/StarterContent/Shapes/Shape_Torus.uasset new file mode 100644 index 0000000..230db12 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Torus.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_TriPyramid.uasset b/Content/StarterContent/Shapes/Shape_TriPyramid.uasset new file mode 100644 index 0000000..20e1fd6 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_TriPyramid.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Trim.uasset b/Content/StarterContent/Shapes/Shape_Trim.uasset new file mode 100644 index 0000000..c100a52 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Trim.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset b/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset new file mode 100644 index 0000000..a08d338 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset new file mode 100644 index 0000000..86ac9e9 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Tube.uasset b/Content/StarterContent/Shapes/Shape_Tube.uasset new file mode 100644 index 0000000..d6380a0 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Tube.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Wedge_A.uasset b/Content/StarterContent/Shapes/Shape_Wedge_A.uasset new file mode 100644 index 0000000..e94366d Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Wedge_A.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_Wedge_B.uasset b/Content/StarterContent/Shapes/Shape_Wedge_B.uasset new file mode 100644 index 0000000..a0f5775 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_Wedge_B.uasset differ diff --git a/Content/StarterContent/Shapes/Shape_WideCapsule.uasset b/Content/StarterContent/Shapes/Shape_WideCapsule.uasset new file mode 100644 index 0000000..83c5158 Binary files /dev/null and b/Content/StarterContent/Shapes/Shape_WideCapsule.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset new file mode 100644 index 0000000..cde8a37 Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset new file mode 100644 index 0000000..0f78bcf Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset new file mode 100644 index 0000000..c02df91 Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset new file mode 100644 index 0000000..ab1de4a Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset new file mode 100644 index 0000000..4cb592b Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset new file mode 100644 index 0000000..3620dee Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset new file mode 100644 index 0000000..37a6d4f Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset new file mode 100644 index 0000000..01561d1 Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset new file mode 100644 index 0000000..7094031 Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset new file mode 100644 index 0000000..2474d51 Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset new file mode 100644 index 0000000..ffdad9d Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset new file mode 100644 index 0000000..3d525e9 Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset new file mode 100644 index 0000000..7d1d773 Binary files /dev/null and b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Burst_M.uasset b/Content/StarterContent/Textures/T_Burst_M.uasset new file mode 100644 index 0000000..e43e1db Binary files /dev/null and b/Content/StarterContent/Textures/T_Burst_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Bush_D.uasset b/Content/StarterContent/Textures/T_Bush_D.uasset new file mode 100644 index 0000000..3b24784 Binary files /dev/null and b/Content/StarterContent/Textures/T_Bush_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Bush_N.uasset b/Content/StarterContent/Textures/T_Bush_N.uasset new file mode 100644 index 0000000..f62e559 Binary files /dev/null and b/Content/StarterContent/Textures/T_Bush_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset new file mode 100644 index 0000000..ba203d6 Binary files /dev/null and b/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset new file mode 100644 index 0000000..d6fb753 Binary files /dev/null and b/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Chair_M.uasset b/Content/StarterContent/Textures/T_Chair_M.uasset new file mode 100644 index 0000000..f306216 Binary files /dev/null and b/Content/StarterContent/Textures/T_Chair_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Chair_N.uasset b/Content/StarterContent/Textures/T_Chair_N.uasset new file mode 100644 index 0000000..ad31000 Binary files /dev/null and b/Content/StarterContent/Textures/T_Chair_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Checker_Noise_M.uasset b/Content/StarterContent/Textures/T_Checker_Noise_M.uasset new file mode 100644 index 0000000..8136c03 Binary files /dev/null and b/Content/StarterContent/Textures/T_Checker_Noise_M.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset new file mode 100644 index 0000000..cb630ca Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset new file mode 100644 index 0000000..281af6a Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset new file mode 100644 index 0000000..14dd97a Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset new file mode 100644 index 0000000..2e4ee40 Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset new file mode 100644 index 0000000..1a3facf Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset new file mode 100644 index 0000000..2cddc4e Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset new file mode 100644 index 0000000..e0ca1b4 Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset differ diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset new file mode 100644 index 0000000..64a4afe Binary files /dev/null and b/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset b/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset new file mode 100644 index 0000000..d02857b Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset b/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset new file mode 100644 index 0000000..dd911c3 Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset b/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset new file mode 100644 index 0000000..8309e99 Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset b/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset new file mode 100644 index 0000000..a27b602 Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset b/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset new file mode 100644 index 0000000..6bcd835 Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset new file mode 100644 index 0000000..b893e22 Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset new file mode 100644 index 0000000..6983f7f Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset new file mode 100644 index 0000000..952bfc3 Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset new file mode 100644 index 0000000..06ed586 Binary files /dev/null and b/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset b/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset new file mode 100644 index 0000000..2fa5958 Binary files /dev/null and b/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Door_M.uasset b/Content/StarterContent/Textures/T_Door_M.uasset new file mode 100644 index 0000000..9cfbae9 Binary files /dev/null and b/Content/StarterContent/Textures/T_Door_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Door_N.uasset b/Content/StarterContent/Textures/T_Door_N.uasset new file mode 100644 index 0000000..24ab932 Binary files /dev/null and b/Content/StarterContent/Textures/T_Door_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Dust_Particle_D.uasset b/Content/StarterContent/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 0000000..88a2c14 Binary files /dev/null and b/Content/StarterContent/Textures/T_Dust_Particle_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Explosion_SubUV.uasset b/Content/StarterContent/Textures/T_Explosion_SubUV.uasset new file mode 100644 index 0000000..eee9a6d Binary files /dev/null and b/Content/StarterContent/Textures/T_Explosion_SubUV.uasset differ diff --git a/Content/StarterContent/Textures/T_Fire_SubUV.uasset b/Content/StarterContent/Textures/T_Fire_SubUV.uasset new file mode 100644 index 0000000..b24d56a Binary files /dev/null and b/Content/StarterContent/Textures/T_Fire_SubUV.uasset differ diff --git a/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset b/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 0000000..43bf95a Binary files /dev/null and b/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Frame_M.uasset b/Content/StarterContent/Textures/T_Frame_M.uasset new file mode 100644 index 0000000..8994a83 Binary files /dev/null and b/Content/StarterContent/Textures/T_Frame_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Frame_N.uasset b/Content/StarterContent/Textures/T_Frame_N.uasset new file mode 100644 index 0000000..c4d6c32 Binary files /dev/null and b/Content/StarterContent/Textures/T_Frame_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Gradinet_01.uasset b/Content/StarterContent/Textures/T_Gradinet_01.uasset new file mode 100644 index 0000000..68165b1 Binary files /dev/null and b/Content/StarterContent/Textures/T_Gradinet_01.uasset differ diff --git a/Content/StarterContent/Textures/T_Ground_Grass_D.uasset b/Content/StarterContent/Textures/T_Ground_Grass_D.uasset new file mode 100644 index 0000000..b981ed8 Binary files /dev/null and b/Content/StarterContent/Textures/T_Ground_Grass_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Ground_Grass_N.uasset b/Content/StarterContent/Textures/T_Ground_Grass_N.uasset new file mode 100644 index 0000000..1373c23 Binary files /dev/null and b/Content/StarterContent/Textures/T_Ground_Grass_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset b/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset new file mode 100644 index 0000000..a9f9cc6 Binary files /dev/null and b/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset b/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset new file mode 100644 index 0000000..08ca85e Binary files /dev/null and b/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Ground_Moss_N.uasset b/Content/StarterContent/Textures/T_Ground_Moss_N.uasset new file mode 100644 index 0000000..87d7f21 Binary files /dev/null and b/Content/StarterContent/Textures/T_Ground_Moss_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Lamp_M.uasset b/Content/StarterContent/Textures/T_Lamp_M.uasset new file mode 100644 index 0000000..94fbc12 Binary files /dev/null and b/Content/StarterContent/Textures/T_Lamp_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Lamp_N.uasset b/Content/StarterContent/Textures/T_Lamp_N.uasset new file mode 100644 index 0000000..d403012 Binary files /dev/null and b/Content/StarterContent/Textures/T_Lamp_N.uasset differ diff --git a/Content/StarterContent/Textures/T_MacroVariation.uasset b/Content/StarterContent/Textures/T_MacroVariation.uasset new file mode 100644 index 0000000..0096f2d Binary files /dev/null and b/Content/StarterContent/Textures/T_MacroVariation.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset new file mode 100644 index 0000000..a63f7ff Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Copper_D.uasset b/Content/StarterContent/Textures/T_Metal_Copper_D.uasset new file mode 100644 index 0000000..2fd139e Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Copper_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Gold_D.uasset b/Content/StarterContent/Textures/T_Metal_Gold_D.uasset new file mode 100644 index 0000000..8325e89 Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Gold_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Gold_N.uasset b/Content/StarterContent/Textures/T_Metal_Gold_N.uasset new file mode 100644 index 0000000..79df211 Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Gold_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Rust_D.uasset b/Content/StarterContent/Textures/T_Metal_Rust_D.uasset new file mode 100644 index 0000000..d3a7034 Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Rust_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Rust_N.uasset b/Content/StarterContent/Textures/T_Metal_Rust_N.uasset new file mode 100644 index 0000000..1b72ede Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Rust_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Steel_D.uasset b/Content/StarterContent/Textures/T_Metal_Steel_D.uasset new file mode 100644 index 0000000..ad96282 Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Steel_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Metal_Steel_N.uasset b/Content/StarterContent/Textures/T_Metal_Steel_N.uasset new file mode 100644 index 0000000..54d2d27 Binary files /dev/null and b/Content/StarterContent/Textures/T_Metal_Steel_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset b/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset new file mode 100644 index 0000000..4608987 Binary files /dev/null and b/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset differ diff --git a/Content/StarterContent/Textures/T_RockMesh_M.uasset b/Content/StarterContent/Textures/T_RockMesh_M.uasset new file mode 100644 index 0000000..80b2acc Binary files /dev/null and b/Content/StarterContent/Textures/T_RockMesh_M.uasset differ diff --git a/Content/StarterContent/Textures/T_RockMesh_N.uasset b/Content/StarterContent/Textures/T_RockMesh_N.uasset new file mode 100644 index 0000000..20f002e Binary files /dev/null and b/Content/StarterContent/Textures/T_RockMesh_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset b/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset new file mode 100644 index 0000000..5d9634d Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset b/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset new file mode 100644 index 0000000..cf15e3b Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset new file mode 100644 index 0000000..2f36a4a Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset new file mode 100644 index 0000000..966a188 Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset new file mode 100644 index 0000000..fdb17b1 Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Slate_D.uasset b/Content/StarterContent/Textures/T_Rock_Slate_D.uasset new file mode 100644 index 0000000..18d2d8d Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Slate_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Slate_N.uasset b/Content/StarterContent/Textures/T_Rock_Slate_N.uasset new file mode 100644 index 0000000..fc19051 Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Slate_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset new file mode 100644 index 0000000..3f88593 Binary files /dev/null and b/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Shelf_M.uasset b/Content/StarterContent/Textures/T_Shelf_M.uasset new file mode 100644 index 0000000..f4bf8a3 Binary files /dev/null and b/Content/StarterContent/Textures/T_Shelf_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Shelf_N.uasset b/Content/StarterContent/Textures/T_Shelf_N.uasset new file mode 100644 index 0000000..c589601 Binary files /dev/null and b/Content/StarterContent/Textures/T_Shelf_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Single_Tile_N.uasset b/Content/StarterContent/Textures/T_Single_Tile_N.uasset new file mode 100644 index 0000000..4f92878 Binary files /dev/null and b/Content/StarterContent/Textures/T_Single_Tile_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Smoke_SubUV.uasset b/Content/StarterContent/Textures/T_Smoke_SubUV.uasset new file mode 100644 index 0000000..268de72 Binary files /dev/null and b/Content/StarterContent/Textures/T_Smoke_SubUV.uasset differ diff --git a/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset new file mode 100644 index 0000000..d073a01 Binary files /dev/null and b/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Spark_Core.uasset b/Content/StarterContent/Textures/T_Spark_Core.uasset new file mode 100644 index 0000000..b8d27d4 Binary files /dev/null and b/Content/StarterContent/Textures/T_Spark_Core.uasset differ diff --git a/Content/StarterContent/Textures/T_Statue_M.uasset b/Content/StarterContent/Textures/T_Statue_M.uasset new file mode 100644 index 0000000..191b60a Binary files /dev/null and b/Content/StarterContent/Textures/T_Statue_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Statue_N.uasset b/Content/StarterContent/Textures/T_Statue_N.uasset new file mode 100644 index 0000000..c4cf78f Binary files /dev/null and b/Content/StarterContent/Textures/T_Statue_N.uasset differ diff --git a/Content/StarterContent/Textures/T_TableRound_M.uasset b/Content/StarterContent/Textures/T_TableRound_M.uasset new file mode 100644 index 0000000..8d6959e Binary files /dev/null and b/Content/StarterContent/Textures/T_TableRound_M.uasset differ diff --git a/Content/StarterContent/Textures/T_TableRound_N.uasset b/Content/StarterContent/Textures/T_TableRound_N.uasset new file mode 100644 index 0000000..094f780 Binary files /dev/null and b/Content/StarterContent/Textures/T_TableRound_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Tech_Dot_M.uasset b/Content/StarterContent/Textures/T_Tech_Dot_M.uasset new file mode 100644 index 0000000..1454f65 Binary files /dev/null and b/Content/StarterContent/Textures/T_Tech_Dot_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Tech_Dot_N.uasset b/Content/StarterContent/Textures/T_Tech_Dot_N.uasset new file mode 100644 index 0000000..17f4333 Binary files /dev/null and b/Content/StarterContent/Textures/T_Tech_Dot_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset new file mode 100644 index 0000000..0f00fe2 Binary files /dev/null and b/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset new file mode 100644 index 0000000..cdba20e Binary files /dev/null and b/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Tech_Panel_M.uasset b/Content/StarterContent/Textures/T_Tech_Panel_M.uasset new file mode 100644 index 0000000..64bd5fd Binary files /dev/null and b/Content/StarterContent/Textures/T_Tech_Panel_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Tech_Panel_N.uasset b/Content/StarterContent/Textures/T_Tech_Panel_N.uasset new file mode 100644 index 0000000..e3d4092 Binary files /dev/null and b/Content/StarterContent/Textures/T_Tech_Panel_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Water_M.uasset b/Content/StarterContent/Textures/T_Water_M.uasset new file mode 100644 index 0000000..68e8bbb Binary files /dev/null and b/Content/StarterContent/Textures/T_Water_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Water_N.uasset b/Content/StarterContent/Textures/T_Water_N.uasset new file mode 100644 index 0000000..17e56b2 Binary files /dev/null and b/Content/StarterContent/Textures/T_Water_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset new file mode 100644 index 0000000..db808c2 Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset new file mode 100644 index 0000000..dc0dcdc Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset new file mode 100644 index 0000000..1868a72 Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Oak_D.uasset b/Content/StarterContent/Textures/T_Wood_Oak_D.uasset new file mode 100644 index 0000000..cfc42a4 Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Oak_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Oak_N.uasset b/Content/StarterContent/Textures/T_Wood_Oak_N.uasset new file mode 100644 index 0000000..164208d Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Oak_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Pine_D.uasset b/Content/StarterContent/Textures/T_Wood_Pine_D.uasset new file mode 100644 index 0000000..546ecd2 Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Pine_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Pine_N.uasset b/Content/StarterContent/Textures/T_Wood_Pine_N.uasset new file mode 100644 index 0000000..0acf850 Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Pine_N.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset b/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset new file mode 100644 index 0000000..1379c01 Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset differ diff --git a/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset b/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset new file mode 100644 index 0000000..2a628e5 Binary files /dev/null and b/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset differ diff --git a/Content/StarterContent/Textures/T_ground_Moss_D.uasset b/Content/StarterContent/Textures/T_ground_Moss_D.uasset new file mode 100644 index 0000000..66a0da5 Binary files /dev/null and b/Content/StarterContent/Textures/T_ground_Moss_D.uasset differ diff --git a/Content/alb_MultiTool/Blueprints/alb_BP_FunctionLib.uasset b/Content/alb_MultiTool/Blueprints/alb_BP_FunctionLib.uasset new file mode 100644 index 0000000..9a64409 Binary files /dev/null and b/Content/alb_MultiTool/Blueprints/alb_BP_FunctionLib.uasset differ diff --git a/Content/alb_MultiTool/Blueprints/alb_BP_MacroLib.uasset b/Content/alb_MultiTool/Blueprints/alb_BP_MacroLib.uasset new file mode 100644 index 0000000..6e2cce9 Binary files /dev/null and b/Content/alb_MultiTool/Blueprints/alb_BP_MacroLib.uasset differ diff --git a/Content/alb_MultiTool/Blueprints/alb_Hotkeys.uasset b/Content/alb_MultiTool/Blueprints/alb_Hotkeys.uasset new file mode 100644 index 0000000..3c98fe5 Binary files /dev/null and b/Content/alb_MultiTool/Blueprints/alb_Hotkeys.uasset differ diff --git a/Content/alb_MultiTool/Blueprints/alb_MaterialTimer.uasset b/Content/alb_MultiTool/Blueprints/alb_MaterialTimer.uasset new file mode 100644 index 0000000..5293c00 Binary files /dev/null and b/Content/alb_MultiTool/Blueprints/alb_MaterialTimer.uasset differ diff --git a/Content/alb_MultiTool/Blueprints/alb_Spherify.uasset b/Content/alb_MultiTool/Blueprints/alb_Spherify.uasset new file mode 100644 index 0000000..1711ff0 Binary files /dev/null and b/Content/alb_MultiTool/Blueprints/alb_Spherify.uasset differ diff --git a/Content/alb_MultiTool/Curves/alb_NoiseA.uasset b/Content/alb_MultiTool/Curves/alb_NoiseA.uasset new file mode 100644 index 0000000..8405c29 Binary files /dev/null and b/Content/alb_MultiTool/Curves/alb_NoiseA.uasset differ diff --git a/Content/alb_MultiTool/Curves/alb_NoiseB.uasset b/Content/alb_MultiTool/Curves/alb_NoiseB.uasset new file mode 100644 index 0000000..541ad05 Binary files /dev/null and b/Content/alb_MultiTool/Curves/alb_NoiseB.uasset differ diff --git a/Content/alb_MultiTool/Curves/alb_NoiseC.uasset b/Content/alb_MultiTool/Curves/alb_NoiseC.uasset new file mode 100644 index 0000000..f8aeeeb Binary files /dev/null and b/Content/alb_MultiTool/Curves/alb_NoiseC.uasset differ diff --git a/Content/alb_MultiTool/Curves/alb_NoiseD.uasset b/Content/alb_MultiTool/Curves/alb_NoiseD.uasset new file mode 100644 index 0000000..66f3f6e Binary files /dev/null and b/Content/alb_MultiTool/Curves/alb_NoiseD.uasset differ diff --git a/Content/alb_MultiTool/Curves/alb_Overshoot.uasset b/Content/alb_MultiTool/Curves/alb_Overshoot.uasset new file mode 100644 index 0000000..35b38d1 Binary files /dev/null and b/Content/alb_MultiTool/Curves/alb_Overshoot.uasset differ diff --git a/Content/alb_MultiTool/Curves/alb_SmoothStep.uasset b/Content/alb_MultiTool/Curves/alb_SmoothStep.uasset new file mode 100644 index 0000000..29e48fd Binary files /dev/null and b/Content/alb_MultiTool/Curves/alb_SmoothStep.uasset differ diff --git a/Content/alb_MultiTool/Curves/alb_SmoothStepInv.uasset b/Content/alb_MultiTool/Curves/alb_SmoothStepInv.uasset new file mode 100644 index 0000000..913fe3d Binary files /dev/null and b/Content/alb_MultiTool/Curves/alb_SmoothStepInv.uasset differ diff --git a/Content/alb_MultiTool/Data/alb_Array_Bool.uasset b/Content/alb_MultiTool/Data/alb_Array_Bool.uasset new file mode 100644 index 0000000..ffdc0ab Binary files /dev/null and b/Content/alb_MultiTool/Data/alb_Array_Bool.uasset differ diff --git a/Content/alb_MultiTool/Data/alb_Array_Float.uasset b/Content/alb_MultiTool/Data/alb_Array_Float.uasset new file mode 100644 index 0000000..2079ac6 Binary files /dev/null and b/Content/alb_MultiTool/Data/alb_Array_Float.uasset differ diff --git a/Content/alb_MultiTool/Data/alb_Array_Int.uasset b/Content/alb_MultiTool/Data/alb_Array_Int.uasset new file mode 100644 index 0000000..1b1472f Binary files /dev/null and b/Content/alb_MultiTool/Data/alb_Array_Int.uasset differ diff --git a/Content/alb_MultiTool/Data/alb_Array_Transform.uasset b/Content/alb_MultiTool/Data/alb_Array_Transform.uasset new file mode 100644 index 0000000..4c99b60 Binary files /dev/null and b/Content/alb_MultiTool/Data/alb_Array_Transform.uasset differ diff --git a/Content/alb_MultiTool/Data/alb_Array_Vector.uasset b/Content/alb_MultiTool/Data/alb_Array_Vector.uasset new file mode 100644 index 0000000..7480a6f Binary files /dev/null and b/Content/alb_MultiTool/Data/alb_Array_Vector.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_AddNormal.uasset b/Content/alb_MultiTool/MatFunctions/alb_AddNormal.uasset new file mode 100644 index 0000000..a84959b Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_AddNormal.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Angle.uasset b/Content/alb_MultiTool/MatFunctions/alb_Angle.uasset new file mode 100644 index 0000000..58df848 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Angle.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Append.uasset b/Content/alb_MultiTool/MatFunctions/alb_Append.uasset new file mode 100644 index 0000000..7a42058 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Append.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_BaseColors.uasset b/Content/alb_MultiTool/MatFunctions/alb_BaseColors.uasset new file mode 100644 index 0000000..b6d96e8 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_BaseColors.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_BiasScale.uasset b/Content/alb_MultiTool/MatFunctions/alb_BiasScale.uasset new file mode 100644 index 0000000..e55d0c6 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_BiasScale.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_ColorVariation.uasset b/Content/alb_MultiTool/MatFunctions/alb_ColorVariation.uasset new file mode 100644 index 0000000..cb4471b Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_ColorVariation.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Convert.uasset b/Content/alb_MultiTool/MatFunctions/alb_Convert.uasset new file mode 100644 index 0000000..93601dc Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Convert.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_ConvertDistance.uasset b/Content/alb_MultiTool/MatFunctions/alb_ConvertDistance.uasset new file mode 100644 index 0000000..dfd0d5c Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_ConvertDistance.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_ConvertSpeed.uasset b/Content/alb_MultiTool/MatFunctions/alb_ConvertSpeed.uasset new file mode 100644 index 0000000..bc94780 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_ConvertSpeed.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_ConvertTime.uasset b/Content/alb_MultiTool/MatFunctions/alb_ConvertTime.uasset new file mode 100644 index 0000000..a637401 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_ConvertTime.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Curves.uasset b/Content/alb_MultiTool/MatFunctions/alb_Curves.uasset new file mode 100644 index 0000000..6533d72 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Curves.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_FakeAO.uasset b/Content/alb_MultiTool/MatFunctions/alb_FakeAO.uasset new file mode 100644 index 0000000..f107a7d Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_FakeAO.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_FlatNormal.uasset b/Content/alb_MultiTool/MatFunctions/alb_FlatNormal.uasset new file mode 100644 index 0000000..03c1326 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_FlatNormal.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Lerp3Step.uasset b/Content/alb_MultiTool/MatFunctions/alb_Lerp3Step.uasset new file mode 100644 index 0000000..d79f8bb Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Lerp3Step.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_MaskValue.uasset b/Content/alb_MultiTool/MatFunctions/alb_MaskValue.uasset new file mode 100644 index 0000000..8af05e1 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_MaskValue.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_MinMaxAvg.uasset b/Content/alb_MultiTool/MatFunctions/alb_MinMaxAvg.uasset new file mode 100644 index 0000000..b4ff3e2 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_MinMaxAvg.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Mul2x.uasset b/Content/alb_MultiTool/MatFunctions/alb_Mul2x.uasset new file mode 100644 index 0000000..da92651 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Mul2x.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_MultiSample.uasset b/Content/alb_MultiTool/MatFunctions/alb_MultiSample.uasset new file mode 100644 index 0000000..269cd85 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_MultiSample.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Null.uasset b/Content/alb_MultiTool/MatFunctions/alb_Null.uasset new file mode 100644 index 0000000..b7e6b52 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Null.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_ObjectScale.uasset b/Content/alb_MultiTool/MatFunctions/alb_ObjectScale.uasset new file mode 100644 index 0000000..efbf936 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_ObjectScale.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_ParallaxSimple.uasset b/Content/alb_MultiTool/MatFunctions/alb_ParallaxSimple.uasset new file mode 100644 index 0000000..8ce6ca7 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_ParallaxSimple.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Pi.uasset b/Content/alb_MultiTool/MatFunctions/alb_Pi.uasset new file mode 100644 index 0000000..1e61bf6 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Pi.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Pow-1.uasset b/Content/alb_MultiTool/MatFunctions/alb_Pow-1.uasset new file mode 100644 index 0000000..5ccf216 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Pow-1.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Random.uasset b/Content/alb_MultiTool/MatFunctions/alb_Random.uasset new file mode 100644 index 0000000..9a3ce13 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Random.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_RemapValue.uasset b/Content/alb_MultiTool/MatFunctions/alb_RemapValue.uasset new file mode 100644 index 0000000..a8c1898 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_RemapValue.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_SafeDivide.uasset b/Content/alb_MultiTool/MatFunctions/alb_SafeDivide.uasset new file mode 100644 index 0000000..afde4fb Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_SafeDivide.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_ShiftMask.uasset b/Content/alb_MultiTool/MatFunctions/alb_ShiftMask.uasset new file mode 100644 index 0000000..d49781c Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_ShiftMask.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_SmoothStep.uasset b/Content/alb_MultiTool/MatFunctions/alb_SmoothStep.uasset new file mode 100644 index 0000000..7a5f413 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_SmoothStep.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Spherify.uasset b/Content/alb_MultiTool/MatFunctions/alb_Spherify.uasset new file mode 100644 index 0000000..cea77b2 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Spherify.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Split.uasset b/Content/alb_MultiTool/MatFunctions/alb_Split.uasset new file mode 100644 index 0000000..e8d58bf Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Split.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_SumOfComponents.uasset b/Content/alb_MultiTool/MatFunctions/alb_SumOfComponents.uasset new file mode 100644 index 0000000..26ed4db Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_SumOfComponents.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Threshold.uasset b/Content/alb_MultiTool/MatFunctions/alb_Threshold.uasset new file mode 100644 index 0000000..6c76391 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Threshold.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_TimeSine.uasset b/Content/alb_MultiTool/MatFunctions/alb_TimeSine.uasset new file mode 100644 index 0000000..54aadbf Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_TimeSine.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Timer.uasset b/Content/alb_MultiTool/MatFunctions/alb_Timer.uasset new file mode 100644 index 0000000..6067d6d Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Timer.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Triplanar.uasset b/Content/alb_MultiTool/MatFunctions/alb_Triplanar.uasset new file mode 100644 index 0000000..08a0ba4 Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Triplanar.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_Triplanar_Simple.uasset b/Content/alb_MultiTool/MatFunctions/alb_Triplanar_Simple.uasset new file mode 100644 index 0000000..294647c Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_Triplanar_Simple.uasset differ diff --git a/Content/alb_MultiTool/MatFunctions/alb_prtPN.uasset b/Content/alb_MultiTool/MatFunctions/alb_prtPN.uasset new file mode 100644 index 0000000..d02face Binary files /dev/null and b/Content/alb_MultiTool/MatFunctions/alb_prtPN.uasset differ diff --git a/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_10cm.uasset b/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_10cm.uasset new file mode 100644 index 0000000..a944062 Binary files /dev/null and b/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_10cm.uasset differ diff --git a/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_10cmWS.uasset b/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_10cmWS.uasset new file mode 100644 index 0000000..9e380b6 Binary files /dev/null and b/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_10cmWS.uasset differ diff --git a/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_5cm.uasset b/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_5cm.uasset new file mode 100644 index 0000000..16182b7 Binary files /dev/null and b/Content/alb_MultiTool/Materials/ALB_Voxelize_Inst_5cm.uasset differ diff --git a/Content/alb_MultiTool/Materials/ALB_WorldSpaceGrid_Wire.uasset b/Content/alb_MultiTool/Materials/ALB_WorldSpaceGrid_Wire.uasset new file mode 100644 index 0000000..6952b55 Binary files /dev/null and b/Content/alb_MultiTool/Materials/ALB_WorldSpaceGrid_Wire.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat.uasset new file mode 100644 index 0000000..b8812ab Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Black.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Black.uasset new file mode 100644 index 0000000..9ca30ea Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Black.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Blue.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Blue.uasset new file mode 100644 index 0000000..a04572c Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Blue.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Green.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Green.uasset new file mode 100644 index 0000000..f0359d4 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Green.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Grey.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Grey.uasset new file mode 100644 index 0000000..f17d60d Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Grey.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Purple.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Purple.uasset new file mode 100644 index 0000000..8e3de2a Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Purple.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Red.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Red.uasset new file mode 100644 index 0000000..001b86d Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Red.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Teal.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Teal.uasset new file mode 100644 index 0000000..6aba136 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Teal.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Yellow.uasset b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Yellow.uasset new file mode 100644 index 0000000..927e07f Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_BaseMat_Inst/alb_BaseMat_Inst_Yellow.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_CloudMat.uasset b/Content/alb_MultiTool/Materials/alb_CloudMat.uasset new file mode 100644 index 0000000..00c43cf Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_CloudMat.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_CloudMat_Micro.uasset b/Content/alb_MultiTool/Materials/alb_CloudMat_Micro.uasset new file mode 100644 index 0000000..1b47368 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_CloudMat_Micro.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_FakeLight.uasset b/Content/alb_MultiTool/Materials/alb_FakeLight.uasset new file mode 100644 index 0000000..7dfc07d Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_FakeLight.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_GridWire.uasset b/Content/alb_MultiTool/Materials/alb_GridWire.uasset new file mode 100644 index 0000000..50a7773 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_GridWire.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_SpherifyExample.uasset b/Content/alb_MultiTool/Materials/alb_SpherifyExample.uasset new file mode 100644 index 0000000..9f80302 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_SpherifyExample.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_TextureWrap.uasset b/Content/alb_MultiTool/Materials/alb_TextureWrap.uasset new file mode 100644 index 0000000..f371666 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_TextureWrap.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_TimerExample.uasset b/Content/alb_MultiTool/Materials/alb_TimerExample.uasset new file mode 100644 index 0000000..7e89836 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_TimerExample.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_Voxelize.uasset b/Content/alb_MultiTool/Materials/alb_Voxelize.uasset new file mode 100644 index 0000000..b3e5239 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_Voxelize.uasset differ diff --git a/Content/alb_MultiTool/Materials/alb_WorldSpaceGrid.uasset b/Content/alb_MultiTool/Materials/alb_WorldSpaceGrid.uasset new file mode 100644 index 0000000..3abdeb0 Binary files /dev/null and b/Content/alb_MultiTool/Materials/alb_WorldSpaceGrid.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_arrow.uasset b/Content/alb_MultiTool/Meshes/alb_arrow.uasset new file mode 100644 index 0000000..170f5cc Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_arrow.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_flatCircular.uasset b/Content/alb_MultiTool/Meshes/alb_flatCircular.uasset new file mode 100644 index 0000000..e33afb5 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_flatCircular.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadBox.uasset b/Content/alb_MultiTool/Meshes/alb_quadBox.uasset new file mode 100644 index 0000000..32e171e Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadBox.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadCylinder.uasset b/Content/alb_MultiTool/Meshes/alb_quadCylinder.uasset new file mode 100644 index 0000000..8f28fc9 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadCylinder.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadPlane.uasset b/Content/alb_MultiTool/Meshes/alb_quadPlane.uasset new file mode 100644 index 0000000..c406b1a Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadPlane.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadPyramid.uasset b/Content/alb_MultiTool/Meshes/alb_quadPyramid.uasset new file mode 100644 index 0000000..18f82c2 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadPyramid.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadSphere.uasset b/Content/alb_MultiTool/Meshes/alb_quadSphere.uasset new file mode 100644 index 0000000..d4cfa0a Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadSphere.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadSphere_Inv.uasset b/Content/alb_MultiTool/Meshes/alb_quadSphere_Inv.uasset new file mode 100644 index 0000000..6774e02 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadSphere_Inv.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadTetra.uasset b/Content/alb_MultiTool/Meshes/alb_quadTetra.uasset new file mode 100644 index 0000000..d0352a1 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadTetra.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadTorus.uasset b/Content/alb_MultiTool/Meshes/alb_quadTorus.uasset new file mode 100644 index 0000000..0a2b6f2 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadTorus.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_quadTube.uasset b/Content/alb_MultiTool/Meshes/alb_quadTube.uasset new file mode 100644 index 0000000..6675609 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_quadTube.uasset differ diff --git a/Content/alb_MultiTool/Meshes/alb_refMale.uasset b/Content/alb_MultiTool/Meshes/alb_refMale.uasset new file mode 100644 index 0000000..cc32673 Binary files /dev/null and b/Content/alb_MultiTool/Meshes/alb_refMale.uasset differ diff --git a/Content/alb_MultiTool/Showcase/Overview.umap b/Content/alb_MultiTool/Showcase/Overview.umap new file mode 100644 index 0000000..ee95c80 Binary files /dev/null and b/Content/alb_MultiTool/Showcase/Overview.umap differ diff --git a/Content/alb_MultiTool/Showcase/alb_BPMacrosFunctions.uasset b/Content/alb_MultiTool/Showcase/alb_BPMacrosFunctions.uasset new file mode 100644 index 0000000..2af029d Binary files /dev/null and b/Content/alb_MultiTool/Showcase/alb_BPMacrosFunctions.uasset differ diff --git a/Content/alb_MultiTool/Showcase/alb_MatFunctionList.uasset b/Content/alb_MultiTool/Showcase/alb_MatFunctionList.uasset new file mode 100644 index 0000000..2ebc968 Binary files /dev/null and b/Content/alb_MultiTool/Showcase/alb_MatFunctionList.uasset differ diff --git a/Content/alb_MultiTool/Textures/alb_grid.uasset b/Content/alb_MultiTool/Textures/alb_grid.uasset new file mode 100644 index 0000000..3e149af Binary files /dev/null and b/Content/alb_MultiTool/Textures/alb_grid.uasset differ diff --git a/Content/alb_MultiTool/Textures/alb_noise.uasset b/Content/alb_MultiTool/Textures/alb_noise.uasset new file mode 100644 index 0000000..dd02a6b Binary files /dev/null and b/Content/alb_MultiTool/Textures/alb_noise.uasset differ diff --git a/JamTeacher.uproject b/JamTeacher.uproject index db0e35b..589a456 100644 --- a/JamTeacher.uproject +++ b/JamTeacher.uproject @@ -12,5 +12,11 @@ "Engine" ] } + ], + "Plugins": [ + { + "Name": "FMODStudio", + "Enabled": true + } ] } \ No newline at end of file