GMTK-2024/gmtk_2024/objects/ResizableBlock.tscn

16 lines
825 B
Text
Raw Normal View History

2024-08-19 03:35:03 +02:00
[gd_scene load_steps=3 format=3 uid="uid://d0q0sfati8wk0"]
2024-08-18 02:48:09 +02:00
2024-08-19 03:15:07 +02:00
[ext_resource type="Script" path="res://scripts/resizable_block.gd" id="1_ckiwc"]
[ext_resource type="Texture2D" uid="uid://bb8vdlgwpj8oc" path="res://textures/antivirus-block-big.png" id="2_i68dl"]
2024-08-18 02:48:09 +02:00
2024-08-19 03:15:07 +02:00
[node name="AnimatableBody2D" type="AnimatableBody2D"]
collision_mask = 54
2024-08-18 02:48:09 +02:00
input_pickable = true
2024-08-19 03:15:07 +02:00
script = ExtResource("1_ckiwc")
2024-08-18 02:48:09 +02:00
[node name="Sprite2D" type="Sprite2D" parent="."]
2024-08-19 03:15:07 +02:00
texture = ExtResource("2_i68dl")
2024-08-18 02:48:09 +02:00
2024-08-19 01:29:43 +02:00
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PackedVector2Array(-32, -20, -28, -20, -28, -24, -24, -24, -24, -28, -20, -28, -20, -32, 20, -32, 20, -28, 24, -28, 24, -24, 28, -24, 28, -20, 32, -20, 32, 20, 28, 20, 28, 24, 24, 24, 24, 28, 20, 28, 20, 32, -20, 32, -20, 28, -24, 28, -24, 24, -28, 24, -28, 20, -32, 20)