Возможность отключать интерактивные объекты
This commit is contained in:
parent
26db1ea66d
commit
872d650b3d
4 changed files with 29 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=19 format=3 uid="uid://c1abgp6quvo3o"]
|
||||
[gd_scene load_steps=20 format=3 uid="uid://c1abgp6quvo3o"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b5baxx5o21qy1" path="res://resources/sprites/Sub/Sub.png" id="1_a6v5r"]
|
||||
[ext_resource type="Script" path="res://scripts/Day.cs" id="1_cko08"]
|
||||
|
@ -10,6 +10,7 @@
|
|||
[ext_resource type="SpriteFrames" uid="uid://532buo56y4q2" path="res://resources/sprites/npcs/crewmate.tres" id="7_j5wfn"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfdsnwub212o6" path="res://prefabs/Player.tscn" id="8_csxln"]
|
||||
[ext_resource type="AudioStream" uid="uid://be35iuapayv0u" path="res://resources/music/Day1.wav" id="9_43nb0"]
|
||||
[ext_resource type="PackedScene" uid="uid://x6pqolxtgwvy" path="res://prefabs/Interactable.tscn" id="12_p32yk"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://wu7pmuvjw5qm" path="res://resources/sprites/npcs/Empty.tres" id="10_medl6"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h0540"]
|
||||
|
@ -255,4 +256,10 @@ stream = SubResource("AudioStreamPlaylist_7838k")
|
|||
autoplay = true
|
||||
bus = &"Music"
|
||||
|
||||
[node name="EndDay" parent="." instance=ExtResource("12_p32yk")]
|
||||
position = Vector2(985, 245)
|
||||
SpriteOffset = Vector2(0, -30)
|
||||
AreaRadius = 20.0
|
||||
IsEnabled = false
|
||||
|
||||
[connection signal="DialogEnded" from="NPCs/Ivan" to="." method="ChangeDay"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue