first commit, long overdue
deez
This commit is contained in:
commit
54b9012a47
79 changed files with 2516 additions and 0 deletions
19
01 - Menus/04 - Modules/modules_text.tscn
Normal file
19
01 - Menus/04 - Modules/modules_text.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://blinf0w4bd7xh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c7veejgoktxy4" path="res://01 - Menus/04 - Modules/text.gd" id="1_ed0wg"]
|
||||
|
||||
[node name="text" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
script = ExtResource("1_ed0wg")
|
||||
|
||||
[node name="text" type="TextEdit" parent="."]
|
||||
unique_name_in_owner = true
|
||||
clip_contents = false
|
||||
layout_mode = 0
|
||||
offset_top = 320.0
|
||||
offset_right = 576.0
|
||||
offset_bottom = 768.0
|
||||
wrap_mode = 1
|
||||
|
||||
[connection signal="text_changed" from="text" to="." method="_on_backstory_text_changed"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue