small racing game im working on
Diffstat (limited to 'tracks/test.tres')
| -rw-r--r-- | tracks/test.tres | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tracks/test.tres b/tracks/test.tres index 504ef4b..d19c967 100644 --- a/tracks/test.tres +++ b/tracks/test.tres @@ -17,10 +17,11 @@ left_barrier = true right_barrier = true sun_x = -90 sun_y = 0 +overview_height = 200.0 name = "test" is_loop = false offset = Vector3(0, 1, 0) -laps = 0 +laps = 1 checkpoints = PackedFloat32Array(0.5) checkpoint_scene = ExtResource("1_ra7ed") checkpoint_scale = Vector3(0.4, 0.4, 0.4) |