Compare commits

...

13 Commits
V1.1 ... main

614 changed files with 34623 additions and 6 deletions

6
.gitignore vendored
View File

@ -46,9 +46,7 @@
SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
Binaries/*
Plugins/**/Binaries/*
# Builds
Build/*
@ -90,7 +88,6 @@ DerivedDataCache/*
/ProjectFish/ProjectFish.uproject.DotSettings.user
/ProjectFish/.idea
/ProjectFish/.vs
/ProjectFish/Binaries
/ProjectFish/DerivedDataCache
/ProjectFish/Intermediate
/ProjectFish/ProjectFish.sln
@ -106,3 +103,4 @@ DerivedDataCache/*
/TestForAIGC/TestForAIGC.uproject.DotSettings.user
/AIGC/__pycache__/AICore.cpython-312.pyc
/AIGC/__pycache__/DatabaseHandle.cpython-312.pyc
/ProjectFish/CLAUDE.md

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
{
"BuildId": "37670630",
"Modules":
{
"ProjectFish": "UnrealEditor-ProjectFish.dll",
"ProjectFishEditor": "UnrealEditor-ProjectFishEditor.dll"
}
}

View File

@ -1,6 +1,6 @@
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/TopDown/Maps/TopDownMap.TopDownMap
EditorStartupMap=/Game/Maps/Dabaza.Dabaza
EditorStartupMap=/Game/ART/Map/fishing.fishing
GlobalDefaultGameMode="/Script/ProjectFish.ProjectFishGameMode"
[/Script/Engine.RendererSettings]

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