From 5d66baea8d78d1f48c152609b245409b51392dc8 Mon Sep 17 00:00:00 2001 From: Rendo Date: Sat, 12 Jul 2025 02:17:37 +0500 Subject: [PATCH] odd zombie in scene --- scenes/prototype_survival.tscn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scenes/prototype_survival.tscn b/scenes/prototype_survival.tscn index aae7f88..c0f16aa 100644 --- a/scenes/prototype_survival.tscn +++ b/scenes/prototype_survival.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=34 format=3 uid="uid://c1335fke4thpm"] +[gd_scene load_steps=33 format=3 uid="uid://c1335fke4thpm"] [ext_resource type="Script" uid="uid://bndu1h5kgcde8" path="res://scripts/level/RuntimeLevelData.cs" id="1_tnxdx"] [ext_resource type="Texture2D" uid="uid://b0tb2hjum40aw" path="res://assets/sprites/background_summer.png" id="1_vafkg"] @@ -23,7 +23,6 @@ [ext_resource type="Script" uid="uid://c0ov2bq5er0gh" path="res://scripts/plants/LoseZone.cs" id="16_r81g1"] [ext_resource type="Script" uid="uid://812ldoyxd5n5" path="res://scripts/level/LoseCheckbox.cs" id="17_pb02i"] [ext_resource type="AudioStream" uid="uid://bxshjvvtv3fmp" path="res://assets/audio/music/playlist.tres" id="23_tsy2s"] -[ext_resource type="PackedScene" uid="uid://bgqmwsb6ynm81" path="res://scenes/entities/Zombies/hobo.tscn" id="24_63iib"] [sub_resource type="Animation" id="Animation_r81g1"] length = 0.001 @@ -413,9 +412,6 @@ stream = ExtResource("23_tsy2s") autoplay = true bus = &"MusicBus" -[node name="Hobo" parent="." instance=ExtResource("24_63iib")] -position = Vector2(730, 254) - [connection signal="pressed" from="GameOverScreen/VBoxContainer/RestartButton" to="GameOverScreen/VBoxContainer/TapPlayer" method="Play"] [connection signal="pressed" from="GameOverScreen/VBoxContainer/ExitButton" to="GameOverScreen/VBoxContainer/TapPlayer" method="Play"] [connection signal="timeout" from="SunSpawner/Timer" to="SunSpawner" method="Spawn"]