OutOfBody/Entities/entrance.tscn

20 lines
720 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bbvpjrnarl7qb"]
[ext_resource type="Script" path="res://Scripts/Entrance.cs" id="1_mdwv8"]
[ext_resource type="Texture2D" uid="uid://d3ppe6c48t58p" path="res://Sprite Sheets/Stairs.png" id="2_i2ie3"]
[sub_resource type="AtlasTexture" id="AtlasTexture_1k2yg"]
atlas = ExtResource("2_i2ie3")
region = Rect2(0, 20, 20, 20)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_f1wnt"]
[node name="Entrance" type="StaticBody2D"]
script = ExtResource("1_mdwv8")
[node name="EntranceSprite" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_1k2yg")
[node name="EntranceShape" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_f1wnt")