Attempt2/src/Interactables/modifiers/low_gravity.tres
2025-06-03 11:51:30 -07:00

20 lines
520 B
Plaintext

[gd_resource type="Resource" load_steps=2 format=2]
[ext_resource path="res://lib/classes/state_modifier_movement.gd" type="Script" id=1]
[resource]
resource_local_to_scene = true
script = ExtResource( 1 )
modifier_type = 0
name = "low_gravity"
timeout_seconds = 0.0
direction = 0
speed_start = Vector2( 0, 0 )
speed_end = Vector2( 0, 0 )
min_acceleration = Vector2( 1.36422e-12, 20 )
acceleration = Vector2( 1.36422e-12, -100 )
max_acceleration = Vector2( 0, 0 )
gravity = 0
only_grounded = false
processing_mode = 0