Skip to content

Commit b813b8f

Browse files
authored
Merge pull request #8 from bisterix-studio/first-run
Fixup first-run issues
2 parents 498d35a + d40540a commit b813b8f

File tree

123 files changed

+784
-773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+784
-773
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
## Pre-requisites
3+
## Prerequisites
44

55
This repo using git hooks to ensure that the code is committed in a good state.
66
To install the hooks, run the following command:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Parley
22

33
Parley is an addon for [Godot 4.4+](https://godotengine.org/) that provides a
4-
graph-based dialogue manager for easy writing, testing, and running of dialogue
5-
sequences at scale and is designed to be used by game writers and developers
4+
graph-based dialogue manager for easy writing, testing, and running of Dialogue
5+
Sequences at scale and is designed to be used by game writers and developers
66
alike.
77

8-
Write your dialogue sequences by defining the graph for your dialogue sequence
8+
Write your Dialogue Sequences by defining the graph for your Dialogue Sequence
99
which are backed by a well-defined Dialogue AST for easy management and
1010
integration within your game.
1111

@@ -33,7 +33,7 @@ Installation Features Examples Support Useful links Licence Contributions
3333

3434
## Features
3535

36-
- An easy to use and well-defined Graph Editor
36+
- An easy-to-use and well-defined Graph Editor
3737
- A wide variety of nodes for maximum flexibility and creativity:
3838
- [Dialogue](https://parley.bisterixstudio.com/docs/nodes/dialogue-node)
3939
- [Dialogue Option](https://parley.bisterixstudio.com/docs/nodes/dialogue-option-node)
@@ -51,7 +51,7 @@ Installation Features Examples Support Useful links Licence Contributions
5151
- Action store for management of actions for use with Action nodes
5252
- Fact store for management of facts for use with Condition and Match nodes
5353
- An out of the box dialogue balloon to get started straight away
54-
- Easy management of your dialogue sequences, including node filtering
54+
- Easy management of your Dialogue Sequences, including node filtering
5555
- Export your Dialogue passages to CSV
5656

5757
## Installation

addons/parley/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Parley
22

33
Parley is an addon for [Godot 4.4+](https://godotengine.org/) that provides a
4-
graph-based dialogue manager for easy writing, testing, and running of dialogue
5-
sequences at scale and is designed to be used by game writers and developers
4+
graph-based dialogue manager for easy writing, testing, and running of Dialogue
5+
Sequences at scale and is designed to be used by game writers and developers
66
alike.
77

8-
Write your dialogue sequences by defining the graph for your dialogue sequence
8+
Write your Dialogue Sequences by defining the graph for your Dialogue Sequence
99
which are backed by a well-defined Dialogue AST for easy management and
1010
integration within your game.
1111

@@ -33,7 +33,7 @@ Installation Features Examples Support Useful links Licence Contributions
3333

3434
## Features
3535

36-
- An easy to use and well-defined Graph Editor
36+
- An easy-to-use and well-defined Graph Editor
3737
- A wide variety of nodes for maximum flexibility and creativity:
3838
- [Dialogue](https://parley.bisterixstudio.com/docs/nodes/dialogue-node)
3939
- [Dialogue Option](https://parley.bisterixstudio.com/docs/nodes/dialogue-option-node)
@@ -51,7 +51,7 @@ Installation Features Examples Support Useful links Licence Contributions
5151
- Action store for management of actions for use with Action nodes
5252
- Fact store for management of facts for use with Condition and Match nodes
5353
- An out of the box dialogue balloon to get started straight away
54-
- Easy management of your dialogue sequences, including node filtering
54+
- Easy management of your Dialogue Sequences, including node filtering
5555
- Export your Dialogue passages to CSV
5656

5757
## Installation

addons/parley/components/action/action_node.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
; Copyright 2024-2025 the Bisterix Studio authors. All rights reserved. MIT license.
2-
31
[gd_scene load_steps=5 format=3 uid="uid://pjbkk26way23"]
42

53
[ext_resource type="Script" uid="uid://ddt2hao6uwd2l" path="res://addons/parley/components/action/action_node.gd" id="1_4yv0e"]

addons/parley/components/action/action_node_editor.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
; Copyright 2024-2025 the Bisterix Studio authors. All rights reserved. MIT license.
2-
31
[gd_scene load_steps=4 format=3 uid="uid://i47f3r2rqsf6"]
42

53
[ext_resource type="Script" uid="uid://bb2tkab6q6jy6" path="res://addons/parley/components/action/action_node_editor.gd" id="1_3lxj7"]

addons/parley/components/action/action_script_editor.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
; Copyright 2024-2025 the Bisterix Studio authors. All rights reserved. MIT license.
2-
31
[gd_scene load_steps=5 format=3 uid="uid://dswbt3yqp34bc"]
42

53
[ext_resource type="Script" uid="uid://blp3obvqxbd2p" path="res://addons/parley/components/action/action_script_editor.gd" id="1_b7gwc"]

addons/parley/components/bottom_panel.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
; Copyright 2024-2025 the Bisterix Studio authors. All rights reserved. MIT license.
2-
31
[gd_scene load_steps=3 format=3 uid="uid://cjgxxvotxhj1g"]
42

53
[ext_resource type="Texture2D" uid="uid://dlihv0kxy1b" path="res://addons/parley/assets/Back.svg" id="1_58233"]

addons/parley/components/character/character_editor.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
; Copyright 2024-2025 the Bisterix Studio authors. All rights reserved. MIT license.
2-
31
[gd_scene load_steps=4 format=3 uid="uid://flwypkn36737"]
42

53
[ext_resource type="Script" uid="uid://cqhy2t5enyx3m" path="res://addons/parley/components/character/character_editor.gd" id="1_6dg7t"]

addons/parley/components/condition/condition_editor.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
; Copyright 2024-2025 the Bisterix Studio authors. All rights reserved. MIT license.
2-
31
[gd_scene load_steps=5 format=3 uid="uid://c7u1m6w3cex3j"]
42

53
[ext_resource type="Script" uid="uid://bqyncpl8kcdl0" path="res://addons/parley/components/condition/condition_editor.gd" id="1_majdh"]

addons/parley/components/condition/condition_node.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
; Copyright 2024-2025 the Bisterix Studio authors. All rights reserved. MIT license.
2-
31
[gd_scene load_steps=5 format=3 uid="uid://cp1kmxuvtwkf0"]
42

53
[ext_resource type="Script" uid="uid://xrp5rdiheqii" path="res://addons/parley/components/condition/condition_node.gd" id="1_eh5mm"]

0 commit comments

Comments
 (0)