외부 프로젝트 의존 테스트
This commit is contained in:
19
Sources/GodotProject/ui.tscn
Normal file
19
Sources/GodotProject/ui.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://drarxdqog4j2u"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dxsuvw2yajgyl" path="res://LabelTest.cs" id="1_fyqef"]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
text = "가나라마바사"
|
||||
script = ExtResource("1_fyqef")
|
||||
Reference in New Issue
Block a user