Compare commits

..

No commits in common. "c533a91f928faa7fcb3134e7e9c6e562f86ba5fc" and "c754a533383e12a3f05139f67c5b52dfef67d0a6" have entirely different histories.

41 changed files with 16 additions and 113 deletions

View File

@ -109,7 +109,6 @@ DoubleClickTime=0.200000
+ActionMappings=(ActionName="Use Left Weapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
+ActionMappings=(ActionName="Use Right Weapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton)
+ActionMappings=(ActionName="Ability1",bShift=False,bCtrl=False,bAlt=True,bCmd=False,Key=One)
+ActionMappings=(ActionName="Interact",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E)
+AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W)
+AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S)
+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D)

Binary file not shown.

Binary file not shown.

BIN
Content/Blueprints/GI_Monolith.uasset (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
Content/DemoItemStrangeObject.uasset (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/Levels/PrototypeLevel.umap (Stored with Git LFS)

Binary file not shown.

BIN
Content/LocationMarker.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Monolith/BPI_Bullet.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Monolith/BPI_Monolith.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Monster.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/MySaveData.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/EMissionType.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/EObjectiveType.uasset (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
Content/QuestSystem/FQuestDetails.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/FQuestSaveData.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/FStageDetails.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/LocationMarker.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/NPCs/TestNPC.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/QuestData.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/QuestGiver.uasset (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/QuestSystem/Quest_Base.uasset (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
Content/QuestSystem/UI/W_QuestGiver.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/UI/W_QuestLog.uasset (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/QuestSystem/UI/W_Tracker.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/QuestSystem/UI/check-mark.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/TargetDummy.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/TestItem.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/strangeobject.uasset (Stored with Git LFS)

Binary file not shown.

View File

@ -8,7 +8,7 @@ AMonolithGameMode::AMonolithGameMode()
: Super()
{
// set default pawn class to our Blueprinted character
// static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/FirstPerson/Blueprints/BP_FirstPersonCharacter"));
// DefaultPawnClass = PlayerPawnClassFinder.Class;
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/FirstPerson/Blueprints/BP_FirstPersonCharacter"));
DefaultPawnClass = PlayerPawnClassFinder.Class;
}