2 Commits

Author SHA1 Message Date
3649e12531 feat:加入一些音效资源 2025-11-14 17:55:24 +08:00
ec1c9cfd1e feat:加入环境音 2025-11-14 17:12:01 +08:00
205 changed files with 242 additions and 472 deletions

3
.gitignore vendored
View File

@@ -5,8 +5,6 @@ Saved
Build Build
Documents Documents
Package Package
Cache
Packages
.vscode .vscode
.vs .vs
*.VC.db *.VC.db
@@ -19,4 +17,3 @@ Packages
*.xcworkspace *.xcworkspace
.idea/ .idea/
Releases

View File

@@ -1,11 +1,4 @@
[DevOptions.Shaders]
NeedsShaderStableKeys=true
[ShaderPipelineCache]
r.ShaderPipelineCache.Enabled=1
r.ShaderPipelineCache.PrecompileOnLoad=1
r.ShaderPipelineCache.LogLevel=1
r.ShaderPipelineCache.SaveUserCache=true
[Audio] [Audio]
UseAudioMixer=True UseAudioMixer=True
@@ -84,21 +77,13 @@ SoundCueCookQualityIndex=-1
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
[/Script/Engine.UserInterfaceSettings] [/Script/Engine.UserInterfaceSettings]
RenderFocusRule=NavigationOnly bAuthorizeAutomaticWidgetVariableCreation=False
HardwareCursors=() FontDPIPreset=Unreal
SoftwareCursors=() FontDPI=96
bUseCustomFontDPI=False
ApplicationScale=1.000000 ApplicationScale=1.000000
UIScaleRule=ShortestSide
CustomScalingRuleClass=None
UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None)
bAllowHighDPIInGameMode=True bAllowHighDPIInGameMode=True
DesignScreenSize=(X=3840,Y=2160) DesignScreenSize=(X=3840,Y=2160)
bLoadWidgetsOnDedicatedServer=True
bAuthorizeAutomaticWidgetVariableCreation=False
CustomFontDPI=96
FontDPIPreset=Unreal
bUseCustomFontDPI=False
bEnableDistanceFieldFontRasterization=False
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] [/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True bEnablePlugin=True

View File

@@ -8,8 +8,4 @@ bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[SectionsToSave] [SectionsToSave]
+Section=StartupActions +Section=StartupActions
[/Script/UnrealEd.ProjectPackagingSettings]
bShareMaterialShaderCode=True
bSharedMaterialNativeLibraries=True

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/Materials/MI_Blue.uasset LFS Normal file

Binary file not shown.

BIN
Content/Materials/MI_Green.uasset LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
Content/Materials/MI_Red.uasset LFS Normal file

Binary file not shown.

BIN
Content/Materials/MI_White.uasset LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More