Skip to content

Commit

Permalink
Merge branch '1.4-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
coppolaemilio committed Oct 17, 2021
2 parents 1ddbabe + 1e34b4a commit e137147
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Create dialogs, characters and scenes to display conversations in your Godot gam



# Version 1.3.1 - ![Godot v3.3](https://img.shields.io/badge/godot-v3.4-%23478cbf)


# Version 1.4 - Work in progress 🛠️ ![Godot v3.4](https://img.shields.io/badge/godot-v3.3-%23478cbf)

## Getting started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ All of the files that are used for creating a custom Event Block and Handling Sc
# Making your first custom event in 6 steps
Let's now create a simple event that will print some text to the Output panel in Godot.


## Create the event
Go to the `settings page` and in the `custom events section` hit the `New` button.
Fill in a name for your event, a folder name and an id. For the id's I recommend using your name or a string unique to you followed by a number.
Expand Down Expand Up @@ -68,7 +69,6 @@ You can also change your events icon in the inspector. Just drag an image into t
Below that, you can open the Stylebox and change its background color, to give your event a unique look.



### | The Event Blocks Content (EventParts)
Right now your event block will be empty so let's change that (if you want to).

Expand Down
4 changes: 2 additions & 2 deletions addons/dialogic/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
name="Dialogic"
description="Create dialogs, characters and scenes to display conversations in your Godot games.
https://github.com/coppolaemilio/dialogic"
author="Emilio Coppola, Jowan-Spooner and more!"
version="1.3"
author="Emilio Coppola"
version="1.4 - DEV"
script="plugin.gd"

0 comments on commit e137147

Please sign in to comment.