egtting there
This commit is contained in:
parent
f16d046a6c
commit
35db2250f7
23 changed files with 395 additions and 11 deletions
18
games/platformer/door.tscn
Normal file
18
games/platformer/door.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dv4ex5tshavff"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dwahwijlkceyr" path="res://games/platformer/door.gd" id="1_ddehx"]
|
||||
[ext_resource type="Texture2D" uid="uid://03rvlxisf6x0" path="res://sprites/bigDoor.png" id="1_s27vo"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ddehx"]
|
||||
size = Vector2(32, 96)
|
||||
|
||||
[node name="Door" type="AnimatableBody2D"]
|
||||
z_index = -1
|
||||
script = ExtResource("1_ddehx")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(2, 2)
|
||||
texture = ExtResource("1_s27vo")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_ddehx")
|
||||
Loading…
Add table
Add a link
Reference in a new issue