9 Commits
Author SHA1 Message Date
fallingshrimp f4c829bf8d docs: update and reorganize the project specification document
1. rename "命名规范" to "通用命名规范"
2. adjust the order of naming specification items
3. add code writing specification, pattern style and node reference related content
2026-07-31 13:44:39 +08:00
fallingshrimp f546746a88 docs: update SPEC.md with new notes and formatting
add editor version warning and agent usage guidelines, restructure the opening note into numbered list
2026-07-30 22:42:51 +08:00
fallingshrimp 7e9395e507 docs: add godot development tips and cold knowledge
补充了Godot开发相关的冷知识和注意事项,包括异常处理、异步函数、导出变量和节点就绪时序的细节
2026-07-30 22:39:49 +08:00
fallingshrimp 13042afb3a docs: add project development specification document
create the full SPEC.md with directory, naming, code sorting rules and best practices
2026-07-30 22:30:04 +08:00
fallingshrimp 040fd7279e build(export): 更新导出预设配置
新增Linux和Web(H5)平台的导出预设,修改Windows平台预设名称为win32,配置各平台导出路径与相关编译选项
2026-07-30 21:45:23 +08:00
fallingshrimp 585c09ec5d build: add build ignore rule and Windows export preset
添加了build目录的gitignore忽略规则,新增Windows桌面版导出配置文件,配置了导出路径为build/win32/LosingMind.exe并启用了嵌入PCK包等相关导出选项
2026-07-30 21:09:26 +08:00
fallingshrimp 6439b6712b chore: 初始化游戏项目基础框架与菜单系统
新增了基础菜单抽象类、主题配置、开场与主菜单场景,添加了所需的资源文件与项目配置,完善了项目基础结构
2026-07-30 20:04:31 +08:00
fallingshrimp e1771bb506 chore: 初始化Godot项目基础配置文件
添加了.editorconfig、.gitignore、.gitattributes配置文件,创建项目主配置和项目图标文件
2026-07-30 18:56:59 +08:00
fallingshrimp dec881d309 Initial commit 2026-07-30 16:37:33 +08:00