Added protype scripts for Alternate Tank and Power Plant, changed naming convention of assets to: package -> name instead of: package -> model

This commit is contained in:
2019-09-25 22:01:03 -05:00
parent 19f5a0cd9c
commit eb7a7fc6d6
12 changed files with 101 additions and 40 deletions

View File

@@ -2,10 +2,16 @@ name: "power_plant"
model: "power_plant.obj"
collision: "mesh"
collision_mesh: null # Use model mesh for collision detection
scripts: [
"power_plant"
]
uses:
-
package: "base"
model: "purchase_terminal"
name: "purchase_terminal"
-
package: "base"
model: "information_panel"
name: "information_panel"
-
package: "base"
name: "door"