mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2026-05-06 04:13:01 -07:00
AppManager.SaveData.m_pluginをAppManager.pluginsに移動/bocoree, Boare.Lib.*を最新版に差し替え
git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@16 b1f601f4-4f45-0410-8980-aecacb008692
This commit is contained in:
@@ -15,10 +15,10 @@ public class OverlayImpeller : IPlugin {
|
||||
/// <param name="e_body">エントリの終了時刻</param>
|
||||
/// <param name="e_end">エントリの設定値</param>
|
||||
public void Apply( ref Bitmap frame, float time, float e_begin, float e_end, ref string e_body ) {
|
||||
double rpm = 11.5821;
|
||||
int centerx = 135;
|
||||
int centery = 135;
|
||||
int impeller_diameter = 153;
|
||||
double rpm = 12.4;
|
||||
int centerx = 144;
|
||||
int centery = 144;
|
||||
int impeller_diameter = 163;
|
||||
int impeller_height_half = 12;
|
||||
double theta0 = 0.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user