First commit, alpha
This commit is contained in:
parent
c43adbdab4
commit
390daa2fa5
18
Carwatch.uproject
Normal file
18
Carwatch.uproject
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"FileVersion": 3,
|
||||||
|
"EngineAssociation": "4.18",
|
||||||
|
"Category": "",
|
||||||
|
"Description": "",
|
||||||
|
"Modules": [
|
||||||
|
{
|
||||||
|
"Name": "Carwatch",
|
||||||
|
"Type": "Runtime",
|
||||||
|
"LoadingPhase": "Default"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"TargetPlatforms": [
|
||||||
|
"WindowsNoEditor",
|
||||||
|
"MacNoEditor",
|
||||||
|
"LinuxNoEditor"
|
||||||
|
]
|
||||||
|
}
|
10
Config/DefaultEditor.ini
Normal file
10
Config/DefaultEditor.ini
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[UnrealEd.SimpleMap]
|
||||||
|
SimpleMapName=/Game/FirstPerson/Maps/FirstPersonExampleMap
|
||||||
|
|
||||||
|
[EditoronlyBP]
|
||||||
|
bAllowClassAndBlueprintPinMatching=true
|
||||||
|
bReplaceBlueprintWithClass= true
|
||||||
|
bDontLoadBlueprintOutsideEditor= true
|
||||||
|
bBlueprintIsNotBlueprintType= true
|
||||||
|
|
||||||
|
|
2
Config/DefaultEditorPerProjectUserSettings.ini
Normal file
2
Config/DefaultEditorPerProjectUserSettings.ini
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[ContentBrowser]
|
||||||
|
ContentBrowserTab1.SelectedPaths=/Game/FirstPerson
|
75
Config/DefaultEngine.ini
Normal file
75
Config/DefaultEngine.ini
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
[/Script/Engine.CollisionProfile]
|
||||||
|
+Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles",bCanModify=True)
|
||||||
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,Name="Projectile",DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False)
|
||||||
|
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
||||||
|
|
||||||
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
|
EditorStartupMap=/Game/Level.Level
|
||||||
|
LocalMapOptions=
|
||||||
|
TransitionMap=
|
||||||
|
bUseSplitscreen=True
|
||||||
|
TwoPlayerSplitscreenLayout=Horizontal
|
||||||
|
ThreePlayerSplitscreenLayout=FavorTop
|
||||||
|
GameInstanceClass=/Script/Engine.GameInstance
|
||||||
|
GameDefaultMap=/Game/Level.Level
|
||||||
|
ServerDefaultMap=/Engine/Maps/Entry
|
||||||
|
GlobalDefaultGameMode=/Script/Carwatch.CarwatchGameMode
|
||||||
|
GlobalDefaultServerGameMode=None
|
||||||
|
|
||||||
|
|
||||||
|
[/Script/Engine.Engine]
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="TP_FirstPerson",NewGameName="/Script/Carwatch")
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_FirstPerson",NewGameName="/Script/Carwatch")
|
||||||
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonProjectile",NewClassName="CarwatchProjectile")
|
||||||
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonHUD",NewClassName="CarwatchHUD")
|
||||||
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonGameMode",NewClassName="CarwatchGameMode")
|
||||||
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonCharacter",NewClassName="CarwatchCharacter")
|
||||||
|
|
||||||
|
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||||
|
TargetedHardwareClass=Desktop
|
||||||
|
AppliedTargetedHardwareClass=Desktop
|
||||||
|
DefaultGraphicsPerformance=Maximum
|
||||||
|
AppliedDefaultGraphicsPerformance=Maximum
|
||||||
|
|
||||||
|
[/Script/Engine.PhysicsSettings]
|
||||||
|
DefaultGravityZ=-980.000000
|
||||||
|
DefaultTerminalVelocity=4000.000000
|
||||||
|
DefaultFluidFriction=0.300000
|
||||||
|
SimulateScratchMemorySize=262144
|
||||||
|
RagdollAggregateThreshold=4
|
||||||
|
TriangleMeshTriangleMinAreaThreshold=5.000000
|
||||||
|
bEnableAsyncScene=False
|
||||||
|
bEnableShapeSharing=False
|
||||||
|
bEnablePCM=True
|
||||||
|
bEnableStabilization=False
|
||||||
|
bWarnMissingLocks=True
|
||||||
|
bEnable2DPhysics=False
|
||||||
|
LockedAxis=Invalid
|
||||||
|
DefaultDegreesOfFreedom=Full3D
|
||||||
|
BounceThresholdVelocity=200.000000
|
||||||
|
FrictionCombineMode=Average
|
||||||
|
RestitutionCombineMode=Average
|
||||||
|
MaxAngularVelocity=3600.000000
|
||||||
|
MaxDepenetrationVelocity=0.000000
|
||||||
|
ContactOffsetMultiplier=0.020000
|
||||||
|
MinContactOffset=2.000000
|
||||||
|
MaxContactOffset=8.000000
|
||||||
|
bSimulateSkeletalMeshOnDedicatedServer=True
|
||||||
|
DefaultShapeComplexity=CTF_UseSimpleAndComplex
|
||||||
|
bDefaultHasComplexCollision=True
|
||||||
|
bSuppressFaceRemapTable=False
|
||||||
|
bSupportUVFromHitResults=False
|
||||||
|
bDisableActiveActors=False
|
||||||
|
bDisableCCD=False
|
||||||
|
bEnableEnhancedDeterminism=False
|
||||||
|
MaxPhysicsDeltaTime=0.033333
|
||||||
|
bSubstepping=False
|
||||||
|
bSubsteppingAsync=False
|
||||||
|
MaxSubstepDeltaTime=0.016667
|
||||||
|
MaxSubsteps=6
|
||||||
|
SyncSceneSmoothingFactor=0.000000
|
||||||
|
AsyncSceneSmoothingFactor=0.990000
|
||||||
|
InitialAverageFrameRate=0.016667
|
||||||
|
PhysXTreeRebuildRate=10
|
||||||
|
|
||||||
|
|
20
Config/DefaultGame.ini
Normal file
20
Config/DefaultGame.ini
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[ProjectSettings]
|
||||||
|
ProjectID=(A=1823396784,B=1298598689,C=1743498150,D=-2048051708)
|
||||||
|
ProjectName=First Person Template
|
||||||
|
|
||||||
|
|
||||||
|
[/Script/EngineSettings.GeneralProjectSettings]
|
||||||
|
ProjectID=1F4E995E4CA3E0AC197ADEA706AED5FA
|
||||||
|
ProjectName=Carwatch
|
||||||
|
ProjectVersion=1.0
|
||||||
|
CopyrightNotice=2018, Copyright Wolf and ZetaKebab
|
||||||
|
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "689206304322FA768F4ACB8FD97303FD", "Carwatch")
|
||||||
|
bAllowWindowResize=False
|
||||||
|
bAllowMaximize=False
|
||||||
|
bUseBorderlessWindow=False
|
||||||
|
|
||||||
|
[/Script/MoviePlayer.MoviePlayerSettings]
|
||||||
|
bWaitForMoviesToComplete=True
|
||||||
|
bMoviesAreSkippable=False
|
||||||
|
+StartupMovies=intro
|
||||||
|
|
31
Config/DefaultInput.ini
Normal file
31
Config/DefaultInput.ini
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
[/Script/Engine.InputSettings]
|
||||||
|
+ActionMappings=(ActionName="Jump", Key=SpaceBar)
|
||||||
|
+ActionMappings=(ActionName="Jump", Key=Gamepad_FaceButton_Bottom)
|
||||||
|
+ActionMappings=(ActionName="Jump",Key=MotionController_Left_Trigger,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||||
|
|
||||||
|
+ActionMappings=(ActionName="Fire", Key=LeftMouseButton)
|
||||||
|
+ActionMappings=(ActionName="Fire", Key=Gamepad_RightTrigger)
|
||||||
|
+ActionMappings=(ActionName="Fire",Key=MotionController_Right_Trigger,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||||
|
|
||||||
|
+ActionMappings=(ActionName="ResetVR",Key=R,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||||
|
+ActionMappings=(ActionName="ResetVR",Key=MotionController_Left_Grip1,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||||
|
|
||||||
|
+AxisMappings=(AxisName="MoveForward", Key=W, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveForward", Key=S, Scale=-1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveForward", Key=Up, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveForward", Key=Down, Scale=-1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveForward", Key=Gamepad_LeftY, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveForward",Key=MotionController_Left_Thumbstick_Y,Scale=-1.000000)
|
||||||
|
|
||||||
|
+AxisMappings=(AxisName="MoveRight", Key=A, Scale=-1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveRight", Key=D, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveRight", Key=Gamepad_LeftX, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="MoveRight",Key=MotionController_Left_Thumbstick_X,Scale=1.000000)
|
||||||
|
|
||||||
|
+AxisMappings=(AxisName="TurnRate", Key=Gamepad_RightX, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="TurnRate", Key=Left, Scale=-1.f)
|
||||||
|
+AxisMappings=(AxisName="TurnRate", Key=Right, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="Turn", Key=MouseX, Scale=1.f)
|
||||||
|
|
||||||
|
+AxisMappings=(AxisName="LookUpRate", Key=Gamepad_RightY, Scale=1.f)
|
||||||
|
+AxisMappings=(AxisName="LookUp", Key=MouseY, Scale=-1.f)
|
BIN
Content/Audio/F00_OTG.uasset
Normal file
BIN
Content/Audio/F00_OTG.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F01_OUAIS_OK_QUEL_RESTAU_ET_OU.uasset
Normal file
BIN
Content/Audio/F01_OUAIS_OK_QUEL_RESTAU_ET_OU.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F02_PK_PA.uasset
Normal file
BIN
Content/Audio/F02_PK_PA.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F03_00.uasset
Normal file
BIN
Content/Audio/F03_00.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F03_01.uasset
Normal file
BIN
Content/Audio/F03_01.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F03_02_AH_MAINTENANT_CEST_LAMUSIQUE_DUJEU.uasset
Normal file
BIN
Content/Audio/F03_02_AH_MAINTENANT_CEST_LAMUSIQUE_DUJEU.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F04.uasset
Normal file
BIN
Content/Audio/F04.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F04_00.uasset
Normal file
BIN
Content/Audio/F04_00.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F05.uasset
Normal file
BIN
Content/Audio/F05.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F06.uasset
Normal file
BIN
Content/Audio/F06.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F07.uasset
Normal file
BIN
Content/Audio/F07.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F08.uasset
Normal file
BIN
Content/Audio/F08.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F09.uasset
Normal file
BIN
Content/Audio/F09.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F10.uasset
Normal file
BIN
Content/Audio/F10.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F11.uasset
Normal file
BIN
Content/Audio/F11.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F12.uasset
Normal file
BIN
Content/Audio/F12.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F13.uasset
Normal file
BIN
Content/Audio/F13.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F13_INTERLUDDE.uasset
Normal file
BIN
Content/Audio/F13_INTERLUDDE.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F14.uasset
Normal file
BIN
Content/Audio/F14.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F15.uasset
Normal file
BIN
Content/Audio/F15.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F16.uasset
Normal file
BIN
Content/Audio/F16.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F17.uasset
Normal file
BIN
Content/Audio/F17.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F18-ancien1.uasset
Normal file
BIN
Content/Audio/F18-ancien1.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F18.uasset
Normal file
BIN
Content/Audio/F18.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F19.uasset
Normal file
BIN
Content/Audio/F19.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F20.uasset
Normal file
BIN
Content/Audio/F20.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F21.uasset
Normal file
BIN
Content/Audio/F21.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F21_VROUM.uasset
Normal file
BIN
Content/Audio/F21_VROUM.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F22.uasset
Normal file
BIN
Content/Audio/F22.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F23.uasset
Normal file
BIN
Content/Audio/F23.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F24-ancien1.uasset
Normal file
BIN
Content/Audio/F24-ancien1.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F24.uasset
Normal file
BIN
Content/Audio/F24.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F25.uasset
Normal file
BIN
Content/Audio/F25.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/F26.uasset
Normal file
BIN
Content/Audio/F26.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/intro.uasset
Normal file
BIN
Content/Audio/intro.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m1.uasset
Normal file
BIN
Content/Audio/m1.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m10.uasset
Normal file
BIN
Content/Audio/m10.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m11.uasset
Normal file
BIN
Content/Audio/m11.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m12.uasset
Normal file
BIN
Content/Audio/m12.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m13.uasset
Normal file
BIN
Content/Audio/m13.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m14.uasset
Normal file
BIN
Content/Audio/m14.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m15.uasset
Normal file
BIN
Content/Audio/m15.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m16.uasset
Normal file
BIN
Content/Audio/m16.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m17.uasset
Normal file
BIN
Content/Audio/m17.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m18.uasset
Normal file
BIN
Content/Audio/m18.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m19.uasset
Normal file
BIN
Content/Audio/m19.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m2.uasset
Normal file
BIN
Content/Audio/m2.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m20.uasset
Normal file
BIN
Content/Audio/m20.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m21.uasset
Normal file
BIN
Content/Audio/m21.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m22.uasset
Normal file
BIN
Content/Audio/m22.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m23.uasset
Normal file
BIN
Content/Audio/m23.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m24.uasset
Normal file
BIN
Content/Audio/m24.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m3.uasset
Normal file
BIN
Content/Audio/m3.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m4.uasset
Normal file
BIN
Content/Audio/m4.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m5.uasset
Normal file
BIN
Content/Audio/m5.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m6.uasset
Normal file
BIN
Content/Audio/m6.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m7.uasset
Normal file
BIN
Content/Audio/m7.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m8.uasset
Normal file
BIN
Content/Audio/m8.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/m9.uasset
Normal file
BIN
Content/Audio/m9.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/voiture1.uasset
Normal file
BIN
Content/Audio/voiture1.uasset
Normal file
Binary file not shown.
BIN
Content/Audio/voiture2.uasset
Normal file
BIN
Content/Audio/voiture2.uasset
Normal file
Binary file not shown.
BIN
Content/AudioDialogue.uasset
Normal file
BIN
Content/AudioDialogue.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_000.uasset
Normal file
BIN
Content/Cayou/Cayou_000.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_000_MAT.uasset
Normal file
BIN
Content/Cayou/Cayou_000_MAT.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_000_MAT_BaseColor.uasset
Normal file
BIN
Content/Cayou/Cayou_000_MAT_BaseColor.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_000_MAT_Normal.uasset
Normal file
BIN
Content/Cayou/Cayou_000_MAT_Normal.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_000_MAT_ORM.uasset
Normal file
BIN
Content/Cayou/Cayou_000_MAT_ORM.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_001.uasset
Normal file
BIN
Content/Cayou/Cayou_001.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_001_MAT_BaseColor.uasset
Normal file
BIN
Content/Cayou/Cayou_001_MAT_BaseColor.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_001_MAT_Normal.uasset
Normal file
BIN
Content/Cayou/Cayou_001_MAT_Normal.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_001_MAT_ORM.uasset
Normal file
BIN
Content/Cayou/Cayou_001_MAT_ORM.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_002_MAT.uasset
Normal file
BIN
Content/Cayou/Cayou_002_MAT.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_003.uasset
Normal file
BIN
Content/Cayou/Cayou_003.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_003_MAT_BaseColor.uasset
Normal file
BIN
Content/Cayou/Cayou_003_MAT_BaseColor.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_003_MAT_Normal.uasset
Normal file
BIN
Content/Cayou/Cayou_003_MAT_Normal.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/Cayou_003_MAT_ORM.uasset
Normal file
BIN
Content/Cayou/Cayou_003_MAT_ORM.uasset
Normal file
Binary file not shown.
BIN
Content/Cayou/NewMaterial.uasset
Normal file
BIN
Content/Cayou/NewMaterial.uasset
Normal file
Binary file not shown.
BIN
Content/Cinematic/EndCinematic.uasset
Normal file
BIN
Content/Cinematic/EndCinematic.uasset
Normal file
Binary file not shown.
BIN
Content/Cinematic/IntroductionCinematic.uasset
Normal file
BIN
Content/Cinematic/IntroductionCinematic.uasset
Normal file
Binary file not shown.
BIN
Content/Cinematic/TonneauCinematic.uasset
Normal file
BIN
Content/Cinematic/TonneauCinematic.uasset
Normal file
Binary file not shown.
BIN
Content/Circuit/Circuit.uasset
Normal file
BIN
Content/Circuit/Circuit.uasset
Normal file
Binary file not shown.
BIN
Content/Circuit/Circuit_Circuit_MAT_BaseColor.uasset
Normal file
BIN
Content/Circuit/Circuit_Circuit_MAT_BaseColor.uasset
Normal file
Binary file not shown.
BIN
Content/Circuit/Circuit_Circuit_MAT_Normal.uasset
Normal file
BIN
Content/Circuit/Circuit_Circuit_MAT_Normal.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/Circuit/Circuit_MAT.uasset
Normal file
BIN
Content/Circuit/Circuit_MAT.uasset
Normal file
Binary file not shown.
BIN
Content/FirstPersonCrosshair.uasset
Normal file
BIN
Content/FirstPersonCrosshair.uasset
Normal file
Binary file not shown.
BIN
Content/Flower/flower.uasset
Normal file
BIN
Content/Flower/flower.uasset
Normal file
Binary file not shown.
BIN
Content/Flower/flower_Mat.uasset
Normal file
BIN
Content/Flower/flower_Mat.uasset
Normal file
Binary file not shown.
BIN
Content/Flower/flowerplane.uasset
Normal file
BIN
Content/Flower/flowerplane.uasset
Normal file
Binary file not shown.
BIN
Content/Font/frozencrystal.uasset
Normal file
BIN
Content/Font/frozencrystal.uasset
Normal file
Binary file not shown.
BIN
Content/Font/frozencrystal_Font.uasset
Normal file
BIN
Content/Font/frozencrystal_Font.uasset
Normal file
Binary file not shown.
BIN
Content/Ground/M_Ground_Grass.uasset
Normal file
BIN
Content/Ground/M_Ground_Grass.uasset
Normal file
Binary file not shown.
BIN
Content/Ground/T_Ground_Grass_D.uasset
Normal file
BIN
Content/Ground/T_Ground_Grass_D.uasset
Normal file
Binary file not shown.
BIN
Content/Ground/T_Ground_Grass_N.uasset
Normal file
BIN
Content/Ground/T_Ground_Grass_N.uasset
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user