From b48d4853d0e6a6c627043f53e100354e523c29c1 Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 17 Jul 2022 03:03:14 +0100 Subject: move camera up --- godot/scenes/Die.tscn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'godot/scenes/Die.tscn') diff --git a/godot/scenes/Die.tscn b/godot/scenes/Die.tscn index a55f74d..bbd73ed 100644 --- a/godot/scenes/Die.tscn +++ b/godot/scenes/Die.tscn @@ -51,6 +51,7 @@ skeleton = NodePath("../..") material/0 = null [node name="CamRoot" type="Spatial" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 15.0578, 0 ) [node name="Horizontal" type="Spatial" parent="CamRoot"] @@ -59,4 +60,5 @@ material/0 = null [node name="Camera" type="ClippedCamera" parent="CamRoot/Horizontal/Vertical"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10.1285 ) far = 8192.0 +margin = 0.57 process_mode = 1 -- cgit