mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
21 lines
695 B
Text
21 lines
695 B
Text
[gd_scene load_steps=4 format=3 uid="uid://crmwuwhltmdq7"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b80wf43ow5d8b" path="res://Sprites/MediumTank.png" id="1_y64dw"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
|
|
atlas = ExtResource("1_y64dw")
|
|
region = Rect2(0, 0, 64, 64)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
|
|
size = Vector2(30, 28)
|
|
|
|
[node name="LargeTank" type="Area2D"]
|
|
collision_layer = 65
|
|
collision_mask = 11
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = SubResource("AtlasTexture_i3nxh")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-16, -17)
|
|
shape = SubResource("RectangleShape2D_0nhpj")
|