mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 23:05:55 +00:00
Dialogue System
This commit is contained in:
parent
77765a581e
commit
1fa77f0c03
690 changed files with 46698 additions and 14 deletions
|
|
@ -1,8 +1,9 @@
|
|||
using Godot;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using Cirno.Scripts;
|
||||
|
||||
public partial class Activable : Node2D
|
||||
public partial class Activable : Node2D, IActivable
|
||||
{
|
||||
public virtual void Activate()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=29 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=30 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"]
|
||||
|
|
@ -27,7 +27,8 @@
|
|||
[ext_resource type="Script" path="res://Scenes/CameraTarget.gd" id="24_0c2yt"]
|
||||
[ext_resource type="PackedScene" uid="uid://djf0y08ix66fn" path="res://Scenes/Interactable/Chest.tscn" id="25_4b2ed"]
|
||||
[ext_resource type="Script" path="res://Scripts/AlarmManager.cs" id="25_rpwvt"]
|
||||
[ext_resource type="PackedScene" uid="uid://bdp710abe10s5" path="res://Scenes/Interactable/AreaTrigger.tscn" id="28_njwjr"]
|
||||
[ext_resource type="PackedScene" uid="uid://bdp710abe10s5" path="res://Scenes/Interactable/AreaTrigger.tscn" id="28_6au4t"]
|
||||
[ext_resource type="Script" path="res://Scripts/Activables/DialogueStarter.cs" id="29_pvkri"]
|
||||
|
||||
[node name="GameScene" type="Node2D" node_paths=PackedStringArray("PlayerSpawnMarker")]
|
||||
position = Vector2(38, 39)
|
||||
|
|
@ -193,8 +194,12 @@ script = ExtResource("25_rpwvt")
|
|||
[node name="Camera" parent="." instance=ExtResource("16_clqjt")]
|
||||
position = Vector2(-1096, -23)
|
||||
|
||||
[node name="AreaTrigger" parent="." node_paths=PackedStringArray("Target") instance=ExtResource("28_njwjr")]
|
||||
position = Vector2(-822, 200)
|
||||
Target = NodePath("../Factory Tilemaps/Door_vertical2")
|
||||
[node name="AreaTrigger" parent="." node_paths=PackedStringArray("Target") instance=ExtResource("28_6au4t")]
|
||||
position = Vector2(-772, -127)
|
||||
Target = NodePath("../DialogueStarter")
|
||||
OneTime = true
|
||||
|
||||
[node name="DialogueStarter" type="Node2D" parent="."]
|
||||
script = ExtResource("29_pvkri")
|
||||
|
||||
[editable path="Factory Tilemaps/Camera"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue