2020-04-20 23:45:33 +09:30
|
|
|
[gd_scene load_steps=8 format=2]
|
2020-04-18 23:04:50 +09:30
|
|
|
|
2020-04-20 23:45:33 +09:30
|
|
|
[ext_resource path="res://MainSplash.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://Hotbar.tscn" type="PackedScene" id=2]
|
2020-04-20 20:00:00 +09:30
|
|
|
[ext_resource path="res://assets/narration.ogg" type="AudioStream" id=10]
|
2020-04-20 05:09:48 +09:30
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=14]
|
|
|
|
[ext_resource path="res://assets/bgm.ogg" type="AudioStream" id=21]
|
|
|
|
[ext_resource path="res://bgm.gd" type="Script" id=25]
|
2020-04-20 23:45:33 +09:30
|
|
|
[ext_resource path="res://GUI.gd" type="Script" id=27]
|
2020-04-18 23:04:50 +09:30
|
|
|
|
|
|
|
[node name="Main" type="Node2D"]
|
2020-04-20 05:09:48 +09:30
|
|
|
script = ExtResource( 14 )
|
|
|
|
|
|
|
|
[node name="bgm" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource( 21 )
|
|
|
|
autoplay = true
|
|
|
|
script = ExtResource( 25 )
|
2020-04-18 23:04:50 +09:30
|
|
|
|
2020-04-20 20:00:00 +09:30
|
|
|
[node name="narration" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource( 10 )
|
|
|
|
|
2020-04-19 15:12:51 +09:30
|
|
|
[node name="GUI" type="Control" parent="."]
|
2020-04-21 00:42:17 +09:30
|
|
|
margin_right = 360.0
|
2020-04-19 15:12:51 +09:30
|
|
|
margin_bottom = 360.0
|
2020-04-19 16:49:28 +09:30
|
|
|
mouse_filter = 1
|
2020-04-20 20:00:00 +09:30
|
|
|
script = ExtResource( 27 )
|
2020-04-18 23:04:50 +09:30
|
|
|
__meta__ = {
|
2020-04-19 15:12:51 +09:30
|
|
|
"_edit_lock_": true,
|
|
|
|
"_edit_use_anchors_": true
|
2020-04-18 23:04:50 +09:30
|
|
|
}
|
|
|
|
|
2020-04-20 23:45:33 +09:30
|
|
|
[node name="Hotbar" parent="GUI" instance=ExtResource( 2 )]
|
|
|
|
margin_top = -16.0
|
2020-04-20 05:09:48 +09:30
|
|
|
|
2020-04-20 23:45:33 +09:30
|
|
|
[node name="MainSplash" parent="GUI" instance=ExtResource( 1 )]
|
|
|
|
[connection signal="start_pressed" from="GUI/MainSplash" to="." method="_on_MainSplash_start_pressed"]
|