18 lines
437 B
Plaintext
18 lines
437 B
Plaintext
[gd_resource type="Resource" load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://lib/templates/Actor/states/idle.gd" type="Script" id=1]
|
|
|
|
[resource]
|
|
resource_local_to_scene = true
|
|
script = ExtResource( 1 )
|
|
debug_state = false
|
|
timeout_seconds = 0.0
|
|
move_speed = 60.0
|
|
move_acceleration = 20.0
|
|
move_speed_modifier = 0.0
|
|
move_modifier_move_acceleration = 0.0
|
|
jerk_factor = 0.0
|
|
animation_sequence = [ "idle" ]
|
|
emitter_frame_subscriptions = {
|
|
}
|