mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 22:43:47 +00:00
Added marisa
This commit is contained in:
parent
e9a9653c20
commit
369841217e
5 changed files with 150 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=57 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=58 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"]
|
||||
|
|
@ -49,6 +49,7 @@
|
|||
[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"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fiv1nioghfb" path="res://Scenes/Actors/Marisa.tscn" id="50_mp5ma"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_8wuck"]
|
||||
|
||||
|
|
@ -152,6 +153,27 @@ text = "Welcome to
|
|||
Debug Room"
|
||||
label_settings = ExtResource("14_c4c20")
|
||||
|
||||
[node name="Valve2" parent="Factory Tilemaps/Debug Room" node_paths=PackedStringArray("Target") instance=ExtResource("48_8usll")]
|
||||
position = Vector2(-597, -398)
|
||||
Target = NodePath("../BulletEmitter2")
|
||||
|
||||
[node name="BulletEmitter2" parent="Factory Tilemaps/Debug Room" instance=ExtResource("49_64oga")]
|
||||
position = Vector2(-565, -399)
|
||||
|
||||
[node name="Marisa" parent="Factory Tilemaps/Debug Room" instance=ExtResource("50_mp5ma")]
|
||||
position = Vector2(-615, -565)
|
||||
|
||||
[node name="ControlPad" parent="Factory Tilemaps/Debug Room" instance=ExtResource("12_hfkf1")]
|
||||
position = Vector2(-666, -491)
|
||||
|
||||
[node name="Label2" type="Label" parent="Factory Tilemaps/Debug Room"]
|
||||
offset_left = -687.0
|
||||
offset_top = -485.0
|
||||
offset_right = -635.0
|
||||
offset_bottom = -462.0
|
||||
text = "Start Marisa"
|
||||
label_settings = ExtResource("14_c4c20")
|
||||
|
||||
[node name="LargeTank" parent="Factory Tilemaps" instance=ExtResource("6_nkauc")]
|
||||
position = Vector2(-640, 54)
|
||||
|
||||
|
|
@ -320,7 +342,7 @@ position = Vector2(-1432, 12)
|
|||
position = Vector2(-1506, -167)
|
||||
|
||||
[node name="Elevator" parent="." instance=ExtResource("16_n40rt")]
|
||||
position = Vector2(-581, -485)
|
||||
position = Vector2(-914, -611)
|
||||
|
||||
[node name="InventoryManager" type="Node2D" parent="."]
|
||||
script = ExtResource("18_dvo37")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue