small racing game im working on
Diffstat (limited to 'assets/meshes/checkpoint.tres')
| -rw-r--r-- | assets/meshes/checkpoint.tres | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/meshes/checkpoint.tres b/assets/meshes/checkpoint.tres new file mode 100644 index 0000000..b065f89 --- /dev/null +++ b/assets/meshes/checkpoint.tres @@ -0,0 +1,10 @@ +[gd_resource type="TorusMesh" load_steps=2 format=3 uid="uid://dlbpusye3e33p"] + +[ext_resource type="Material" uid="uid://c0lc82y5l5pmx" path="res://assets/mats/ring_checkpoint.tres" id="1_64nbs"] + +[resource] +material = ExtResource("1_64nbs") +inner_radius = 25.0 +outer_radius = 40.0 +rings = 32 +ring_segments = 16 |