player progress
This commit is contained in:
parent
5bdbfa4d82
commit
27d839b86f
27 changed files with 236 additions and 68 deletions
16
scenes/templates/money_reward.tscn
Normal file
16
scenes/templates/money_reward.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue