From 7e66ac4ff518e6aa091c7ccfe567e31fa1f51994 Mon Sep 17 00:00:00 2001 From: IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> Date: Sun, 17 Jul 2022 04:32:58 +0200 Subject: made sure strokes are updated after each one --- godot/scenes/Die.tscn | 1 + 1 file changed, 1 insertion(+) (limited to 'godot/scenes/Die.tscn') diff --git a/godot/scenes/Die.tscn b/godot/scenes/Die.tscn index bbd73ed..757cceb 100644 --- a/godot/scenes/Die.tscn +++ b/godot/scenes/Die.tscn @@ -59,6 +59,7 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 15.0578, 0 ) [node name="Camera" type="ClippedCamera" parent="CamRoot/Horizontal/Vertical"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10.1285 ) +current = true far = 8192.0 margin = 0.57 process_mode = 1 -- cgit