texture.vwf.json 161 B

1234567891011
  1. {
  2. "extends": "proxy/two/node.vwf",
  3. "type": "texture",
  4. "properties": {
  5. "src": null
  6. },
  7. "methods": {},
  8. "scripts": {
  9. "source": "texture.js"
  10. }
  11. }