mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2024-11-14 04:57:19 +01:00
55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
|
[gd_scene load_steps=5 format=2]
|
||
|
|
||
|
[ext_resource path="res://demos/PopulateItemList.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://assets/theme/gdquest.theme" type="Theme" id=2]
|
||
|
[ext_resource path="res://assets/sprites/background.png" type="Texture" id=3]
|
||
|
[ext_resource path="res://demos/DemoSelector.gd" type="Script" id=4]
|
||
|
|
||
|
[node name="DemoSelector" type="CenterContainer"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
theme = ExtResource( 2 )
|
||
|
script = ExtResource( 4 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
rect_min_size = Vector2( 1024, 600 )
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
texture = ExtResource( 3 )
|
||
|
expand = true
|
||
|
stretch_mode = 2
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
margin_left = 170.0
|
||
|
margin_top = 277.0
|
||
|
margin_right = 852.0
|
||
|
margin_bottom = 323.0
|
||
|
rect_min_size = Vector2( 682, 0 )
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="ItemList" type="ItemList" parent="VBoxContainer"]
|
||
|
margin_right = 682.0
|
||
|
margin_bottom = 12.0
|
||
|
size_flags_vertical = 3
|
||
|
custom_constants/vseparation = 5
|
||
|
custom_constants/hseparation = 20
|
||
|
auto_height = true
|
||
|
max_columns = 2
|
||
|
same_column_width = true
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Button" type="Button" parent="VBoxContainer"]
|
||
|
margin_left = 283.0
|
||
|
margin_top = 20.0
|
||
|
margin_right = 398.0
|
||
|
margin_bottom = 46.0
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 13
|
||
|
text = "Load scene"
|