微件:ScenarioSimulator:修订间差异

来自PRTS
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第1,589行: 第1,589行:
temp_d1 = (temp_d3 - temp_d1) / temp_c1;temp_d2 = (temp_d4 - temp_d2) / temp_c1;
temp_d1 = (temp_d3 - temp_d1) / temp_c1;temp_d2 = (temp_d4 - temp_d2) / temp_c1;
temp_d5 = (temp_d7 - temp_d5) / temp_c1;temp_d6 = (temp_d8 - temp_d6) / temp_c1;
temp_d5 = (temp_d7 - temp_d5) / temp_c1;temp_d6 = (temp_d8 - temp_d6) / temp_c1;
console.log("image_x=" + image_x + ",image_y=" + image_y + ",image_width=" + image_width + ",image_height=" + image_height);
console.log("tween_x=" + tween_x + ",tween_y=" + tween_y + ",tween_width=" + tween_width + ",tween_height=" + tween_height);
console.log("timer_x=" + temp_d1 + ",timer_y=" + temp_d2 + ",timer_width=" + temp_d5 + ",timer_height" + temp_d6);
if(timer_id_tween == -1)
if(timer_id_tween == -1)
{
{

2019年12月5日 (四) 17:37的版本

自动▶
重置▶