summaryrefslogtreecommitdiff
path: root/base.tscn
blob: 69b780d014797cd47ae117328b7a2e2d6c28724f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[gd_scene load_steps=3 format=2]

[ext_resource path="res://base.gd" type="Script" id=1]
[ext_resource path="res://world.tscn" type="PackedScene" id=2]

[node name="Game" type="Node"]

script = ExtResource( 1 )

[node name="Camera" type="Camera" parent="."]

projection = 0
fov = 60.0
near = 0.1
far = 100.0
keep_aspect = 1
current = false
cull_mask = 1048575
environment = null
h_offset = 0.0
v_offset = 0.0

[node name="World" parent="." instance=ExtResource( 2 )]

transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -3.35552 )