You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
|
1 year ago
|
[gd_resource type="Resource" script_class="CharacterCfg" load_steps=7 format=3 uid="uid://b7e0vtpo7ox58"]
|
||
|
|
|
||
|
|
[ext_resource type="Resource" uid="uid://dx54fjf5t0uu8" path="res://config/character_move/normal.tres" id="1_xjqmq"]
|
||
|
|
[ext_resource type="Resource" uid="uid://815to6lq2qfs" path="res://config/character_mp/player.tres" id="2_lvwof"]
|
||
|
|
[ext_resource type="Script" path="res://script/config/character_cfg.gd" id="3_wmpd1"]
|
||
|
|
[ext_resource type="Resource" uid="uid://dlaekoamystx3" path="res://config/character_shield/normal.tres" id="4_wsj1w"]
|
||
|
|
[ext_resource type="SpriteFrames" uid="uid://cwe8setoi6bd" path="res://resource/animation/character/hero01_move.aseprite" id="5_t652g"]
|
||
|
|
[ext_resource type="Resource" uid="uid://cac6mk6g078vn" path="res://config/character_stun/normal.tres" id="6_sxxop"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("3_wmpd1")
|
||
|
|
name = "hero01"
|
||
|
|
type = 3
|
||
|
|
sprite_frames = ExtResource("5_t652g")
|
||
|
|
sprite_height = 50
|
||
|
|
sprite_width = 16
|
||
|
|
move = ExtResource("1_xjqmq")
|
||
|
|
shield = ExtResource("4_wsj1w")
|
||
|
|
stun = ExtResource("6_sxxop")
|
||
|
|
mp = ExtResource("2_lvwof")
|
||
|
|
hp_max = 100.0
|
||
|
|
attack = 10.0
|
||
|
|
sub_character_auto_create = false
|