made some changes :)
This commit is contained in:
parent
d3e402bb5b
commit
1a7c40f688
16 changed files with 311 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=28 format=2]
|
||||
[gd_scene load_steps=29 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/super_slime.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
|
@ -13,6 +13,7 @@
|
|||
[ext_resource path="res://maps/map.gd" type="Script" id=11]
|
||||
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=12]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://objects/enemy/boss/2600_die.tscn" type="PackedScene" id=14]
|
||||
[ext_resource path="res://objects/respawn_point.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=17]
|
||||
[ext_resource path="res://objects/environment/switches/button.tscn" type="PackedScene" id=19]
|
||||
|
@ -122,6 +123,7 @@ position = Vector2( 48, 120 )
|
|||
|
||||
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
|
||||
visible = false
|
||||
frame = 1
|
||||
|
||||
[node name="SawTest2" type="AnimatedSprite" parent="RollingFiend"]
|
||||
material = SubResource( 4 )
|
||||
|
@ -187,4 +189,7 @@ move_direction = 1
|
|||
position = Vector2( -1.5, 12 )
|
||||
scale = Vector2( 0.5, -1 )
|
||||
|
||||
[node name="2600Die" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 68, 1 )
|
||||
|
||||
[editable path="RollingFiend"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue