opengamedevtycoon/GUI/Opresources.tscn

59 lines
1.4 KiB
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/Opresources.gd" type="Script" id=2]
[node name="Opresources" type="Control"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -175.0
margin_top = -167.5
margin_right = 175.0
margin_bottom = 167.5
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="bg" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="note" type="Label" parent="VBoxContainer"]
margin_right = 360.0
margin_bottom = 85.0
text = "Reminder if you are going to use an
external file on your computer.
you'll need to use 'user://'
Example: user://mods/firstmod.json "
[node name="Researchmod" type="LineEdit" parent="VBoxContainer"]
margin_top = 89.0
margin_right = 360.0
margin_bottom = 112.0
[node name="Platformsmod" type="LineEdit" parent="VBoxContainer"]
margin_top = 116.0
margin_right = 360.0
margin_bottom = 139.0
[node name="Themesmod" type="LineEdit" parent="VBoxContainer"]
margin_top = 143.0
margin_right = 360.0
margin_bottom = 166.0
[node name="confirm" type="Button" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -35.0
margin_top = -20.0
margin_right = 35.0
text = "Confirm"