mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
Doors
This commit is contained in:
parent
0601e826e9
commit
fa954af626
6 changed files with 61 additions and 1 deletions
14
Scenes/Door_Vertical.tscn
Normal file
14
Scenes/Door_Vertical.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bc64lr3vlwchq"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xakim"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0wg11"]
|
||||
|
||||
[node name="Area2D" type="Area2D"]
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_xakim")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_0wg11")
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=18 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=19 format=4 uid="uid://bv451a8wgty4u"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bghghp5ep4w2j" path="res://Scenes/player.tscn" id="2_8mh54"]
|
||||
[ext_resource type="PackedScene" uid="uid://rp4jhx0tuh24" path="res://Scenes/fragola.tscn" id="4_s7wq6"]
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://bnhck5eh0tqxf" path="res://Scenes/Furniture/MediumTerminal.tscn" id="13_acrmt"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqq3q37hugdlj" path="res://Scenes/Door.tscn" id="14_y363m"]
|
||||
[ext_resource type="PackedScene" uid="uid://bgk7fgwiis425" path="res://Scenes/Box_Red.tscn" id="15_m0y0j"]
|
||||
[ext_resource type="PackedScene" uid="uid://bc64lr3vlwchq" path="res://Scenes/Door_Vertical.tscn" id="15_mgtvp"]
|
||||
[ext_resource type="PackedScene" uid="uid://v8s3kubgb2qg" path="res://Scenes/Enemy.tscn" id="18_ixcwn"]
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_jwf4b"]
|
||||
|
|
@ -312,3 +313,5 @@ position = Vector2(-652, 180)
|
|||
|
||||
[node name="Enemy4" parent="." instance=ExtResource("18_ixcwn")]
|
||||
position = Vector2(-883, 183)
|
||||
|
||||
[node name="Door" parent="." instance=ExtResource("15_mgtvp")]
|
||||
|
|
|
|||
BIN
Sprites/DoorVertical.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/DoorVertical.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/HorizontalDoor.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/HorizontalDoor.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/HorizontalDoor.png
(Stored with Git LFS)
Normal file
BIN
Sprites/HorizontalDoor.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/HorizontalDoor.png.import
Normal file
34
Sprites/HorizontalDoor.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://desg0e2phtw50"
|
||||
path="res://.godot/imported/HorizontalDoor.png-a932e65796d8e3c6d629943267e4bd98.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/HorizontalDoor.png"
|
||||
dest_files=["res://.godot/imported/HorizontalDoor.png-a932e65796d8e3c6d629943267e4bd98.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue