Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
86 changes: 86 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Compiled source files
*.dll
*.exe
*.exe.config
*.lib
*.app
*.ipa
*.iobj
*.ipdb
*.pdb
*.dylib
*.so
*.o
*.a

# C++ intermediate files
*.sln
*.suo
*.user
*.vcxproj*
*.opensdf
*.sdf
*.cache
*.log
*.db
*.opendb

# Unreal automatically generated folders
/Binaries/
/Build/
/DerivedDataCache/
/Intermediate/
/Saved/
/Script/

# Autogenerated config folders (not needed in repo)
.vscode/
.vs/
.idea/
*.VC.db
*.VC.VC.opendb

# Ignore temporary files
*.tmp
*.temp
*.log
*.obj

# macOS system files
.DS_Store
.AppleDouble
.LSOverride

# Windows system files
Thumbs.db
ehthumbs.db
desktop.ini

# Packaging and cooked builds
/Saved/
/LocalBuilds/
/Cooked/

# Cache folders
/Plugins/*/Intermediate/
/Plugins/*/Binaries/

# Unreal Build Tool user files
*.opensdf
*.sdf
*.vscode
*.vsconfig

# Python virtual environment (if used)
venv/
.env/

# Ignore backup files
*~
*.bak
*.backup

# Ignore crash logs
CrashReportClient/

/IntermediateConfig/
14 changes: 14 additions & 0 deletions Config/DefaultEditor.ini

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Config/DefaultEditorPerProjectUserSettings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ContentBrowser]
ContentBrowserTab1.SelectedPaths=/Game/TopDownBP
190 changes: 190 additions & 0 deletions Config/DefaultEngine.ini

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=40BD54524D58CF82191A0EACBEED92D3
ProjectName=Top Down BP Game Template

96 changes: 96 additions & 0 deletions Config/DefaultInput.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
[/Script/Engine.InputSettings]
-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
+AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
bAltEnterTogglesFullscreen=True
bF11TogglesFullscreen=True
bUseMouseForTouch=False
bEnableMouseSmoothing=True
bEnableFOVScaling=True
bCaptureMouseOnLaunch=True
bEnableLegacyInputScales=True
bEnableMotionControls=True
bFilterInputByPlatformUser=False
bShouldFlushPressedKeysOnViewportFocusLost=True
bEnableDynamicComponentInputBinding=True
bAlwaysShowTouchInterface=False
bShowConsoleOnFourFingerTap=True
bEnableGestureRecognizer=False
bUseAutocorrect=False
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
DefaultViewportMouseLockMode=LockOnCapture
FOVScale=0.011110
DoubleClickTime=0.200000
+ActionMappings=(ActionName="MoveRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=D)
+ActionMappings=(ActionName="MoveLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=A)
+ActionMappings=(ActionName="MoveUp",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=W)
+ActionMappings=(ActionName="MoveDown",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=S)
+ActionMappings=(ActionName="StayStill",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=R)
+ActionMappings=(ActionName="SelectRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Right)
+ActionMappings=(ActionName="SelectLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Left)
+ActionMappings=(ActionName="SelectUp",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Up)
+ActionMappings=(ActionName="SelectDown",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Down)
+ActionMappings=(ActionName="Interact",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar)
+ActionMappings=(ActionName="ChangePhase",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Tab)
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=None
-ConsoleKeys=Tilde
+ConsoleKeys=Tilde

Binary file added Content/BP_Collectible_Base.uasset
Binary file not shown.
Binary file added Content/BP_Potion.uasset
Binary file not shown.
Binary file added Content/BP_coin.uasset
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.
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.
Binary file not shown.
Binary file added Content/BattleWizardPBR/Maps/Demo01MP.umap
Binary file not shown.
Binary file added Content/BattleWizardPBR/Maps/Demo02MP.umap
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 added Content/BattleWizardPBR/MayaFile.zip
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 added Content/BattleWizardPBR/Meshes/WizardSM.uasset
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/BattleWizardPBR/TitleScreen.umap
Binary file not shown.
Binary file added Content/BattleWizardPBR/WBP_EndScreen.uasset
Binary file not shown.
Binary file added Content/BattleWizardPBR/WBP_SelectWheel.uasset
Binary file not shown.
Binary file added Content/BattleWizardPBR/W_TitleScreen.uasset
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.
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.
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.
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.
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.
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.
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 added Content/Cursor/FX_Cursor.uasset
Binary file not shown.
Binary file added Content/Cursor/M_Cursor.uasset
Binary file not shown.
Binary file added Content/Cursor/SM_CursorMesh.uasset
Binary file not shown.
Binary file added Content/Cursor/T_Arrow.uasset
Binary file not shown.
Binary file added Content/Fab/Catwalks/Material.uasset
Binary file not shown.
Binary file added Content/Fab/Catwalks/the_bridge.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_10.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_17.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_0.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_13.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_14.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_19.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_2.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_20.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_23.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_25.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_28.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_30.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_31.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_33.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_35.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_37.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_4.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_40.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_43.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_47.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_49.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_51.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_54.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_57.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_6.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_7.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_8.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_1_9.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_2.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_22.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_24.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_27.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_29.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_39.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_11.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_12.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_15.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_16.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_18.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_2.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_21.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_26.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_3.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_32.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_34.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_36.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_38.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_42.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_45.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_5.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_53.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_3_55.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_4.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_41.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_44.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_46.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_48.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_5.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_50.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_52.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_56.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_58.uasset
Binary file not shown.
Binary file added Content/Fab/Grass_Vegitation_Mix/0_6.uasset
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.
Loading