Initial project sync

This commit is contained in:
wxm
2026-07-06 22:55:14 -07:00
commit 8cca00d0da
1066 changed files with 58585 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
[ext_resource type="Script" path="res://resources/action_data.gd" id="1_a12rh"]
[resource]
script = ExtResource("1_a12rh")
id = &"air_attack_right"
display_name = "Air Attack Right"
input_pattern = Array[StringName]([&"D"])
base_reward = 10.0
damage_mult = 1.3
move_mult_x = 5.8
move_mult_y = -1.6
hit_type = &"melee"
range = 75.0
clear_window = true
startup_beats = 0.25
active_beats = 0.5
recovery_beats = 0.5
cancel_from = 0.5
allowed_ground_states = Array[StringName]([&"Airborne"])
action_tags = Array[StringName]([&"basic", &"air", &"right"])
animation = &"atk_air"