opengamedevtycoon/GUI/makenewgame.tscn

139 lines
3.8 KiB
Plaintext

[gd_scene load_steps=9 format=2]
[ext_resource path="res://Assets/Theme/OGDT_theme.tres" type="Theme" id=1]
[ext_resource path="res://Scripts/makenewgame.gd" type="Script" id=2]
[ext_resource path="res://Assets/audience/young.png" type="Texture" id=3]
[ext_resource path="res://Assets/audience/young_selected.png" type="Texture" id=4]
[ext_resource path="res://Assets/audience/everyone.png" type="Texture" id=5]
[ext_resource path="res://Assets/audience/everyong_selected.png" type="Texture" id=6]
[ext_resource path="res://Assets/audience/mature.png" type="Texture" id=7]
[ext_resource path="res://Assets/audience/mature_selected.png" type="Texture" id=8]
[node name="makenewgame" type="Control"]
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -164.0
margin_right = 164.0
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="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
[node name="gamename" type="TextEdit" parent="VBoxContainer"]
margin_right = 328.0
margin_bottom = 47.0
size_flags_horizontal = 3
size_flags_vertical = 3
size_flags_stretch_ratio = 0.4
text = "Insert Game Name"
[node name="gamesize" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 51.0
margin_right = 328.0
margin_bottom = 83.0
size_flags_horizontal = 3
size_flags_vertical = 3
size_flags_stretch_ratio = 0.0
[node name="Small" type="Button" parent="VBoxContainer/gamesize"]
margin_right = 50.0
margin_bottom = 32.0
text = "Small"
[node name="Medium" type="Button" parent="VBoxContainer/gamesize"]
margin_left = 54.0
margin_right = 114.0
margin_bottom = 32.0
text = "Medium"
[node name="Large" type="Button" parent="VBoxContainer/gamesize"]
margin_left = 118.0
margin_right = 168.0
margin_bottom = 32.0
text = "Large"
[node name="TripleA" type="Button" parent="VBoxContainer/gamesize"]
margin_left = 172.0
margin_right = 202.0
margin_bottom = 32.0
text = "AAA"
[node name="MMO" type="CheckButton" parent="VBoxContainer/gamesize"]
margin_left = 206.0
margin_right = 302.0
margin_bottom = 32.0
text = "MMO"
[node name="targetaudience" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 87.0
margin_right = 328.0
margin_bottom = 205.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Young" type="TextureButton" parent="VBoxContainer/targetaudience"]
margin_right = 64.0
margin_bottom = 118.0
toggle_mode = true
texture_normal = ExtResource( 3 )
texture_pressed = ExtResource( 4 )
[node name="Everyone" type="TextureButton" parent="VBoxContainer/targetaudience"]
margin_left = 68.0
margin_right = 132.0
margin_bottom = 118.0
toggle_mode = true
texture_normal = ExtResource( 5 )
texture_pressed = ExtResource( 6 )
[node name="Mature" type="TextureButton" parent="VBoxContainer/targetaudience"]
margin_left = 136.0
margin_right = 200.0
margin_bottom = 118.0
toggle_mode = true
texture_normal = ExtResource( 7 )
texture_pressed = ExtResource( 8 )
[node name="platforms" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 209.0
margin_right = 328.0
margin_bottom = 327.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="genres" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 331.0
margin_right = 328.0
margin_bottom = 449.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="themes" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 453.0
margin_right = 328.0
margin_bottom = 453.0
[node name="engine" type="MenuButton" parent="VBoxContainer"]
margin_top = 457.0
margin_right = 328.0
margin_bottom = 575.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Engine"
[node name="confirm" type="Button" parent="VBoxContainer"]
margin_top = 579.0
margin_right = 328.0
margin_bottom = 598.0
text = "Start Project"