opengamedevtycoon/GUI/ReleaseDetails.tscn

33 lines
763 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/ReleaseDetails.gd" type="Script" id=2]
[node name="ReleaseDetails" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="gamename" type="Label" parent="."]
anchor_right = 1.0
margin_bottom = 29.0
text = "INSERTTEXT HERE"
align = 1
[node name="RichTextLabel" type="RichTextLabel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 115.0
[node name="release" type="Button" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -66.0
margin_top = -25.0
margin_right = 66.0
text = "Release Game"