opengamedevtycoon/GUI/Main.tscn

53 lines
1.2 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Theme/OGDT_theme.tres" type="Theme" id=1]
[ext_resource path="res://Scripts/Main.gd" type="Script" id=2]
[ext_resource path="res://thumbnail.png" type="Texture" id=3]
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="newgame" type="Button" parent="."]
margin_right = 12.0
margin_bottom = 20.0
text = "New Game"
[node name="startyear" type="SpinBox" parent="newgame"]
margin_left = 36.0
margin_top = 32.0
margin_right = 209.0
margin_bottom = 55.0
min_value = 1978.0
max_value = 2050.0
value = 1989.0
rounded = true
prefix = "StartYear"
[node name="TextureRect" type="TextureRect" parent="."]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -315.0
margin_top = -125.0
margin_bottom = 125.0
texture = ExtResource( 3 )
[node name="Opresourcy" type="Button" parent="."]
margin_left = 541.286
margin_top = 64.4388
margin_right = 681.286
margin_bottom = 83.4388
text = "resources/mods"
[node name="online" type="Button" parent="."]
margin_left = 320.762
margin_top = 269.211
margin_right = 380.762
margin_bottom = 288.211
text = "Online"