feat: Integrated Stream asset and Kai animation system
This commit is contained in:
60
main/vibe_main.go
Normal file
60
main/vibe_main.go
Normal file
@@ -0,0 +1,60 @@
|
||||
components {
|
||||
id: "script"
|
||||
component: "/main/vibe_main.script"
|
||||
position {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
}
|
||||
rotation {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
w: 1.0
|
||||
}
|
||||
}
|
||||
components {
|
||||
id: "grass_factory"
|
||||
component: "/main/vibe_grass.factory"
|
||||
position {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
}
|
||||
rotation {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
w: 1.0
|
||||
}
|
||||
}
|
||||
components {
|
||||
id: "water_factory"
|
||||
component: "/main/vibe_water.factory"
|
||||
position {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
}
|
||||
rotation {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
w: 1.0
|
||||
}
|
||||
}
|
||||
components {
|
||||
id: "kai_factory"
|
||||
component: "/main/vibe_kai.factory"
|
||||
position {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
}
|
||||
rotation {
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
w: 1.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user