Interactions

This commit is contained in:
MaddoScientisto 2024-06-09 18:19:57 +02:00
commit abff2ea59e
19 changed files with 282 additions and 10 deletions

View file

@ -1,8 +1,9 @@
[gd_scene load_steps=7 format=3 uid="uid://bj28qiai2x2ar"]
[gd_scene load_steps=8 format=3 uid="uid://bj28qiai2x2ar"]
[ext_resource type="Script" path="res://Scenes/Barrel.cs" id="1_avwdx"]
[ext_resource type="Texture2D" uid="uid://d2f16ke8c7vwx" path="res://Sprites/Barrel.png" id="1_e66t6"]
[ext_resource type="PackedScene" uid="uid://clyyl3jgpfoo7" path="res://Scenes/Broken_Barrel.tscn" id="2_f145b"]
[ext_resource type="PackedScene" uid="uid://jmijre3eaf8m" path="res://Scenes/Explosion.tscn" id="3_sm378"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_2ewfl"]
size = Vector2(11, 14)
@ -22,6 +23,7 @@ Health = 2.0
ExplosionRadius = 2.0
ExplosionDamage = 2.0
DebrisScene = ExtResource("2_f145b")
ExplosionParticles = ExtResource("3_sm378")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]