完成导表工具, 支持根据excel表生成表结构代码和加载数据代码
|
---|
|
.gitignore |
---|
DungeonShooting_ExcelTool/DungeonShooting_ExcelTool.csproj 0 → 100644 |
---|
DungeonShooting_ExcelTool/DungeonShooting_ExcelTool.sln 0 → 100644 |
---|
DungeonShooting_ExcelTool/DungeonShooting_ExcelTool.sln.DotSettings.user 0 → 100644 |
---|
DungeonShooting_ExcelTool/ExcelGenerator.cs 0 → 100644 |
---|
DungeonShooting_ExcelTool/Program.cs 0 → 100644 |
---|
DungeonShooting_ExcelTool/excelFile/Role.xlsx 0 → 100644 |
---|
Not supported
|
DungeonShooting_ExcelTool/excelFile/Weapon.xlsx 0 → 100644 |
---|
Not supported
|
DungeonShooting_ExcelTool/serialize/SerializeColor.cs 0 → 100644 |
---|
DungeonShooting_ExcelTool/serialize/SerializeVector2.cs 0 → 100644 |
---|
DungeonShooting_ExcelTool/serialize/SerializeVector3.cs 0 → 100644 |
---|
DungeonShooting_Godot/DungeonShooting.csproj |
---|
DungeonShooting_Godot/excel/BouncyCastle.Crypto.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.deps.json 0 → 100644 |
---|
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.exe 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.pdb 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.runtimeconfig.json 0 → 100644 |
---|
DungeonShooting_Godot/excel/Enums.NET.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/ICSharpCode.SharpZipLib.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/MathNet.Numerics.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/Microsoft.IO.RecyclableMemoryStream.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/Microsoft.Win32.SystemEvents.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/NPOI.OOXML.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/NPOI.OpenXml4Net.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/NPOI.OpenXmlFormats.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/NPOI.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/Role.xlsx 100644 → 0 |
---|
Not supported
|
DungeonShooting_Godot/excel/SixLabors.Fonts.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/SixLabors.ImageSharp.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/System.Configuration.ConfigurationManager.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/System.Drawing.Common.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/System.Security.Cryptography.Pkcs.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/System.Security.Cryptography.ProtectedData.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/System.Security.Cryptography.Xml.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/System.Security.Permissions.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/System.Windows.Extensions.dll 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/Weapon.xlsx 100644 → 0 |
---|
Not supported
|
DungeonShooting_Godot/excel/excelFile/Role.xlsx 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx 0 → 100644 |
---|
Not supported
|
DungeonShooting_Godot/prefab/ui/EditorTools.tscn |
---|
DungeonShooting_Godot/project.godot |
---|
DungeonShooting_Godot/resource/theme/mainTheme.tres |
---|
DungeonShooting_Godot/scene/Main.tscn |
---|
DungeonShooting_Godot/scene/test/TestReadExcel.tscn |
---|
DungeonShooting_Godot/src/config/ExcelConfig.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/config/ExcelConfig_Role.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/config/ExcelConfig_Weapon.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/config/Role.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/config/Weapon.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/generator/ExcelGenerator.cs |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/GameConfig.cs |
---|
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs |
---|
DungeonShooting_Godot/src/test/TestReadExcel.cs |
---|