mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 20:13:46 +00:00
Dropping and picking up
This commit is contained in:
parent
488d02ef81
commit
bcd007fa1e
14 changed files with 294 additions and 62 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=142 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=144 format=4 uid="uid://bv451a8wgty4u"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_8tmoj"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_ksslq"]
|
||||
|
|
@ -82,8 +82,10 @@
|
|||
[ext_resource type="PackedScene" uid="uid://bdvj4cxnyr3w4" path="res://Scenes/Actors/Thermathron.tscn" id="73_ier4h"]
|
||||
[ext_resource type="PackedScene" uid="uid://c21m7w5ahpsd0" path="res://Scenes/Activable/Shroud.tscn" id="74_oaf68"]
|
||||
[ext_resource type="PackedScene" uid="uid://d0j1bmgbefyp2" path="res://Scenes/Actors/Lightbridge.tscn" id="75_jn1m0"]
|
||||
[ext_resource type="Resource" uid="uid://cvlwye1u5gv8u" path="res://Resources/Items/Green_Points_Pickup.tres" id="76_dskij"]
|
||||
[ext_resource type="Script" uid="uid://crpkvxepkcrir" path="res://Scripts/Components/Actors/ForceFieldCollisionDisabler.cs" id="76_h0jm4"]
|
||||
[ext_resource type="PackedScene" uid="uid://drdgcu2r3yrp7" path="res://Scenes/Interactable/control_pad_green_keycard.tscn" id="76_usuub"]
|
||||
[ext_resource type="Resource" uid="uid://cltxhkrqp055v" path="res://Resources/Items/Money_Pickup.tres" id="77_wma5c"]
|
||||
[ext_resource type="PackedScene" uid="uid://b3tyacxxw88lx" path="res://Scenes/Utils/StreamPlayerWithName.tscn" id="77_yot54"]
|
||||
[ext_resource type="AudioStream" uid="uid://blohh20jktoyo" path="res://SFX/270641__phantastonia__alarm2.wav" id="79_jn1m0"]
|
||||
[ext_resource type="PackedScene" uid="uid://dky13otbks8cm" path="res://Scenes/Actors/Thermatron_FSM.tscn" id="80_f37sa"]
|
||||
|
|
@ -127,6 +129,34 @@ size = Vector2(184, 53.25)
|
|||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jn1m0"]
|
||||
size = Vector2(23, 22)
|
||||
|
||||
[sub_resource type="Resource" id="Resource_xhinl"]
|
||||
script = ExtResource("98_gvbi8")
|
||||
BulletResource = ExtResource("95_f37sa")
|
||||
bulletCount = 1
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 1.0
|
||||
spread = 0.0
|
||||
burstInterval = 0.5
|
||||
ShotsPerBurst = 100
|
||||
BurstRate = 0.0
|
||||
_targetPlayer = false
|
||||
OverrideOwner = true
|
||||
Owner = 0
|
||||
OverrideDamageType = false
|
||||
DamageType = 0
|
||||
OverrideControllable = false
|
||||
Controllable = false
|
||||
OverrideCreationModifier = false
|
||||
TimeModifiers = []
|
||||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://c0ndqalsc4jve"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_f37sa"]
|
||||
script = ExtResource("99_j6vrf")
|
||||
Patterns = Array[Object]([SubResource("Resource_xhinl")])
|
||||
metadata/_custom_type_script = "uid://bngko08ho85p6"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_usuub"]
|
||||
script = ExtResource("49_0si7g")
|
||||
Target = NodePath("..")
|
||||
|
|
@ -250,34 +280,6 @@ _data = {
|
|||
}
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="Resource" id="Resource_xhinl"]
|
||||
script = ExtResource("98_gvbi8")
|
||||
BulletResource = ExtResource("95_f37sa")
|
||||
bulletCount = 1
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 1.0
|
||||
spread = 0.0
|
||||
burstInterval = 0.5
|
||||
ShotsPerBurst = 100
|
||||
BurstRate = 0.0
|
||||
_targetPlayer = false
|
||||
OverrideOwner = true
|
||||
Owner = 0
|
||||
OverrideDamageType = false
|
||||
DamageType = 0
|
||||
OverrideControllable = false
|
||||
Controllable = false
|
||||
OverrideCreationModifier = false
|
||||
TimeModifiers = []
|
||||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://c0ndqalsc4jve"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_f37sa"]
|
||||
script = ExtResource("99_j6vrf")
|
||||
Patterns = Array[Object]([SubResource("Resource_xhinl")])
|
||||
metadata/_custom_type_script = "uid://bngko08ho85p6"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_l476f"]
|
||||
script = ExtResource("45_emjoj")
|
||||
ActivationType = 5
|
||||
|
|
@ -427,11 +429,11 @@ Target = NodePath("../BulletEmitter2")
|
|||
position = Vector2(-565, -399)
|
||||
|
||||
[node name="Marisa" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("50_mp5ma")]
|
||||
position = Vector2(-615, -565)
|
||||
position = Vector2(-605, -680)
|
||||
CameraOffset = Vector2(-50, 0)
|
||||
|
||||
[node name="ControlPad" parent="Parallax2D/Factory Tilemaps/Debug Room" node_paths=PackedStringArray("Target") instance=ExtResource("12_hfkf1")]
|
||||
position = Vector2(-615, -495)
|
||||
position = Vector2(-605, -610)
|
||||
Target = NodePath("../Marisa")
|
||||
|
||||
[node name="Label2" type="Label" parent="Parallax2D/Factory Tilemaps/Debug Room"]
|
||||
|
|
@ -588,6 +590,19 @@ position = Vector2(-1792, -99)
|
|||
[node name="BigTank3" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("45_5qg27")]
|
||||
position = Vector2(-1832, -99)
|
||||
|
||||
[node name="Chest2" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("25_4b2ed")]
|
||||
position = Vector2(-679, -408)
|
||||
LootTable = Array[ExtResource("6_8tdlb")]([ExtResource("76_dskij"), ExtResource("77_wma5c"), ExtResource("6_khabp"), ExtResource("94_gd7x4"), ExtResource("94_gd7x4"), ExtResource("94_gd7x4"), ExtResource("94_gd7x4"), ExtResource("94_gd7x4"), ExtResource("94_gd7x4"), ExtResource("94_gd7x4"), ExtResource("94_gd7x4"), ExtResource("6_khabp"), ExtResource("6_khabp"), ExtResource("6_khabp"), ExtResource("6_khabp"), ExtResource("6_khabp"), ExtResource("77_wma5c"), ExtResource("77_wma5c"), ExtResource("77_wma5c"), ExtResource("77_wma5c"), ExtResource("76_dskij")])
|
||||
|
||||
[node name="Valve" parent="Parallax2D/Factory Tilemaps/Debug Room" node_paths=PackedStringArray("Target") instance=ExtResource("48_8usll")]
|
||||
position = Vector2(-666, -545)
|
||||
Target = NodePath("../InvisibleBulletEmitter")
|
||||
|
||||
[node name="InvisibleBulletEmitter" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("96_ygp23")]
|
||||
position = Vector2(-645, -564)
|
||||
rotation = -1.5708
|
||||
Script = SubResource("Resource_f37sa")
|
||||
|
||||
[node name="Part2" type="Node2D" parent="Parallax2D/Factory Tilemaps"]
|
||||
|
||||
[node name="Mainframe" parent="Parallax2D/Factory Tilemaps/Part2" instance=ExtResource("13_acrmt")]
|
||||
|
|
@ -1020,9 +1035,6 @@ scale = Vector2(318.5, 284.25)
|
|||
position = Vector2(-1010, -50)
|
||||
scale = Vector2(56, 174)
|
||||
|
||||
[node name="Chest2" parent="Parallax2D/Factory Tilemaps/LevelProps" instance=ExtResource("25_4b2ed")]
|
||||
position = Vector2(-679, -408)
|
||||
|
||||
[node name="Ammo5" parent="Parallax2D/Factory Tilemaps/LevelProps" instance=ExtResource("34_17pjh")]
|
||||
position = Vector2(-936, 68)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue