12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://system/Message.gd" type="Script" id=1]
|
|
|
|
[node name="Message" type="HBoxContainer"]
|
|
margin_right = 295.0
|
|
margin_bottom = 150.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|