-
Notifications
You must be signed in to change notification settings - Fork 0
/
key_set.tscn
39 lines (33 loc) · 1.24 KB
/
key_set.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[gd_scene load_steps=6 format=3 uid="uid://b87njudih7dx6"]
[ext_resource type="Script" path="res://key_set.gd" id="1_dl77a"]
[ext_resource type="Texture2D" uid="uid://bc8dialr028qy" path="res://art/Wkey-Sheet.png" id="2_t0n7i"]
[ext_resource type="Texture2D" uid="uid://b61rw5ooh3yba" path="res://art/Akey-Sheet.png" id="3_3jdv0"]
[ext_resource type="Texture2D" uid="uid://bp0bqp608t0aw" path="res://art/Skey-Sheet.png" id="4_hcpw3"]
[ext_resource type="Texture2D" uid="uid://bqacc04g7xqf4" path="res://art/Dkey-Sheet.png" id="5_frof7"]
[node name="Key Set" type="Node2D"]
position = Vector2(272, 152)
script = ExtResource("1_dl77a")
metadata/_edit_group_ = true
[node name="W" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(0, -40)
scale = Vector2(2, 2)
texture = ExtResource("2_t0n7i")
hframes = 2
[node name="A" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(-48, 0)
scale = Vector2(2, 2)
texture = ExtResource("3_3jdv0")
hframes = 2
[node name="S" type="Sprite2D" parent="."]
texture_filter = 1
scale = Vector2(2, 2)
texture = ExtResource("4_hcpw3")
hframes = 2
[node name="D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(48, 0)
scale = Vector2(2, 2)
texture = ExtResource("5_frof7")
hframes = 2