opengamedevtycoon/GUI/Phase.tscn

158 lines
3.4 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/Phase.gd" type="Script" id=2]
[ext_resource path="res://Assets/Theme/progression.png" type="Texture" id=3]
[node name="Phase" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="staffing" type="VBoxContainer" parent="."]
anchor_bottom = 1.0
margin_right = 128.0
[node name="adjust" type="Control" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -262.0
margin_top = -254.0
margin_right = 263.0
margin_bottom = 170.0
[node name="bg" type="ColorRect" parent="adjust"]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.909804, 0.815686, 0.654902, 1 )
[node name="Title" type="Label" parent="adjust"]
anchor_right = 1.0
margin_bottom = 19.0
text = "Game Name HERE"
align = 1
[node name="phasenum" type="Label" parent="adjust"]
anchor_right = 1.0
margin_top = 22.0
margin_bottom = 49.0
text = "Phase 1"
align = 1
[node name="kindof" type="Label" parent="adjust"]
anchor_right = 1.0
margin_top = 50.0
margin_bottom = 77.0
text = "genre/theme"
align = 1
[node name="redbar" type="VSlider" parent="adjust"]
editor/display_folded = true
anchor_top = 0.5
anchor_bottom = 0.5
margin_top = -93.5
margin_right = 115.0
margin_bottom = 93.5
min_value = 10.0
value = 50.0
tick_count = 7
ticks_on_borders = true
[node name="Label" type="Label" parent="adjust/redbar"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = 20.0
align = 1
[node name="greenbar" type="VSlider" parent="adjust"]
editor/display_folded = true
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -57.5
margin_top = -93.5
margin_right = 57.5
margin_bottom = 93.5
min_value = 10.0
value = 50.0
tick_count = 7
ticks_on_borders = true
[node name="Label" type="Label" parent="adjust/greenbar"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = 20.0
align = 1
[node name="bluebar" type="VSlider" parent="adjust"]
editor/display_folded = true
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -115.0
margin_top = -93.5
margin_bottom = 93.5
min_value = 10.0
value = 50.0
tick_count = 7
ticks_on_borders = true
[node name="Label" type="Label" parent="adjust/bluebar"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = 20.0
align = 1
[node name="lasthalf" type="TextureProgress" parent="adjust"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -64.0
value = 71.0
rounded = true
texture_under = ExtResource( 3 )
texture_progress = ExtResource( 3 )
tint_under = Color( 0, 0, 1, 1 )
tint_progress = Color( 0, 1, 0, 1 )
nine_patch_stretch = true
stretch_margin_left = 32
stretch_margin_right = 32
[node name="firsthalf" type="TextureProgress" parent="adjust"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -64.0
value = 33.0
rounded = true
texture_progress = ExtResource( 3 )
tint_progress = Color( 1, 0, 0, 1 )
nine_patch_stretch = true
stretch_margin_left = 32
stretch_margin_right = 32
[node name="engineaddons" type="VBoxContainer" parent="."]
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -168.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 = -47.0
margin_top = -46.0
margin_right = 47.0
text = "Confirm"