about summary refs log tree commit diff stats
path: root/data/maps/the_graveyard
Commit message (Expand)AuthorAgeFilesLines
* Add cyan door behavior optionStar Rauchenberger2025-09-081-0/+2
* Handled cyan doorsStar Rauchenberger2025-08-311-2/+1
* Changed how door location names are formattedStar Rauchenberger2025-08-302-2/+0
* Added the_treeStar Rauchenberger2025-08-261-2/+1
* Added the_three_doorsStar Rauchenberger2025-08-261-1/+1
* Converted puzzle symbols to an enumStar Rauchenberger2025-08-201-2/+2
* Maps have display names nowStar Rauchenberger2025-08-201-0/+1
* Added "endings" object typeStar Rauchenberger2025-08-201-1/+4
* Validate that nodes in game files are usedStar Rauchenberger2025-08-181-0/+5
* Added the_linearStar Rauchenberger2025-08-151-1/+1
* Added the_greatStar Rauchenberger2025-08-141-5/+5
* Added the_graveyardStar Rauchenberger2025-08-144-0/+59
: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Files in the config/locales directory are used for internationalization and
# are automatically loaded by Rails. If you want to use locales other than
# English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
#     I18n.t "hello"
#
# In views, this is aliased to just `t`:
#
#     <%= t("hello") %>
#
# To use a different locale, set it with `I18n.locale`:
#
#     I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more about the API, please read the Rails Internationalization guide
# at https://guides.rubyonrails.org/i18n.html.
#
# Be aware that YAML interprets the following case-insensitive strings as
# booleans: `true`, `false`, `on`, `off`, `yes`, `no`. Therefore, these strings
# must be quoted to be interpreted as strings. For example:
#
#     en:
#       "yes": yup
#       enabled: "ON"

en:
  hello: "Hello world"