You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
672 B
19 lines
672 B
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/game/game.gd" type="Script" id=1]
|
|
[ext_resource path="res://scripts/game/route.gd" type="Script" id=2]
|
|
|
|
[node name="game" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="route" type="Spatial" parent="."]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="players" type="Spatial" parent="."]
|
|
|
|
[node name="sun" type="DirectionalLight" parent="."]
|
|
transform = Transform( 0.324827, 0.775291, 0.541675, -0.754407, -0.133022, 0.642788, 0.570402, -0.617438, 0.541675, 0, 0, 0 )
|
|
visible = false
|
|
light_color = Color( 0.921569, 0.741176, 0.368627, 1 )
|
|
directional_shadow_mode = 1
|
|
directional_shadow_max_distance = 25.0
|