opengamedevtycoon/GUI/ResearchList.tscn

26 lines
586 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/Theme/OGDT_theme.tres" type="Theme" id=1]
[ext_resource path="res://Scripts/Research.gd" type="Script" id=2]
[node name="ResearchList" type="ItemList"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -424.5
margin_top = -279.5
margin_right = 424.5
margin_bottom = 279.5
theme = ExtResource( 1 )
max_columns = 5
script = ExtResource( 2 )
[node name="close" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -130.0
margin_bottom = 25.0
text = "Close"