mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 06:53:47 +00:00
Elevator Sprite
This commit is contained in:
parent
447a43eda2
commit
396853f29a
5 changed files with 62 additions and 4 deletions
14
Scenes/Elevator.tscn
Normal file
14
Scenes/Elevator.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue