16 lines
656 B
Text
16 lines
656 B
Text
[gd_scene load_steps=4 format=3 uid="uid://3x821ng2yf57"]
|
|
|
|
[ext_resource type="Script" uid="uid://cwf2y3pxi6psc" path="res://scripts/droppable-items/DroppableItem.cs" id="1_jgexe"]
|
|
[ext_resource type="Texture2D" uid="uid://c3qw52yoseb1k" path="res://assets/sprites/money_bag.tres" id="1_wewwq"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wewwq"]
|
|
size = Vector2(46, 50)
|
|
|
|
[node name="MoneyReward" type="Area2D"]
|
|
script = ExtResource("1_jgexe")
|
|
|
|
[node name="MoneyBag" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_wewwq")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_wewwq")
|