cirnogodot/Scenes/Furniture/LargeTank.tscn

25 lines
827 B
Text
Raw Normal View History

2024-06-09 00:34:36 +02:00
[gd_scene load_steps=5 format=3 uid="uid://uaf5r6cd71hu"]
2024-05-26 18:34:44 +02:00
2024-06-09 00:34:36 +02:00
[ext_resource type="Script" path="res://Scenes/Barrel.cs" id="1_7ckvo"]
2024-05-26 18:34:44 +02:00
[ext_resource type="Texture2D" uid="uid://d2rvjbllnogx4" path="res://Sprites/LargeTank.png" id="1_7h6ee"]
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
atlas = ExtResource("1_7h6ee")
region = Rect2(0, 0, 64, 64)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
size = Vector2(61, 61)
[node name="LargeTank" type="Area2D"]
collision_layer = 65
collision_mask = 11
2024-06-09 00:34:36 +02:00
script = ExtResource("1_7ckvo")
Health = 4.0
2024-05-26 18:34:44 +02:00
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_i3nxh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
2024-06-02 23:35:28 +02:00
visible = false
2024-05-26 18:34:44 +02:00
position = Vector2(0.5, -0.5)
shape = SubResource("RectangleShape2D_0nhpj")