Подсказка по управлению фонарем
This commit is contained in:
parent
4d3ac1e4fb
commit
e8f5c3de80
6 changed files with 95 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bhulqhxesd5gc"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bhulqhxesd5gc"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Player.cs" id="1_1vpun"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://cfdng3tdv65p6" path="res://sprites/player/player.tres" id="1_8jl58"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://2621hqkv4w0x" path="res://sprites/key_space.tres" id="3_h0r18"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5hhj3"]
|
||||
size = Vector2(15, 15)
|
||||
|
@ -19,3 +20,9 @@ shape = SubResource("RectangleShape2D_5hhj3")
|
|||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = ExtResource("1_8jl58")
|
||||
animation = &"down"
|
||||
|
||||
[node name="AnimatedSprite2D2" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(0, -19)
|
||||
scale = Vector2(0.25, 0.25)
|
||||
sprite_frames = ExtResource("3_h0r18")
|
||||
frame_progress = 0.535545
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue