init public repo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user