From f07cb0d2745f59fe07254698402b160e7535c641 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 15 Jul 2021 19:30:13 +0200 Subject: cleaned up tweak menu, added particle toggle --- app/screens/graph/graph-screen.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/screens/graph/graph-screen.tsx') diff --git a/app/screens/graph/graph-screen.tsx b/app/screens/graph/graph-screen.tsx index 9dc7c90..289f371 100644 --- a/app/screens/graph/graph-screen.tsx +++ b/app/screens/graph/graph-screen.tsx @@ -11,6 +11,7 @@ import { Tweaks } from "../../components" import genRandomTree from "../../data/randomdata"; + const ROOT: ViewStyle = { backgroundColor: color.palette.black, flex: 1, @@ -34,7 +35,8 @@ export const GraphScreen = observer(function GraphScreen() { linkStrength: 1, linkIts: 1, collapse: false, - threedim: false + threedim: false, + particles: 2, }); const gData = genRandomTree(); -- cgit v1.2.3