您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

basic_enemy.tres 313 B

123456789
  1. [gd_resource type="Resource" load_steps=3 format=2]
  2. [ext_resource path="res://jrpg/scripts/entities/data/character_data.gd" type="Script" id=1]
  3. [ext_resource path="res://jrpg/scenes/entities/Enemy.tscn" type="PackedScene" id=2]
  4. [resource]
  5. script = ExtResource( 1 )
  6. name = "Basic Enemy"
  7. scene = ExtResource( 2 )