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