Compare commits

...

31 Commits
Dev ... main

Author SHA1 Message Date
d987f00373 修改摄像头的旋转逻辑 2025-08-01 17:12:30 +08:00
b783586e79 修改船的移动逻辑,关闭摄像机的额碰撞检测 2025-08-01 10:32:24 +08:00
2d3c11663f 镜头距离修改 2025-07-31 18:05:50 +08:00
cc6c9d4fc8 添加相机FOV配置 2025-07-29 13:24:26 +08:00
e653cd15dd 添加角色遮挡物剔除材质 2025-07-28 18:41:02 +08:00
ae33c24bb6 添加编译后的文件 2025-07-28 18:34:54 +08:00
76c64d8635 添加碰撞时的相机抖动配置 2025-07-28 11:26:18 +08:00
ec20d16846 更新船体模型和配置文件说明 2025-07-28 09:54:59 +08:00
cdbb00be26 更新镜头配置文档 2025-07-25 17:23:09 +08:00
f2e125969e 添加镜头的最小距离 2025-07-25 17:16:46 +08:00
2ec5f3df07 Merge branch 'main' of http://www.ntopia-tech.com:30000/admin/Project02 2025-07-25 16:58:43 +08:00
76a8f2be4a 添加船角色 2025-07-25 16:32:38 +08:00
be0a01c0d7 art 2025-07-25 11:25:23 +08:00
d8623fb375 更新配置文档 2025-07-23 11:42:36 +08:00
82c3644b5a 更新鱼竿配置表 2025-07-23 10:03:13 +08:00
e0102c5635 更新描述 2025-07-23 09:42:18 +08:00
88f822d5de 更新文档 2025-07-23 09:23:59 +08:00
aded160ce0 添加减伤技能效果 2025-07-22 18:06:10 +08:00
25f8adc0a8 添加增强目标技能效果的技能 2025-07-22 15:06:16 +08:00
aa7ceba750 调整被动类技能的ui显示 2025-07-22 11:16:55 +08:00
f6d7112248 添加周围物品触发器 2025-07-22 11:02:46 +08:00
59c715af32 添加鱼竿增强技能效果 2025-07-22 10:57:27 +08:00
7b57eaa7ac 调整日志 2025-07-21 18:04:24 +08:00
9762d2cb0f 调整 技能应用位置逻辑 2025-07-21 17:59:58 +08:00
4e7af37166 添加被动技能及触发器 2025-07-21 17:00:29 +08:00
2c30f24aad 更新技能背包占用 2025-07-21 09:22:17 +08:00
f5db40d884 完善背包技能UI 2025-07-17 17:43:30 +08:00
0bed66d5ca 添加鱼竿的技能配置,添加鱼竿的加速技能 2025-07-16 19:24:00 +08:00
ff988535aa 添加鱼竿component 和对应的配表 2025-07-16 17:39:03 +08:00
5e186c3d06 修改韧性bug 2025-07-15 17:03:49 +08:00
8b558f8a56 添加韧性配置 2025-07-15 16:52:32 +08:00
660 changed files with 35388 additions and 112 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"
}
}

File diff suppressed because one or more lines are too long

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