Skip to content

Commit bda4f9b

Browse files
committed
change physic prop
1 parent 0270b5b commit bda4f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/typescript/mainframe.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export abstract class MainFrame {
210210
if (callback != undefined)
211211
callback();
212212

213-
console.log(this._dynamic)
213+
console.log("dynamic"+this._dynamic)
214214
});
215215
}
216216

@@ -753,8 +753,8 @@ export abstract class MainFrame {
753753
springLength: 200
754754
},
755755
forceAtlas2Based: {
756-
gravitationalConstant: -26,
757-
centralGravity: 0.005,
756+
gravitationalConstant: -50,
757+
centralGravity: 0.003,
758758
springLength: 230,
759759
springConstant: 0.18
760760
},

0 commit comments

Comments
 (0)