bcirpggithubmirror/Phase2/Godot_GameCode/Multiplayer/userInterface/Response.tscn
2023-07-09 12:28:09 -06:00

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
}