From 5f736ae3b0c004bcffae6b6ee62c81263cc30e51 Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Sun, 19 Jan 2025 00:57:48 -0500 Subject: [PATCH] more speccy stuff --- maps/rust.tscn | 7 ++++++- maps/station.tscn | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/maps/rust.tscn b/maps/rust.tscn index 43f3103..cb64470 100644 --- a/maps/rust.tscn +++ b/maps/rust.tscn @@ -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 diff --git a/maps/station.tscn b/maps/station.tscn index bfeff08..5ab3c5a 100644 --- a/maps/station.tscn +++ b/maps/station.tscn @@ -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"]