Public repository for MUR pre alpha
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

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://scripts/game/game.gd" type="Script" id=1]
  3. [ext_resource path="res://scripts/game/route.gd" type="Script" id=2]
  4. [node name="game" type="Spatial"]
  5. script = ExtResource( 1 )
  6. [node name="route" type="Spatial" parent="."]
  7. script = ExtResource( 2 )
  8. [node name="players" type="Spatial" parent="."]
  9. [node name="sun" type="DirectionalLight" parent="."]
  10. transform = Transform( 0.324827, 0.775291, 0.541675, -0.754407, -0.133022, 0.642788, 0.570402, -0.617438, 0.541675, 0, 0, 0 )
  11. visible = false
  12. light_color = Color( 0.921569, 0.741176, 0.368627, 1 )
  13. directional_shadow_mode = 1
  14. directional_shadow_max_distance = 25.0