mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 08:41:16 +00:00
Exploding barrels
This commit is contained in:
parent
6a62fe2871
commit
71eeb3f1d1
12 changed files with 132 additions and 20 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://uaf5r6cd71hu"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://uaf5r6cd71hu"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scenes/Barrel.cs" id="1_7ckvo"]
|
||||
[ext_resource type="Texture2D" uid="uid://d2rvjbllnogx4" path="res://Sprites/LargeTank.png" id="1_7h6ee"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
|
||||
|
|
@ -12,6 +13,8 @@ size = Vector2(61, 61)
|
|||
[node name="LargeTank" type="Area2D"]
|
||||
collision_layer = 65
|
||||
collision_mask = 11
|
||||
script = ExtResource("1_7ckvo")
|
||||
Health = 4.0
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_i3nxh")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue