mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 06:23:47 +00:00
Bullet emitter
This commit is contained in:
parent
2e8bb70348
commit
e9a9653c20
6 changed files with 84 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=56 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=57 format=4 uid="uid://bv451a8wgty4u"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/GameManager.cs" id="1_8tmoj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bghghp5ep4w2j" path="res://Scenes/player.tscn" id="2_8mh54"]
|
||||
|
|
@ -48,6 +48,7 @@
|
|||
[ext_resource type="Script" path="res://Scripts/Resources/Events/DialogueStartEvent.cs" id="46_i0omr"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdti0hnbs3e63" path="res://Scenes/Actors/RoamingSusan.tscn" id="47_u1ve6"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0pb078xylxy" path="res://Scenes/Interactable/Valve.tscn" id="48_8usll"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd36ch65jijg0" path="res://Scenes/Activable/BulletEmitter.tscn" id="49_64oga"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_8wuck"]
|
||||
|
||||
|
|
@ -383,18 +384,16 @@ DefeatScript = NodePath("../BossBattleEndScript")
|
|||
position = Vector2(-794, -127)
|
||||
Target = NodePath("DialogueStarter")
|
||||
|
||||
[node name="DialogueStarter" parent="Computer" node_paths=PackedStringArray("_targets") instance=ExtResource("32_68v02")]
|
||||
[node name="DialogueStarter" parent="Computer" instance=ExtResource("32_68v02")]
|
||||
_trackName = "computer1"
|
||||
_targets = []
|
||||
|
||||
[node name="Computer2" parent="." node_paths=PackedStringArray("Target") instance=ExtResource("31_243ec")]
|
||||
position = Vector2(-1464, -276)
|
||||
Target = NodePath("DialogueStarter")
|
||||
|
||||
[node name="DialogueStarter" parent="Computer2" node_paths=PackedStringArray("_targets") instance=ExtResource("32_68v02")]
|
||||
[node name="DialogueStarter" parent="Computer2" instance=ExtResource("32_68v02")]
|
||||
position = Vector2(291.847, -32.7126)
|
||||
_trackName = "computer2"
|
||||
_targets = []
|
||||
|
||||
[node name="Ammo1" parent="." instance=ExtResource("34_17pjh")]
|
||||
position = Vector2(-790, -381)
|
||||
|
|
@ -440,4 +439,7 @@ position = Vector2(-707, 53)
|
|||
|
||||
[node name="Valve" parent="." node_paths=PackedStringArray("Target") instance=ExtResource("48_8usll")]
|
||||
position = Vector2(-697, 25)
|
||||
Target = NodePath("")
|
||||
Target = NodePath("../BulletEmitter")
|
||||
|
||||
[node name="BulletEmitter" parent="." instance=ExtResource("49_64oga")]
|
||||
position = Vector2(-728, 57)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue