opengamedevtycoon/GUI/HUD.tscn

93 lines
2.6 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://Assets/Theme/OGDT_theme.tres" type="Theme" id=1]
[ext_resource path="res://Scripts/HUD.gd" type="Script" id=2]
[ext_resource path="res://Assets/Theme/label_styleboxflat.tres" type="StyleBox" id=3]
[ext_resource path="res://Assets/Theme/progression.png" type="Texture" id=4]
[ext_resource path="res://GUI/Staff.tscn" type="PackedScene" id=5]
[sub_resource type="Theme" id=1]
Label/colors/font_color = Color( 0, 0, 0, 1 )
Label/colors/font_color_shadow = Color( 0, 0, 0, 0 )
Label/colors/font_outline_modulate = Color( 1, 1, 1, 1 )
Label/constants/line_spacing = 3
Label/constants/shadow_as_outline = 0
Label/constants/shadow_offset_x = 1
Label/constants/shadow_offset_y = 1
Label/fonts/font = null
Label/styles/normal = ExtResource( 3 )
[node name="HUD" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="bottonbar" type="HBoxContainer" parent="."]
editor/display_folded = true
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -20.0
[node name="Work" type="MenuButton" parent="bottonbar"]
margin_right = 40.0
margin_bottom = 20.0
text = "Work"
items = [ "New Game", null, 0, false, false, -1, 0, null, "", false, "Find Publisher", null, 0, false, false, -1, 0, null, "", false, "Contract work", null, 0, false, false, -1, 0, null, "", false ]
[node name="Research" type="MenuButton" parent="bottonbar"]
margin_left = 44.0
margin_right = 124.0
margin_bottom = 20.0
text = "Research"
items = [ "Research", null, 0, false, false, -1, 0, null, "", false ]
[node name="Date" type="Label" parent="."]
editor/display_folded = true
anchor_left = 1.0
anchor_right = 1.0
margin_left = -140.0
margin_bottom = 19.0
theme = SubResource( 1 )
text = "JAN/1988
Week 1"
align = 2
[node name="Timer" type="Timer" parent="Date"]
wait_time = 2.5
autostart = true
[node name="Gameindev" type="ScrollContainer" parent="."]
margin_right = 873.0
margin_bottom = 120.0
[node name="Hbox" type="HBoxContainer" parent="Gameindev"]
margin_right = 873.0
margin_bottom = 120.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Researchpoints" type="TextureRect" parent="."]
self_modulate = Color( 0, 0, 1, 1 )
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -64.0
margin_top = -180.0
margin_bottom = -116.0
texture = ExtResource( 4 )
[node name="Label" type="Label" parent="Researchpoints"]
anchor_right = 1.0
anchor_bottom = 1.0
text = "0"
align = 1
valign = 1
[node name="Staff" parent="." instance=ExtResource( 5 )]
position = Vector2( 480, 290 )
scale = Vector2( 7, 7 )