11 lines
402 B
Plaintext
11 lines
402 B
Plaintext
[gd_resource type="Resource" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/classes/dialog_item.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/portraits/WarriorGirl.png" type="Texture" id=2]
|
|
|
|
[resource]
|
|
script = ExtResource( 1 )
|
|
portrait = ExtResource( 2 )
|
|
text_lines = PoolStringArray( "Hey there. I heard you\'re Gangsta.", "Well I\'m pretty gangsta myself!" )
|
|
chars_per_second = 30
|