Figments-of-the-Night/addons/inkgd/runtime/common/ink.gd
Gerard Gascón b99855351d init
2025-04-24 17:23:34 +02:00

24 lines
587 B
GDScript

# ############################################################################ #
# Copyright © 2015-2021 inkle Ltd.
# Copyright © 2019-2022 Frédéric Maquin <fred@ephread.com>
# All Rights Reserved
#
# This file is part of inkgd.
# inkgd is licensed under the terms of the MIT license.
# ############################################################################ #
class_name Ink
# ############################################################################ #
enum ErrorType {
AUTHOR,
WARNING,
ERROR
}
enum PushPopType {
TUNNEL,
FUNCTION,
FUNCTION_EVALUATION_FROM_GAME
}