don't move 7.5, just update 5

This commit is contained in:
Jidong Xiao
2025-03-26 11:51:39 -04:00
committed by JamesFlare
parent 7750b9bba2
commit 09745ed253

View File

@@ -372,7 +372,7 @@ function nextstep() {
pc = pc + 1; pc = pc + 1;
}else if(pc==2){ }else if(pc==2){
// update 5 to 7.5 // update 5 to 7.5
stage.find('#node_'+5).text("7.5"); stage.find('#node_text_'+5).text("7.5");
// move 7.5 to 5 // move 7.5 to 5
//stage.find('#node_'+7.5).x(650); //stage.find('#node_'+7.5).x(650);
//stage.find('#node_'+7.5).y(100); //stage.find('#node_'+7.5).y(100);