in-world ui textboxes
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=3 format=3]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://dm7ee4aqjr2dl" path="res://ui/UI Theme.tres" id="1_wx4lp"]
|
||||
[ext_resource type="Script" path="res://ui/component/WorldChatBox.gd" id="2_wcb"]
|
||||
|
||||
[node name="WorldChatBox" type="PanelContainer"]
|
||||
custom_minimum_size = Vector2(90, 0)
|
||||
mouse_filter = 2
|
||||
theme = ExtResource("1_wx4lp")
|
||||
script = ExtResource("2_wcb")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 5
|
||||
theme_override_constants/margin_top = 3
|
||||
theme_override_constants/margin_right = 5
|
||||
theme_override_constants/margin_bottom = 3
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
autowrap_mode = 3
|
||||
Reference in New Issue
Block a user