Rename AutoPathFollow to MovingPlatform. (At some point during early development of the class, it ceased to be purely focused on automatically moving an object along a path, and became much more specifically focused on implementing a moving platform and only a moving platform.)
This commit is contained in:
parent
ef54e30784
commit
478a871ee9
|
@ -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
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue