mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/liberation_serif_30pt.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://assets/ui_theme.tres" type="Theme" id=2]
|
|
|
|
[node name="Response" type="Label"]
|
|
margin_top = 30.0
|
|
margin_right = 984.0
|
|
margin_bottom = 68.0
|
|
theme = ExtResource( 2 )
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Game text continues here... "
|
|
autowrap = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|