goofoo_giant.def.json 370 B

123456789101112131415
  1. {
  2. "name": "Goofoo Giant",
  3. "version": 2,
  4. "inherits": "goofoo_near",
  5. "overrides": {
  6. "machine_name": { "default_value": "Goofoo Giant" },
  7. "machine_width": { "default_value": 600 },
  8. "machine_depth": { "default_value": 600 },
  9. "machine_height": { "default_value": 1000 }
  10. },
  11. "metadata": {
  12. "visible": true
  13. }
  14. }