麻薯 bullet管理
parent
4ca24f708c
commit
a1c0690e1c
@ -0,0 +1,9 @@
|
|||||||
|
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=2 format=3 uid="uid://bld0vhuhgydm8"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_ymfge"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
script = ExtResource("1_ymfge")
|
||||||
|
offset = Vector2(0, 0)
|
||||||
|
is_throw = false
|
||||||
|
is_direct = true
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
[gd_resource type="Resource" script_class="CharacterCfg" load_steps=8 format=3 uid="uid://d3mafsovw1mko"]
|
||||||
|
|
||||||
|
[ext_resource type="Resource" uid="uid://ckbf40c75bfqf" path="res://config/attack/sharp_normal_hit_up.tres" id="1_at6jo"]
|
||||||
|
[ext_resource type="Resource" uid="uid://bld0vhuhgydm8" path="res://config/attack_box/direct.tres" id="2_780us"]
|
||||||
|
[ext_resource type="Resource" uid="uid://iv8g1x3bkxvv" path="res://config/character_move/fast_fly.tres" id="3_cx00u"]
|
||||||
|
[ext_resource type="Resource" uid="uid://dpajmgrlaytah" path="res://config/character_mp/normal.tres" id="4_alws1"]
|
||||||
|
[ext_resource type="Script" path="res://script/config/character_cfg.gd" id="5_4n1ni"]
|
||||||
|
[ext_resource type="Resource" uid="uid://h1curvk64vm3" path="res://config/character_shield/none.tres" id="6_u7wv4"]
|
||||||
|
[ext_resource type="Resource" uid="uid://5jes0p152akr" path="res://config/character_stun/none.tres" id="7_txgsx"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
script = ExtResource("5_4n1ni")
|
||||||
|
name = "hero01"
|
||||||
|
type = 2
|
||||||
|
sprite_height = 26
|
||||||
|
sprite_width = 16
|
||||||
|
move = ExtResource("3_cx00u")
|
||||||
|
shield = ExtResource("6_u7wv4")
|
||||||
|
stun = ExtResource("7_txgsx")
|
||||||
|
mp = ExtResource("4_alws1")
|
||||||
|
hp_max = 100.0
|
||||||
|
attack = 10.0
|
||||||
|
attack1 = ExtResource("1_at6jo")
|
||||||
|
attack1_box = ExtResource("2_780us")
|
||||||
|
sub_character_auto_create = false
|
||||||
|
material_on = 0
|
||||||
|
material_off = 0
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue