Files
MovementTests/scenes/enemies/flying_enemy/flying_enemy_movement.tres
Minimata cd519e528f
Some checks are pending
Create tag and build when new code gets to main / Test (push) Waiting to run
Create tag and build when new code gets to main / Export (push) Blocked by required conditions
Create tag and build when new code gets to main / BumpTag (push) Successful in 55s
complete project reorganization
2026-02-04 11:20:00 +01:00

11 lines
358 B
Plaintext

[gd_resource type="Resource" script_class="RMovement" format=3 uid="uid://bwqjaom4k7rc3"]
[ext_resource type="Script" uid="uid://dtpxijlnb2c5" path="res://scenes/components/movement/RMovement.cs" id="1_3yq0a"]
[resource]
script = ExtResource("1_3yq0a")
Speed = 3.0
Acceleration = 5.0
TargetHeight = 10.0
metadata/_custom_type_script = "uid://dtpxijlnb2c5"