mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Drown animation
This commit is contained in:
parent
be88896252
commit
aa2de85f9a
16 changed files with 264 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=54 format=4 uid="uid://dqyfnby0t7gu1"]
|
||||
[gd_scene load_steps=56 format=4 uid="uid://dqyfnby0t7gu1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_c3v4x"]
|
||||
[ext_resource type="Resource" uid="uid://cs3ihltcn2166" path="res://Resources/Items/IcicleGun.tres" id="3_6314l"]
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="8_c3v4x"]
|
||||
[ext_resource type="Material" uid="uid://cdaeormgf78de" path="res://Resources/Materials/Static_Scanlines.tres" id="8_cub4j"]
|
||||
[ext_resource type="Script" uid="uid://cfya7sndh7vy2" path="res://Scenes/CameraController.gd" id="9_dj0ui"]
|
||||
[ext_resource type="Script" uid="uid://crpkvxepkcrir" path="res://Scripts/Components/Actors/ForceFieldCollisionDisabler.cs" id="9_wt88c"]
|
||||
[ext_resource type="PackedScene" uid="uid://cmr6fclttrpkb" path="res://Scenes/Items/Ammo1.tscn" id="10_6314l"]
|
||||
[ext_resource type="PackedScene" uid="uid://d0j1bmgbefyp2" path="res://Scenes/Actors/Lightbridge.tscn" id="10_k6t8d"]
|
||||
[ext_resource type="Script" uid="uid://c5nxsq3tyxcx6" path="res://Scripts/InventoryManager.cs" id="10_qmakk"]
|
||||
|
|
@ -57,6 +58,9 @@ size = Vector2(30, 52.5)
|
|||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_cub4j"]
|
||||
size = Vector2(30, 50.25)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_31m6w"]
|
||||
size = Vector2(30, 53.5)
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_2vu2h"]
|
||||
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 1)
|
||||
|
||||
|
|
@ -130,6 +134,13 @@ shape = SubResource("RectangleShape2D_rff8l")
|
|||
position = Vector2(413, 106.875)
|
||||
shape = SubResource("RectangleShape2D_cub4j")
|
||||
|
||||
[node name="CollisionShape2D3" type="CollisionShape2D" parent="Tilemaps/AcidHitboxes/Acid" node_paths=PackedStringArray("_door")]
|
||||
position = Vector2(385, 107.75)
|
||||
shape = SubResource("RectangleShape2D_31m6w")
|
||||
script = ExtResource("9_wt88c")
|
||||
_door = NodePath("../../LightBridge2")
|
||||
Invert = true
|
||||
|
||||
[node name="LightBridge" type="Node2D" parent="Tilemaps/AcidHitboxes"]
|
||||
position = Vector2(501.697, 121.54)
|
||||
metadata/_edit_group_ = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue