working on items and inventory
This commit is contained in:
@@ -6,8 +6,14 @@
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1taf2"]
|
||||
size = Vector2(20, 34)
|
||||
|
||||
[node name="bomb" type="Node"]
|
||||
[node name="Bomb" type="Node2D"]
|
||||
script = ExtResource("1_0j4vj")
|
||||
item_name = "Bomb"
|
||||
item_description = "Throw and run. Simple and effective."
|
||||
item_type = 0
|
||||
item_clip_size = 1
|
||||
item_ammo = 1
|
||||
item_texture = ExtResource("2_c4hvj")
|
||||
|
||||
[node name="BombPUArea" type="Area2D" parent="."]
|
||||
|
||||
|
Reference in New Issue
Block a user