12 lines
531 B
Text
12 lines
531 B
Text
|
[gd_scene load_steps=2 format=3 uid="uid://uscernaqw5ll"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://c5ytge77dxip1" path="res://Objects/LavaButton/Button.png" id="1_3hvsu"]
|
||
|
|
||
|
[node name="LavaButton" type="StaticBody2D"]
|
||
|
|
||
|
[node name="Sprite" type="Sprite2D" parent="."]
|
||
|
texture = ExtResource("1_3hvsu")
|
||
|
|
||
|
[node name="Collider" type="CollisionPolygon2D" parent="."]
|
||
|
polygon = PackedVector2Array(-38, 15, -38, -2, -34, -12, -24, -16, 24, -16, 34, -12, 38, -2, 38, 15, 55, 15, 61, 18, 64, 24, 64, 32, -64, 32, -64, 24, -61, 18, -55, 15)
|