diff --git a/props/auto_path_follow.gd b/props/moving_platform.gd similarity index 96% rename from props/auto_path_follow.gd rename to props/moving_platform.gd index 70c0a5d..db227e2 100644 --- a/props/auto_path_follow.gd +++ b/props/moving_platform.gd @@ -1,4 +1,4 @@ -class_name AutoPathFollow extends PathFollow3D +class_name MovingPlatform extends PathFollow3D @export var speed: float = 1.0 @export var pause_at_ends: float = 1.0 diff --git a/props/auto_path_follow.gd.uid b/props/moving_platform.gd.uid similarity index 100% rename from props/auto_path_follow.gd.uid rename to props/moving_platform.gd.uid diff --git a/props/platform_constructed.tscn b/props/platform_constructed.tscn index 6aeb559..def5a33 100644 --- a/props/platform_constructed.tscn +++ b/props/platform_constructed.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://dsgofpf33wf3c"] -[ext_resource type="Script" uid="uid://bk4rnp6ytjley" path="res://props/auto_path_follow.gd" id="1_8irhf"] +[ext_resource type="Script" uid="uid://bk4rnp6ytjley" path="res://props/moving_platform.gd" id="1_8irhf"] [ext_resource type="PackedScene" uid="uid://dkr18e7uct18e" path="res://models/props/platform_constructed.blend" id="1_nde2r"] [sub_resource type="CylinderShape3D" id="CylinderShape3D_goegf"]