Added Dialouge box for Shop
This commit is contained in:
parent
f632a010a4
commit
cdab08dcdf
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ef2465e4c7f6a5910df3ec5a3923c9a0f80eb17ddb1411de806275274b50ba1
|
||||
size 24707
|
||||
oid sha256:ec29ba0db3dfe4058261d9534947c299b31f5b36d3a91ddfdd70f1606afd1b3d
|
||||
size 23329
|
||||
|
BIN
Content/Merchant/BP_MerchantGameMode.uasset
(Stored with Git LFS)
BIN
Content/Merchant/BP_MerchantGameMode.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Merchant/BP_OPENDIAL.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Merchant/BP_OPENDIAL.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -75,4 +75,7 @@ void ATempCharacter::LineTraceLogic()
|
||||
UE_LOG(LogTemp, Display, TEXT("HIT: %s"), *OutHit.GetActor()->GetName());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@ -21,6 +21,8 @@ protected:
|
||||
|
||||
void ForwardInput(float Axis);
|
||||
void RightMoveInput(float Axis);
|
||||
|
||||
TSubclassOf<UUserWidget> WidgetClass; //defining the widget class
|
||||
|
||||
public:
|
||||
// Called every frame
|
||||
@ -35,5 +37,4 @@ public:
|
||||
float TraceDistance = 200;
|
||||
|
||||
void LineTraceLogic();
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user