1
0
Fork 0
This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
honest-jam-2/game/Game.tscn
2021-08-09 01:05:38 +02:00

68 lines
2.1 KiB
Text

[gd_scene load_steps=10 format=2]
[ext_resource path="res://game/ui-theme/ui_theme.tres" type="Theme" id=1]
[ext_resource path="res://level/Level0.tscn" type="PackedScene" id=2]
[ext_resource path="res://game/menu/MainMenu.tscn" type="PackedScene" id=3]
[ext_resource path="res://game/loading/TransitionScreen.tscn" type="PackedScene" id=4]
[ext_resource path="res://game/Game.gd" type="Script" id=5]
[ext_resource path="res://sound/gameplay.ogg" type="AudioStream" id=6]
[ext_resource path="res://game/construction/ConstructionUi.tscn" type="PackedScene" id=7]
[ext_resource path="res://game/ResourceView.tscn" type="PackedScene" id=8]
[ext_resource path="res://game/MessagePopup.tscn" type="PackedScene" id=9]
[node name="Game" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
level_scene = ExtResource( 2 )
[node name="MusicPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 6 )
bus = "Music"
[node name="Camera" type="Camera" parent="."]
transform = Transform( 0.707107, -0.541675, 0.45452, 0, 0.642788, 0.766044, -0.707107, -0.541675, 0.45452, 12.5, 5, -5.5 )
current = true
far = 500.0
[node name="LevelContainer" type="Spatial" parent="."]
[node name="UI" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
theme = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ResourceView" parent="UI" instance=ExtResource( 8 )]
[node name="NextDayButton" type="Button" parent="UI"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -144.0
margin_top = 16.0
margin_right = -16.0
margin_bottom = 48.0
grow_horizontal = 0
focus_mode = 0
text = "Next day »"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ConstructionUi" parent="UI" instance=ExtResource( 7 )]
[node name="MessagePopup" parent="UI" instance=ExtResource( 9 )]
[node name="MainMenu" parent="UI" instance=ExtResource( 3 )]
[node name="TransitionScreen" parent="UI" instance=ExtResource( 4 )]
visible = false
fade_in_duration = 1.0
fade_out_duration = 1.0