You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
410 B

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