cirnogodot/Scenes/Furniture/MediumTerminal.tscn
2024-06-02 23:35:28 +02:00

22 lines
716 B
Text

[gd_scene load_steps=4 format=3 uid="uid://bnhck5eh0tqxf"]
[ext_resource type="Texture2D" uid="uid://juyup7so2u4g" path="res://Sprites/MediumTerminals.png" id="1_sgrg1"]
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
atlas = ExtResource("1_sgrg1")
region = Rect2(96, 0, 32, 32)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
size = Vector2(28, 24)
[node name="LargeTank" type="Area2D"]
collision_layer = 65
collision_mask = 11
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_i3nxh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
visible = false
shape = SubResource("RectangleShape2D_0nhpj")