opengamedevtycoon/GUI/gametab.tscn

81 lines
1.7 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Scripts/gametab.gd" type="Script" id=1]
[ext_resource path="res://Assets/Theme/progression.png" type="Texture" id=2]
[node name="gametab" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -818.0
margin_bottom = -486.0
size_flags_horizontal = 3
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
anchor_right = 1.0
margin_bottom = 14.0
text = "GAME NAME"
align = 1
[node name="bugs" type="TextureRect" parent="."]
self_modulate = Color( 1, 0.490196, 0.490196, 1 )
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -32.0
margin_top = -32.0
margin_right = 32.0
margin_bottom = 32.0
texture = ExtResource( 2 )
[node name="Label" type="Label" parent="bugs"]
anchor_right = 1.0
anchor_bottom = 1.0
text = "0"
align = 1
valign = 1
[node name="tech" type="TextureRect" parent="."]
self_modulate = Color( 0, 1, 1, 1 )
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -64.0
margin_top = -32.0
margin_bottom = 32.0
texture = ExtResource( 2 )
[node name="Label" type="Label" parent="tech"]
anchor_right = 1.0
anchor_bottom = 1.0
text = "0"
align = 1
valign = 1
[node name="design" type="TextureRect" parent="."]
self_modulate = Color( 1, 0.537255, 0, 1 )
anchor_top = 0.5
anchor_bottom = 0.5
margin_top = -32.0
margin_right = 64.0
margin_bottom = 32.0
texture = ExtResource( 2 )
[node name="Label" type="Label" parent="design"]
anchor_right = 1.0
anchor_bottom = 1.0
text = "0"
align = 1
valign = 1
[node name="Release" type="Button" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -20.0
disabled = true
text = "Release"