Make physics function
This commit is contained in:
+4
-6
@@ -6,12 +6,13 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
.node {
|
||||
stroke: #fff;
|
||||
.node-box {
|
||||
stroke: #000;
|
||||
fill: blue;
|
||||
stroke-width: 1.5px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.link {
|
||||
.link-line {
|
||||
stroke: #999;
|
||||
stroke-opacity: .6;
|
||||
}
|
||||
@@ -21,8 +22,5 @@
|
||||
<script src="./script.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user