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.
 
 

10 lines
300 B

  1. [gd_resource type="Resource" load_steps=3 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/Player.tscn" type="PackedScene" id=2]
  4. [resource]
  5. script = ExtResource( 1 )
  6. name = "Player"
  7. scene = ExtResource( 2 )