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-3/game/Game.tscn

28 lines
900 B
Text

[gd_scene load_steps=6 format=2]
[ext_resource path="res://game/ui-theme/ui_theme.tres" type="Theme" id=1]
[ext_resource path="res://game/Dialogue.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]
[node name="Game" type="Node"]
script = ExtResource( 5 )
[node name="MusicPlayer" type="AudioStreamPlayer" parent="."]
[node name="Dialogue" parent="." instance=ExtResource( 2 )]
[node name="UI" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
theme = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MainMenu" parent="UI" instance=ExtResource( 3 )]
[node name="TransitionScreen" parent="UI" instance=ExtResource( 4 )]
visible = false