Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
young40 committed Apr 20, 2021
1 parent 20b9ec7 commit 584905f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Assets/GameScript/GameBrick.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"references": [
"TinaX.Core",
"TinaX.UIKit",
"TinaX.Tween",
"TinaX.UIKit.Animation",
"TinaX.VFS",
"TinaX.XComponent",
"UniRx",
Expand Down
2 changes: 1 addition & 1 deletion Assets/GameScript/UITools/Toast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class Toast: XUIBehaviour
{
public Text txt_msg;
public RectTransformAnchoredPositionAni ani_out;
public RectTransformAnchoredPositionTween ani_out;

private string message;

Expand Down
16 changes: 9 additions & 7 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"com.yasirkula.ingamedebugconsole": "1.4.8",
"io.nekonya.tinax.core": "6.6.24",
"io.nekonya.tinax.ilruntime": "6.6.4",
"io.nekonya.tinax.tween": "file:../TinaXCode/TinaX.Tween",
"io.nekonya.tinax.uikit": "6.6.18",
"io.nekonya.tinax.uikit.animation": "file:../TinaXCode/TinaX.UIKit.Animation",
"io.nekonya.tinax.uikit.ilruntime": "6.6.4",
"io.nekonya.tinax.vfs": "6.6.15",
"com.unity.modules.ai": "1.0.0",
Expand Down Expand Up @@ -67,12 +69,12 @@
"io.nekonya"
]
},
{
"name": "npmjs",
"url": "https://registry.npmjs.org",
"scopes": [
"com.ourpalm.ilruntime"
]
}
{
"name": "npmjs",
"url": "https://registry.npmjs.org",
"scopes": [
"com.ourpalm.ilruntime"
]
}
]
}
17 changes: 17 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@
},
"url": "https://registry.npm.taobao.org"
},
"io.nekonya.tinax.tween": {
"version": "file:../TinaXCode/TinaX.Tween",
"depth": 0,
"source": "local",
"dependencies": {
"com.neuecc.unirx": "7.1.0"
}
},
"io.nekonya.tinax.uikit": {
"version": "6.6.18",
"depth": 0,
Expand All @@ -143,6 +151,15 @@
},
"url": "https://registry.npm.taobao.org"
},
"io.nekonya.tinax.uikit.animation": {
"version": "file:../TinaXCode/TinaX.UIKit.Animation",
"depth": 0,
"source": "local",
"dependencies": {
"io.nekonya.tinax.uikit": "6.6.17",
"io.nekonya.tinax.tween": "6.6.1"
}
},
"io.nekonya.tinax.uikit.ilruntime": {
"version": "6.6.4",
"depth": 0,
Expand Down

0 comments on commit 584905f

Please sign in to comment.