@cardsgame/types
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -64,2 +64,6 @@ /** | ||
/** | ||
* How to transform current player's containers/entities on client's screen. | ||
* Units are in pixels. | ||
*/ | ||
interface IPlayerViewPosition { | ||
@@ -66,0 +70,0 @@ alignX?: "left" | "center" | "right" |
{ | ||
"name": "@cardsgame/types", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"types": "index", | ||
"author": "", | ||
"license": "ISC", | ||
"gitHead": "c88ae67e3c16ed80c10761c1d62d34073ef16392" | ||
"gitHead": "b467b6a1d8ccc20444312ef435c247160719add6" | ||
} |
3393
73