diary/system/Message.tscn

12 lines
255 B
Plaintext
Raw Normal View History

2022-04-19 14:24:57 +02:00
[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
}