first commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,14 +1,18 @@
|
||||
// import { ConvertToBase64WhenRelease } from "@24tools/ads_common";
|
||||
import { ConvertToBase64WhenRelease } from "@24tools/ads_common";
|
||||
import { ConvertResourceType, Template3d } from "@24tools/playable_template";
|
||||
|
||||
|
||||
export const meshes : ConvertResourceType = {
|
||||
type: "mesh",
|
||||
resources: [
|
||||
// {
|
||||
// name: "scene",
|
||||
// value: ConvertToBase64WhenRelease("./SceneСombo.glb"),
|
||||
// },
|
||||
{
|
||||
name: "map",
|
||||
value: ConvertToBase64WhenRelease("./ZombiePunk_Map.glb"),
|
||||
},
|
||||
{
|
||||
name: "character",
|
||||
value: ConvertToBase64WhenRelease("./ZombiePunk_Character.glb"),
|
||||
},
|
||||
],
|
||||
loader: Template3d.meshLoader
|
||||
}
|
||||
Reference in New Issue
Block a user