Initializes basic game framework

Configures the default level, game mode, player controller, and player pawn.

Sets up basic movement input for the player pawn.

This commit lays the groundwork for further game development.
This commit is contained in:
2025-10-14 01:18:44 +02:00
parent 232a87f026
commit feae7b6997
10 changed files with 48 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Engine/Maps/Templates/OpenWorld
GameDefaultMap=/Game/CTP/01_Level/L_Default.L_Default
GlobalDefaultGameMode=/Script/M4_CPP.M4_Gamemode
EditorStartupMap=/Game/CTP/01_Level/L_Default.L_Default
[/Script/Engine.RendererSettings]
r.AllowStaticLighting=False