summaryrefslogtreecommitdiff
path: root/Scenes/Entities/Objects/Coin.tscn
blob: aacb70b827ab4938853b0b02d5eb1f86f670d66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[gd_scene load_steps=4 format=3 uid="uid://cl7jri45a43t0"]

[ext_resource type="Script" path="res://Scenes/Entities/Objects/Coin.gd" id="1_kjrye"]
[ext_resource type="Texture2D" uid="uid://5dk0c1kpvdgs" path="res://Assets/bomb_party_v4.png" id="2_0mghm"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_rwppg"]
size = Vector2(16, 16)

[node name="Coin" type="StaticBody2D" groups=["breakables"]]
collision_layer = 8
collision_mask = 34
script = ExtResource("1_kjrye")

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_rwppg")

[node name="Sprite2D" type="Sprite2D" parent="."]
self_modulate = Color(1, 0, 1, 1)
texture = ExtResource("2_0mghm")
region_enabled = true
region_rect = Rect2(48.8626, 208.456, 15.1374, 15.5442)