test-client-godot/login_scene/message_system.tscn

29 lines
791 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/GUI/themes/login_theme.theme" type="Theme" id=1]
[ext_resource path="res://assets/GUI/images/settings-Khanat-background.png" type="Texture" id=2]
[ext_resource path="res://login_scene/message_system.gd" type="Script" id=3]
[node name="message_system" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="texture_rect" type="TextureRect" parent="."]
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 2 )
[node name="label" type="Label" parent="."]
margin_left = 301.0
margin_top = 171.0
margin_right = 1015.0
margin_bottom = 605.0
theme = ExtResource( 1 )
text = "Server connecter"
__meta__ = {
"_edit_use_anchors_": false
}