Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "phavuer", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Reactive template engine based on Vue 3 for Phaser 3", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -43,3 +43,5 @@ export default { | ||
style: object => v => object.setStyle(v), | ||
lineSpacing: object => v => object.setLineSpacing(v), | ||
padding: object => v => object.setPadding(v), | ||
collision: object => v => object.setCollision(v) | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
170
79228