mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
14 lines
491 B
Text
14 lines
491 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cxjumgf8bhr3l"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cyq6f1n0nrgrs" path="res://Sprites/Elevator.png" id="1_0xq5m"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_3lpp4"]
|
|
size = Vector2(32, 32)
|
|
|
|
[node name="Elevator" type="Area2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_0xq5m")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_3lpp4")
|