Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions scenes/game_elements/characters/npcs/cat/cat.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ metadata/_custom_type_script = "uid://du8wfijr35r35"
visible = false
position = Vector2(5, -28)
shape = SubResource("RectangleShape2D_t04tf")
debug_color = Color(0.6290859, 0.52632225, 0.15803415, 0.41960785)
debug_color = Color(0.6, 0.545, 0, 0.42)

[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=1698132789]
stream = SubResource("AudioStreamRandomizer_8kxh7")
bus = &"SFX"

[node name="PetInteraction" type="Node" parent="." unique_id=929067504 node_paths=PackedStringArray("interact_area", "sound_effect_player", "fact_counter")]
script = ExtResource("4_t04tf")
interact_area = NodePath("../InteractArea")
sound_effect_player = NodePath("AudioStreamPlayer2D")
sound_effect_player = NodePath("../AudioStreamPlayer2D")
fact_counter = NodePath("../FactCounter")

[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="PetInteraction" unique_id=1698132789]
stream = SubResource("AudioStreamRandomizer_8kxh7")
bus = &"SFX"

[node name="FactCounter" type="Node" parent="." unique_id=539544383]
script = ExtResource("6_0bwy3")
prefix = "cats_petted"
12 changes: 6 additions & 6 deletions scenes/game_elements/props/decoration/sheep/sheep.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@ metadata/_custom_type_script = "uid://du8wfijr35r35"
visible = false
position = Vector2(5, -28)
shape = SubResource("RectangleShape2D_tsjbs")
debug_color = Color(0.6290859, 0.52632225, 0.15803415, 0.41960785)
debug_color = Color(0.6, 0.545, 0, 0.42)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another missing one!

@felixwalberg felixwalberg Aug 18, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my latest PR it had automatically changed to this newer color, but I didn't realize it was intentional, so I reverted it.


[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=1930789457]
stream = SubResource("AudioStreamRandomizer_3vki4")
bus = &"SFX"

[node name="PetInteraction" type="Node" parent="." unique_id=1162035923 node_paths=PackedStringArray("interact_area", "sound_effect_player", "shaker", "fact_counter")]
script = ExtResource("4_pcfmk")
interact_area = NodePath("../InteractArea")
sound_effect_player = NodePath("AudioStreamPlayer2D")
sound_effect_player = NodePath("../AudioStreamPlayer2D")
shaker = NodePath("../AnimatedSprite2D/Shaker")
fact_counter = NodePath("../FactCounter")

[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="PetInteraction" unique_id=1930789457]
stream = SubResource("AudioStreamRandomizer_3vki4")
bus = &"SFX"

[node name="FactCounter" type="Node" parent="." unique_id=2116673480]
script = ExtResource("7_1k1ft")
prefix = "sheeps_annoyed"