File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
[gd_scene load_steps =4 format =2 ]
2
2
3
- [ext_resource path ="res://key.gd" type ="Script" id =1 ]
3
+ [ext_resource path ="res://key/key .gd" type ="Script" id =1 ]
4
4
[ext_resource path ="res://tilesets/0x72_16x16DungeonTileset.v4.png" type ="Texture" id =2 ]
5
5
6
6
[sub_resource type ="RectangleShape2D" id =1 ]
7
7
8
8
custom_solver_bias = 0.0
9
9
extents = Vector2 ( 10 , 10 )
10
10
11
- [node name ="key" type ="Node2D" ]
11
+ [node name ="key" type ="Node2D" index = "0" ]
12
12
13
13
script = ExtResource ( 1 )
14
14
Original file line number Diff line number Diff line change 7
7
[ext_resource path ="res://characters/tapir/tapir.tscn" type ="PackedScene" id =5 ]
8
8
[ext_resource path ="res://characters/enemies/hugger/hugger.tscn" type ="PackedScene" id =6 ]
9
9
[ext_resource path ="res://characters/enemies/angel/angel.tscn" type ="PackedScene" id =7 ]
10
- [ext_resource path ="res://key.tscn" type ="PackedScene" id =8 ]
10
+ [ext_resource path ="res://key/key .tscn" type ="PackedScene" id =8 ]
11
11
[ext_resource path ="res://battery/battery.tscn" type ="PackedScene" id =9 ]
12
12
[ext_resource path ="res://characters/player/player.tscn" type ="PackedScene" id =10 ]
13
13
Original file line number Diff line number Diff line change 7
7
[ext_resource path ="res://torch/torch.tscn" type ="PackedScene" id =5 ]
8
8
[ext_resource path ="res://characters/enemies/hugger/hugger.tscn" type ="PackedScene" id =6 ]
9
9
[ext_resource path ="res://characters/enemies/angel/angel.tscn" type ="PackedScene" id =7 ]
10
- [ext_resource path ="res://key.tscn" type ="PackedScene" id =8 ]
10
+ [ext_resource path ="res://key/key .tscn" type ="PackedScene" id =8 ]
11
11
12
12
[sub_resource type ="RectangleShape2D" id =1 ]
13
13
You can’t perform that action at this time.
0 commit comments