Реализация окончания дня по приходу в каюту.
This commit is contained in:
parent
de683399fa
commit
4222af1896
8 changed files with 111 additions and 81 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=24 format=3 uid="uid://dydhxm41f4kqu"]
|
||||
[gd_scene load_steps=25 format=3 uid="uid://dydhxm41f4kqu"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Day.cs" id="1_6ouk8"]
|
||||
[ext_resource type="Texture2D" uid="uid://b5baxx5o21qy1" path="res://resources/sprites/Sub/Sub.png" id="1_m7xoy"]
|
||||
|
@ -11,6 +11,7 @@
|
|||
[ext_resource type="SpriteFrames" uid="uid://wu7pmuvjw5qm" path="res://resources/sprites/npcs/Empty.tres" id="8_k42bg"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfdsnwub212o6" path="res://prefabs/Player.tscn" id="9_pvv3u"]
|
||||
[ext_resource type="AudioStream" uid="uid://c0mheqx5d738m" path="res://resources/music/Day3.wav" id="10_ouee8"]
|
||||
[ext_resource type="PackedScene" uid="uid://x6pqolxtgwvy" path="res://prefabs/Interactable.tscn" id="12_yeat3"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h0540"]
|
||||
size = Vector2(640, 24)
|
||||
|
@ -261,3 +262,8 @@ offset_top = 115.0
|
|||
offset_right = 1214.0
|
||||
offset_bottom = 355.0
|
||||
color = Color(0, 0, 0, 0)
|
||||
|
||||
[node name="EndDay" parent="." instance=ExtResource("12_yeat3")]
|
||||
position = Vector2(985, 245)
|
||||
SpriteOffset = Vector2(0, -30)
|
||||
AreaRadius = 20.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue