mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
v1.00
This commit is contained in:
parent
3d70fa4b56
commit
982f058bad
@ -1,7 +1,7 @@
|
||||
vupmod#ModMaker:|author#Hakoyu[认证]:|gamever#109:|ver#92:|
|
||||
vupmod#ModMaker:|author#Hakoyu:|gamever#109:|ver#100:|
|
||||
intro#modmakerintor:|
|
||||
lang#en:|modmakerintor#Zero threshold, just open it and use it. Supports all game content (animation, text, and effects) \n Follow the game updates, new content, mod maker will follow the update, start making it now!:|ModMaker#ModMaker:|
|
||||
lang#zh-Hans:|modmakerintor#0门槛,打开就能用。支持所有游戏内容(动画,文本,效果皆可)\n跟随游戏更新,出新内容,MOD 制作器也会跟随更新,立即上手制作吧!:|ModMaker#Mod 制作器:|
|
||||
lang#zh-Hant:|modmakerintor#0門檻,打開就能用。 支持所有遊戲內容(動畫,文字,效果皆可)\n跟隨遊戲更新,出新內容,MOD製作器也會跟隨更新,立即上手製作吧!:|ModMaker#Mod 製作器:|
|
||||
authorid#253101309:|
|
||||
itemid#3032723195:|
|
||||
itemid#1:|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -836,6 +836,16 @@
|
||||
摸头触发大小
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:VPet_Simulator.Core.GraphCore.Config.TouchBodyLocate">
|
||||
<summary>
|
||||
摸身体触发位置
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:VPet_Simulator.Core.GraphCore.Config.TouchBodySize">
|
||||
<summary>
|
||||
摸身体触发大小
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:VPet_Simulator.Core.GraphCore.Config.TouchRaisedSize">
|
||||
<summary>
|
||||
提起触发大小
|
||||
|
Binary file not shown.
@ -4,6 +4,11 @@
|
||||
<name>VPet-Simulator.Windows.Interface</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="F:VPet_Simulator.Windows.Interface.ExtensionFunction.WorkCalLevel">
|
||||
<summary>
|
||||
工作计算等级
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:VPet_Simulator.Windows.Interface.ExtensionFunction.IsOverLoad(VPet_Simulator.Core.GraphHelper.Work)">
|
||||
<summary>
|
||||
判断这个工作是否超模
|
||||
@ -81,6 +86,16 @@
|
||||
游戏主窗体
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:VPet_Simulator.Windows.Interface.IMainWindow.PrefixSave">
|
||||
<summary>
|
||||
存档前缀, 用于多开游戏, 为空时使用默认存档, 不为空时前缀的前缀一般为'-'
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:VPet_Simulator.Windows.Interface.IMainWindow.Args">
|
||||
<summary>
|
||||
启动参数
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:VPet_Simulator.Windows.Interface.IMainWindow.IsSteamUser">
|
||||
<summary>
|
||||
是否为Steam用户
|
||||
@ -1005,6 +1020,20 @@
|
||||
图片设置 (eg:定位锚点等)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:VPet_Simulator.Windows.Interface.ImageResources.NewSafeBitmapImage(System.String)">
|
||||
<summary>
|
||||
更加安全的图片URI加载
|
||||
</summary>
|
||||
<param name="source">图片源</param>
|
||||
<returns>BitmapImage</returns>
|
||||
</member>
|
||||
<member name="M:VPet_Simulator.Windows.Interface.ImageResources.NewSafeBitmapImage(System.Uri)">
|
||||
<summary>
|
||||
更加安全的图片URI加载
|
||||
</summary>
|
||||
<param name="source">图片源</param>
|
||||
<returns>BitmapImage</returns>
|
||||
</member>
|
||||
<member name="T:VPet_Simulator.Windows.Interface.Statistics">
|
||||
<summary>
|
||||
统计
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user