Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ARKANYOTA/globs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolwoocle committed Sep 29, 2024
2 parents f511088 + eecc1b2 commit 20fc810
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/scenes/block/bloc_skin/fromage/bear_block.tscn
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[gd_scene load_steps=7 format=3 uid="uid://bdttvr6awstj3"]
[gd_scene load_steps=6 format=3 uid="uid://bdttvr6awstj3"]

[ext_resource type="PackedScene" uid="uid://bxmyi1g5jjvs3" path="res://scenes/block/block.tscn" id="1_iuvq1"]
[ext_resource type="Texture2D" uid="uid://cbb0cie1kixop" path="res://assets/images/spritesheet/black_frost_sprite_sheet2.png" id="2_lp0vd"]
[ext_resource type="AudioStream" uid="uid://bo08h4gql4fl4" path="res://assets/sounds/block/mouse_sound.mp3" id="3_nor20"]
[ext_resource type="Script" path="res://scripts/block/mouse_block_sound.gd" id="4_u7l0a"]

[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_nbgqd"]
resource_local_to_scene = true
polygon = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)

[sub_resource type="RectangleShape2D" id="RectangleShape2D_sv33o"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_p2e81"]
size = Vector2(32, 32)

[node name="Block5" instance=ExtResource("1_iuvq1")]
Expand All @@ -26,10 +25,9 @@ axis_stretch_horizontal = 0
axis_stretch_vertical = 2

[node name="CollisionShape" parent="." index="3"]
shape = SubResource("RectangleShape2D_sv33o")
shape = SubResource("RectangleShape2D_p2e81")

[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." index="7"]
stream = ExtResource("3_nor20")
volume_db = -13.915
pitch_scale = 0.7
script = ExtResource("4_u7l0a")
Expand Down

0 comments on commit 20fc810

Please sign in to comment.