2 Commits

Author SHA1 Message Date
20a1478bdc Added max health and current health to component
take damage function created.
need to decide how damage and health is managed
2025-11-29 16:38:42 -05:00
d2e1db997d made health componenet 2025-11-23 20:11:46 -05:00
348 changed files with 26 additions and 457 deletions

View File

@@ -1,7 +1,7 @@
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Worlds/MainMenu.MainMenu
EditorStartupMap=/Game/Worlds/Playground1.Playground1
LocalMapOptions=
TransitionMap=None
bUseSplitscreen=True
@@ -10,7 +10,7 @@ ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bShowAllPlayerWidgetsWhenSplitscreenDisabled=False
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Game/ProofOfConcept/DDIGameInstance_BP.DDIGameInstance_BP_C
GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/Worlds/MainMenu.MainMenu
ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Script/Engine.GameModeBase

View File

@@ -1,4 +0,0 @@
[/Script/Engine.GameUserSettings]
ResolutionSizeX=1280
ResolutionSizeY=720
FullscreenMode=2

Some files were not shown because too many files have changed in this diff Show More