Make physics function

This commit is contained in:
2023-03-28 23:14:55 +02:00
parent df29fd11ef
commit cad37c1a0c
2 changed files with 175 additions and 160 deletions
+4 -6
View File
@@ -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>