mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
Mapping
This commit is contained in:
parent
c93a3bb944
commit
d81a251160
9 changed files with 120 additions and 12 deletions
19
Scenes/Interactable/control_pad_blue_keycard.tscn
Normal file
19
Scenes/Interactable/control_pad_blue_keycard.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://byjq8xpx4crfd"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Interactables/Switch.cs" id="1_qh7tc"]
|
||||
[ext_resource type="Resource" uid="uid://cj5aa7btaw6q0" path="res://Resources/Items/Blue_Keycard.tres" id="2_0wao8"]
|
||||
[ext_resource type="Texture2D" uid="uid://bc1383k5nnuyy" path="res://Sprites/Actors/Blue_Card_Reader.png" id="3_bdcur"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_vvpve"]
|
||||
|
||||
[node name="KeycardReaderBlue" type="Area2D" groups=["Interactable"]]
|
||||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_qh7tc")
|
||||
Requirements = [ExtResource("2_0wao8")]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_vvpve")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("3_bdcur")
|
||||
File diff suppressed because one or more lines are too long
BIN
Sprites/Actors/Blue_Card_Reader.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Blue_Card_Reader.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Actors/Blue_Card_Reader.png
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Blue_Card_Reader.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/Actors/Blue_Card_Reader.png.import
Normal file
34
Sprites/Actors/Blue_Card_Reader.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bc1383k5nnuyy"
|
||||
path="res://.godot/imported/Blue_Card_Reader.png-f8760196caf316b6188f626db26c2aa0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/Actors/Blue_Card_Reader.png"
|
||||
dest_files=["res://.godot/imported/Blue_Card_Reader.png-f8760196caf316b6188f626db26c2aa0.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
|
||||
BIN
Sprites/Actors/Green_Card_Reader.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Green_Card_Reader.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Actors/Green_Card_Reader.png
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Green_Card_Reader.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/Actors/Green_Card_Reader.png.import
Normal file
34
Sprites/Actors/Green_Card_Reader.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cpaigf41fqxr5"
|
||||
path="res://.godot/imported/Green_Card_Reader.png-2940a3a463399a9a3c414e3f65bfac16.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/Actors/Green_Card_Reader.png"
|
||||
dest_files=["res://.godot/imported/Green_Card_Reader.png-2940a3a463399a9a3c414e3f65bfac16.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
|
||||
BIN
Sprites/Red_Card_Reader.aseprite
(Stored with Git LFS)
BIN
Sprites/Red_Card_Reader.aseprite
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue