Переходы между днями.
This commit is contained in:
parent
7663a741e4
commit
71502b0653
7 changed files with 128 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
[gd_scene load_steps=23 format=3 uid="uid://bpnc0noa6do5m"]
|
||||
[gd_scene load_steps=24 format=3 uid="uid://bpnc0noa6do5m"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Day.cs" id="1_6vltc"]
|
||||
[ext_resource type="Texture2D" uid="uid://b5baxx5o21qy1" path="res://resources/sprites/Sub/Sub.png" id="1_j1x6m"]
|
||||
[ext_resource type="PackedScene" uid="uid://coogmsw6rsdun" path="res://prefabs/Door.tscn" id="2_mm217"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5ndo6b0unkst" path="res://prefabs/NPC.tscn" id="3_w8l5u"]
|
||||
|
@ -50,6 +51,8 @@ stream_count = 1
|
|||
stream_0 = ExtResource("10_x821k")
|
||||
|
||||
[node name="Test" type="Node2D"]
|
||||
script = ExtResource("1_6vltc")
|
||||
NextScene = "Day3"
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_j1x6m")
|
||||
|
@ -250,3 +253,11 @@ Speed = 100.0
|
|||
stream = SubResource("AudioStreamPlaylist_7838k")
|
||||
autoplay = true
|
||||
bus = &"Music"
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
z_index = 11
|
||||
offset_left = 894.0
|
||||
offset_top = 115.0
|
||||
offset_right = 1214.0
|
||||
offset_bottom = 355.0
|
||||
color = Color(0, 0, 0, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue