chore: storing version and changelog

This commit is contained in:
StraToN
2022-03-21 21:32:20 +00:00
parent 23ce44eefb
commit 23b51938e7
2 changed files with 12 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# An ESCExit is a minimal feature node that provides an exit to a room.
#
# For exits that don't require scripts, the ``ESCExit`` node is provided.
# The only things you will need to configure on the node are the
# "target_scene" to change to, and optionally, a "switch
# For exits that don't require scripts, the ``ESCExit`` node is provided.
# The only things you will need to configure on the node are the
# "target_scene" to change to, and optionally, a "switch
# sound" (the sound to play when changing rooms).
#
# If you want to attach the exit to a script to perform additional actions -