Added goon cave

This commit is contained in:
Marco 2025-03-17 13:10:14 +01:00
commit af356bbd82
6 changed files with 37 additions and 10 deletions

View file

@ -0,0 +1,6 @@
ICE: There's a chatlog on the computer but only the sender side is visibile, I'll read you what it's saying\:
computer: There's been a recent round of renovations and I think they accidentally walled off a small room
computer: I found it while clearing the air vents
computer: Amazingly poor planning as usual, but at least now I have my own goon cave!
Cirno (Puzzled): A what?
ICE (No Words): Let's pretend you didn't hear that...

View file

@ -0,0 +1 @@
uid://bbx7eegiuajp8

View file

@ -104,6 +104,7 @@ position = Vector2(0, -3)
shape = SubResource("RectangleShape2D_isrvb")
[node name="DamageReceiver" type="Area2D" parent="." node_paths=PackedStringArray("HealthProvider")]
visible = false
collision_layer = 64
collision_mask = 136
script = ExtResource("3_u7mm1")

View file

@ -20,9 +20,9 @@
[ext_resource type="Resource" uid="uid://byo74ews118nl" path="res://Resources/Music/No_Reason.tres" id="13_fh7cp"]
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="14_yxkem"]
[sub_resource type="AtlasTexture" id="AtlasTexture_hbsma"]
[sub_resource type="AtlasTexture" id="AtlasTexture_w08op"]
atlas = ExtResource("9_riqfo")
region = Rect2(192, 0, 32, 16)
region = Rect2(800, 0, 32, 16)
[sub_resource type="Theme" id="Theme_c7h4d"]
@ -67,7 +67,7 @@ offset_top = 40.995
offset_right = 186.42
offset_bottom = 56.995
rotation = 3.14159
texture = SubResource("AtlasTexture_hbsma")
texture = SubResource("AtlasTexture_w08op")
[node name="MarginContainer" type="MarginContainer" parent="."]
anchors_preset = 15

File diff suppressed because one or more lines are too long

View file

@ -67,6 +67,7 @@ directories/dtl_directory={
"computer1": "res://Dialogue/Timelines/computer1.dtl",
"computer2": "res://Dialogue/Timelines/computer2.dtl",
"computer_control_1": "res://Dialogue/Timelines/computer_control_1.dtl",
"computer_goon_cave": "res://Dialogue/Timelines/computer_goon_cave.dtl",
"intro_story": "res://Dialogue/Timelines/intro_story.dtl",
"rumia_defeat": "res://Dialogue/Timelines/rumia_defeat.dtl",
"rumia_rebel_base_1": "res://Dialogue/Timelines/rumia_rebel_base_1.dtl",