opengamedevtycoon/GUI/reviews.tscn

69 lines
1.5 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/reviews.gd" type="Script" id=2]
[node name="reviews" type="Control"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -359.5
margin_top = -216.5
margin_right = 359.5
margin_bottom = 216.5
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="bg" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.909804, 0.815686, 0.654902, 1 )
[node name="gname" type="Label" parent="."]
anchor_right = 1.0
margin_bottom = 19.0
align = 1
[node name="confirm" type="Button" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -16.0
margin_top = -25.0
margin_right = 16.0
text = "OK"
[node name="Reviewquips" type="VBoxContainer" parent="."]
anchor_right = 1.0
margin_bottom = 389.0
[node name="GamersMag" type="Label" parent="Reviewquips"]
margin_right = 719.0
margin_bottom = 94.0
size_flags_vertical = 7
valign = 1
[node name="IGN" type="Label" parent="Reviewquips"]
margin_top = 98.0
margin_right = 719.0
margin_bottom = 192.0
size_flags_vertical = 7
valign = 1
[node name="Kotaco" type="Label" parent="Reviewquips"]
margin_top = 196.0
margin_right = 719.0
margin_bottom = 290.0
size_flags_vertical = 7
valign = 1
[node name="MetaCritic" type="Label" parent="Reviewquips"]
margin_top = 294.0
margin_right = 719.0
margin_bottom = 389.0
size_flags_vertical = 7
valign = 1