Катсцена первого дня финальная версия
This commit is contained in:
parent
32f09f08f3
commit
d92d6f629b
8 changed files with 110 additions and 42 deletions
|
@ -3,19 +3,19 @@
|
|||
[ext_resource type="Script" path="res://scripts/Interactable.cs" id="1_4ni08"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://bvnfvjn7am8tc" path="res://resources/sprites/key.tres" id="2_0s1fq"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_w4p6k"]
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_t3l22"]
|
||||
radius = 0.0
|
||||
|
||||
[node name="Interactable" type="Node2D"]
|
||||
script = ExtResource("1_4ni08")
|
||||
IsEnabled = true
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("CircleShape2D_w4p6k")
|
||||
shape = SubResource("CircleShape2D_t3l22")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
visible = false
|
||||
scale = Vector2(0.5, 0.5)
|
||||
sprite_frames = ExtResource("2_0s1fq")
|
||||
autoplay = "default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue