Add blueprint local multiplayer
This commit is contained in:
parent
2bd7723269
commit
7780f965fc
@ -10,6 +10,7 @@ AppliedDefaultGraphicsPerformance=Maximum
|
|||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
GlobalDefaultGameMode=/Game/GameModeBase_BP.GameModeBase_BP_C
|
GlobalDefaultGameMode=/Game/GameModeBase_BP.GameModeBase_BP_C
|
||||||
EditorStartupMap=/Game/TestMap.TestMap
|
EditorStartupMap=/Game/TestMap.TestMap
|
||||||
|
bUseSplitscreen=False
|
||||||
|
|
||||||
[/Script/Engine.CollisionProfile]
|
[/Script/Engine.CollisionProfile]
|
||||||
-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False)
|
-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False)
|
||||||
|
Binary file not shown.
BIN
Content/PlayerMaterial1.uasset
Executable file
BIN
Content/PlayerMaterial1.uasset
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -66,7 +66,7 @@ protected:
|
|||||||
UPROPERTY(EditAnywhere, Category="Player")
|
UPROPERTY(EditAnywhere, Category="Player")
|
||||||
UBoxComponent* collision;
|
UBoxComponent* collision;
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, Category="Player")
|
UPROPERTY(BlueprintReadWrite, Category="Player")
|
||||||
UStaticMeshComponent* player_mesh;
|
UStaticMeshComponent* player_mesh;
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, Category="Movement")
|
UPROPERTY(EditAnywhere, Category="Movement")
|
||||||
|
10
todo.txt
10
todo.txt
@ -13,11 +13,17 @@ xAdd dash
|
|||||||
xShoot from any direction
|
xShoot from any direction
|
||||||
xShoot at continuous rate when holding shoot button
|
xShoot at continuous rate when holding shoot button
|
||||||
Add local multiplayer
|
Add local multiplayer
|
||||||
Add netcode
|
x Blueprint
|
||||||
|
- C++
|
||||||
Add player damage
|
Add player damage
|
||||||
|
Add player ammo
|
||||||
|
Add player health pickups
|
||||||
Add HUD UI
|
Add HUD UI
|
||||||
Add menu
|
Add win condition
|
||||||
|
- Time based. Keep president alive until he reaches destination.
|
||||||
Add sounds
|
Add sounds
|
||||||
Add juice
|
Add juice
|
||||||
Add muzzle on shoot
|
Add muzzle on shoot
|
||||||
Camera zoom out based on screen size? Looks too small when I shrink the window
|
Camera zoom out based on screen size? Looks too small when I shrink the window
|
||||||
|
Add menu
|
||||||
|
Add netcode
|
||||||
|
Loading…
Reference in New Issue
Block a user