first commit
This commit is contained in:
21
godot_client/scenes/test_services.tscn
Normal file
21
godot_client/scenes/test_services.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b1gbhqqbu5aij"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c1uv0pqjtun0r" path="res://scripts/test_services.gd" id="1_slw0k"]
|
||||
|
||||
[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="PanelContainer" type="PanelContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_right = 55.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="Button" type="Button" parent="PanelContainer"]
|
||||
layout_mode = 2
|
||||
text = "Test API"
|
||||
script = ExtResource("1_slw0k")
|
||||
Reference in New Issue
Block a user