diff options
author | cel <cel@blos.sm> | 2022-07-17 02:48:59 +0100 |
---|---|---|
committer | cel <cel@blos.sm> | 2022-07-17 02:48:59 +0100 |
commit | 45c8787154fe7384c9c1faa2ab7c003b995393ca (patch) | |
tree | bc92804db1fbe55f2a337729a5e1b1c63630cf2a /godot/scenes/Die.tscn | |
parent | 55a7b8fad48c406e83774bd928bc06df8acddd09 (diff) | |
download | 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.gz 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.bz2 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.zip |
change default level to first level
Diffstat (limited to 'godot/scenes/Die.tscn')
-rw-r--r-- | godot/scenes/Die.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/godot/scenes/Die.tscn b/godot/scenes/Die.tscn index 2d73734..a55f74d 100644 --- a/godot/scenes/Die.tscn +++ b/godot/scenes/Die.tscn @@ -58,3 +58,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 +process_mode = 1 |