more speccy stuff
This commit is contained in:
parent
eaa9490636
commit
5f736ae3b0
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=34 format=2]
|
||||
[gd_scene load_steps=35 format=2]
|
||||
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=1]
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=2]
|
||||
|
@ -32,6 +32,7 @@
|
|||
[ext_resource path="res://objects/lore/rust/rolling_saw.tscn" type="PackedScene" id=30]
|
||||
[ext_resource path="res://objects/lore/rust/rust_inc.tscn" type="PackedScene" id=31]
|
||||
[ext_resource path="res://graphics/turniwood/turning_platform_rust.png" type="Texture" id=32]
|
||||
[ext_resource path="res://objects/npc/speccy.tscn" type="PackedScene" id=33]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 4, 112 )
|
||||
|
@ -547,3 +548,7 @@ song_name = "♫Cryokiller"
|
|||
[node name="Exit" parent="." instance=ExtResource( 19 )]
|
||||
position = Vector2( 752, 164 )
|
||||
cost = 25
|
||||
|
||||
[node name="Speccy" parent="." groups=["button3"] instance=ExtResource( 33 )]
|
||||
position = Vector2( 705, 41 )
|
||||
flip = true
|
||||
|
|
|
@ -580,3 +580,4 @@ flip = true
|
|||
message = "kill_em_all"
|
||||
|
||||
[connection signal="screen_entered" from="SpeccyDetection" to="SpeccyDetection/Speccy" method="appear"]
|
||||
[connection signal="screen_exited" from="SpeccyDetection" to="SpeccyDetection" method="queue_free"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue