AI 实现初版随机地图
This commit is contained in:
BIN
Content/Level/BP_Test.uasset
Normal file
BIN
Content/Level/BP_Test.uasset
Normal file
Binary file not shown.
BIN
Content/Level/NewWorld.umap
Normal file
BIN
Content/Level/NewWorld.umap
Normal file
Binary file not shown.
BIN
Content/Level/tileset.uasset
Normal file
BIN
Content/Level/tileset.uasset
Normal file
Binary file not shown.
BIN
Content/Level/tileset_TileSet.uasset
Normal file
BIN
Content/Level/tileset_TileSet.uasset
Normal file
Binary file not shown.
11
Content/Lua/UI/ModelView/Hearth/PreCookModelView.lua
Normal file
11
Content/Lua/UI/ModelView/Hearth/PreCookModelView.lua
Normal file
@ -0,0 +1,11 @@
|
||||
local function InitPreCookViewModel(vm, wco)
|
||||
vm.selected_precook_tools = {}
|
||||
vm.selected_precook_containers = {}
|
||||
end
|
||||
|
||||
|
||||
return function(wco)
|
||||
local vm = {}
|
||||
InitPreCookViewModel(vm, wco)
|
||||
return vm
|
||||
end
|
||||
7
Content/Lua/UI/ViewModel/Hearth/PreCookViewModel.lua
Normal file
7
Content/Lua/UI/ViewModel/Hearth/PreCookViewModel.lua
Normal file
@ -0,0 +1,7 @@
|
||||
local PreCookModelView = {}
|
||||
|
||||
|
||||
|
||||
return function(wco)
|
||||
|
||||
end
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user