small racing game im working on
Diffstat (limited to 'tracks/test.tres')
| -rw-r--r-- | tracks/test.tres | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracks/test.tres b/tracks/test.tres index 1214bfe..b30bdca 100644 --- a/tracks/test.tres +++ b/tracks/test.tres @@ -20,9 +20,9 @@ sun_y = 0 overview_height = 200.0 name = "test" is_loop = false -offset = Vector3(0, 1, 0) +offset = Vector3(0, -2, 0) laps = 1 -checkpoints = [0.5] +checkpoints = Array[float]([0.5]) checkpoint_scene = ExtResource("1_ra7ed") checkpoint_scale = Vector3(0.4, 0.4, 0.4) checkpoint_needs_collision = true |