This commit is contained in:
MaddoScientisto 2024-06-09 00:56:25 +02:00
commit 4bc76cc475
10 changed files with 152 additions and 2 deletions

18
Scenes/teleporter.tscn Normal file
View file

@ -0,0 +1,18 @@
[gd_scene load_steps=3 format=3 uid="uid://byms2dhliyux0"]
[ext_resource type="Texture2D" uid="uid://d3e762pxublbt" path="res://Sprites/teleporter.png" id="1_ppqan"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uk8yj"]
size = Vector2(16, 16)
[node name="Teleporter" type="Area2D"]
collision_layer = 4
collision_mask = 2
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
visible = false
shape = SubResource("RectangleShape2D_uk8yj")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_ppqan")