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-08 23:54:09 +02:00

50 lines
1.6 KiB
Text

[gd_scene load_steps=9 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]
[node name="Game" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
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.454519, 0.541676, 0, 0.766045, 0.642787, -0.707107, -0.454519, 0.541676, 8, 5, -4 )
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="ConstructionUi" parent="UI" instance=ExtResource( 7 )]
[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