Files
MovementTests/scenes/enemies/flying_enemy/flying_enemy_movement.tres
Minimata 98ed361546
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 17s
Create tag and build when new code gets to main / Export (push) Successful in 9m26s
reorganizing stuff
2026-01-18 17:04:28 +01:00

11 lines
364 B
Plaintext

[gd_resource type="Resource" script_class="RMovement" load_steps=2 format=3 uid="uid://bwqjaom4k7rc3"]
[ext_resource type="Script" uid="uid://dtpxijlnb2c5" path="res://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"