Skip to content

Commit b0a5c04

Browse files
authored
shaker: Remove unused scene (#2109)
shaker: Remove unused scene Every use of the shaker component uses shaker.gd directly, not Shaker.tscn. Remove the scene. Simplify the folder hierarchy.
1 parent 9b23441 commit b0a5c04

15 files changed

Lines changed: 12 additions & 19 deletions

File tree

scenes/game_elements/fx/shaker/Shaker.tscn

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

scenes/game_elements/props/hookable_box/hookable_box.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[ext_resource type="Texture2D" uid="uid://dslom0xbe1if7" path="res://assets/third_party/tiny-swords/Terrain/Ground/Shadows.png" id="2_f8qwn"]
55
[ext_resource type="Texture2D" uid="uid://c7oht7wudd8wa" path="res://assets/first_party/tiles/Cliff_Tiles.png" id="3_u0gye"]
66
[ext_resource type="Script" uid="uid://dabvr3pqmyya4" path="res://scenes/game_elements/props/hookable_area/components/hookable_area.gd" id="4_ml4a5"]
7-
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/components/shaker.gd" id="4_to7a4"]
7+
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/shaker.gd" id="4_to7a4"]
88

99
[sub_resource type="AtlasTexture" id="AtlasTexture_bu3x1"]
1010
atlas = ExtResource("3_u0gye")

scenes/game_elements/props/hookable_lever/hookable_lever.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ext_resource type="Script" uid="uid://d3iwkqlwrjrg0" path="res://scenes/game_elements/props/hookable_lever/components/hookable_lever.gd" id="1_mrig6"]
44
[ext_resource type="Texture2D" uid="uid://uy2acspf6apo" path="res://scenes/game_elements/props/lever/components/Lever.png" id="2_ved61"]
5-
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/components/shaker.gd" id="3_082ac"]
5+
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/shaker.gd" id="3_082ac"]
66
[ext_resource type="Script" uid="uid://dabvr3pqmyya4" path="res://scenes/game_elements/props/hookable_area/components/hookable_area.gd" id="4_l44sk"]
77

88
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_p2k53"]

scenes/game_elements/props/repellable_box/repellable_box.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[ext_resource type="Script" uid="uid://c334l8qftb4fy" path="res://scenes/game_elements/props/repellable_box/components/repellable_box.gd" id="1_c0tix"]
44
[ext_resource type="Texture2D" uid="uid://c7oht7wudd8wa" path="res://assets/first_party/tiles/Cliff_Tiles.png" id="2_c0tix"]
55
[ext_resource type="Texture2D" uid="uid://dslom0xbe1if7" path="res://assets/third_party/tiny-swords/Terrain/Ground/Shadows.png" id="2_sbite"]
6-
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/components/shaker.gd" id="3_2i1pw"]
6+
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/shaker.gd" id="3_2i1pw"]
77

88
[sub_resource type="AtlasTexture" id="AtlasTexture_bu3x1"]
99
atlas = ExtResource("2_c0tix")

scenes/game_elements/props/repellable_lever/repellable_lever.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ext_resource type="Texture2D" uid="uid://uy2acspf6apo" path="res://scenes/game_elements/props/lever/components/Lever.png" id="1_qgekw"]
44
[ext_resource type="Script" uid="uid://canlrqbmjwygh" path="res://scenes/game_elements/props/repellable_lever/components/repellable_lever.gd" id="1_retxg"]
5-
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/components/shaker.gd" id="2_retxg"]
5+
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/shaker.gd" id="2_retxg"]
66

77
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_p2k53"]
88
height = 58.0

scenes/globals/camera_shaker/camera_shake.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[gd_scene format=3 uid="uid://b0cg3w7kr4ahq"]
22

33
[ext_resource type="Script" uid="uid://d4mofp7illf0u" path="res://scenes/globals/camera_shaker/camera_shake.gd" id="1_jor7p"]
4-
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/components/shaker.gd" id="2_5d8c0"]
4+
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/shaker.gd" id="2_5d8c0"]
55

66
[node name="CameraShake" type="Node" unique_id=854928093]
77
script = ExtResource("1_jor7p")

scenes/quests/story_quests/after_the_tremor/0_intro/0_intro_part4/afuera_jugando.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[ext_resource type="SpriteFrames" uid="uid://dbe6l18tss360" path="res://scenes/quests/story_quests/after_the_tremor/charlie_components/after_the_tremor_charlie.tres" id="3_1p1iu"]
55
[ext_resource type="SpriteFrames" uid="uid://dkcv15as5d6gw" path="res://scenes/quests/story_quests/after_the_tremor/bryan_components/after_the_tremor_bryan.tres" id="3_2amn5"]
66
[ext_resource type="Texture2D" uid="uid://cscbwq25mgp2m" path="res://scenes/quests/story_quests/after_the_tremor/0_intro/Imagenes/cut-tree2.png" id="4_jy2m2"]
7-
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/components/shaker.gd" id="5_ff7m2"]
7+
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/shaker.gd" id="5_ff7m2"]
88
[ext_resource type="Texture2D" uid="uid://ciwy8mfi0mv65" path="res://scenes/quests/story_quests/after_the_tremor/0_intro/Imagenes/ball_free.png" id="6_5ws3c"]
99
[ext_resource type="Resource" uid="uid://cxkuh283aeqhw" path="res://scenes/quests/story_quests/after_the_tremor/0_intro/0_intro_part4/intro_components/dialogue/afuera_jugando.dialogue" id="6_jly1l"]
1010
[ext_resource type="Script" uid="uid://skmynvou4l31" path="res://scenes/quests/story_quests/after_the_tremor/0_intro/0_intro_part4/intro_components/scripts/cinematicWithShake.gd" id="6_oegj3"]

scenes/quests/story_quests/after_the_tremor/0_intro/0_intro_part6/escuela.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[ext_resource type="Script" uid="uid://skmynvou4l31" path="res://scenes/quests/story_quests/after_the_tremor/0_intro/0_intro_part4/intro_components/scripts/cinematicWithShake.gd" id="3_mfhaq"]
66
[ext_resource type="SpriteFrames" uid="uid://dbe6l18tss360" path="res://scenes/quests/story_quests/after_the_tremor/charlie_components/after_the_tremor_charlie.tres" id="3_pa5b4"]
77
[ext_resource type="SpriteFrames" uid="uid://nfm4t7txex23" path="res://scenes/quests/story_quests/after_the_tremor/player_components/personajes/ente.tres" id="4_ndyuh"]
8-
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/components/shaker.gd" id="5_i8ugt"]
8+
[ext_resource type="Script" uid="uid://dunsvrhq42214" path="res://scenes/game_elements/fx/shaker/shaker.gd" id="5_i8ugt"]
99
[ext_resource type="Resource" uid="uid://bdiq2ur5cwfeu" path="res://scenes/quests/story_quests/after_the_tremor/0_intro/0_intro_part6/escuela.dialogue" id="5_vnjc3"]
1010
[ext_resource type="AudioStream" uid="uid://caha8luj754tw" path="res://scenes/quests/story_quests/after_the_tremor/music/enteaparece.ogg" id="9_45txo"]
1111
[ext_resource type="Shader" uid="uid://dmm7vum4u3k5e" path="res://scenes/quests/story_quests/after_the_tremor/0_intro/0_intro_part6/night.gdshader" id="9_pa5b4"]

0 commit comments

Comments
 (0)